Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev | |
- Rename the existing 8110SC revision to 8110SCd to be consistent info from the linux driver via Brad | |||
2007-06-06 | Do not dereference a garbage pointer in hci_acl_send() | Uwe Stuehler | |
testing ckuethe | |||
2007-06-06 | make sensors framework usage consistent with other drivers; ok damien@ | Constantine A. Murenin | |
2007-06-06 | sync | Damien Bergamini | |
2007-06-06 | Remove incorrect entry for Intel PRO/Wireless 3945ABG. | Damien Bergamini | |
Fix entry for 4965AGN (upcoming iwn(4) driver.) The name is "Intel Wireless Wi-Fi Link 4965AGN" and not "Intel PRO/Wireless 4965AGN". | |||
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt | |
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors | |||
2007-06-06 | oops | Theo de Raadt | |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt | |
accuracy so that the variious disksubr.c's can be compared easier. setdisklabel() starts taking an int for openmask. ok krw, and read by quite a few other people | |||
2007-06-06 | even more problems with disk size consistancy checks | Theo de Raadt | |
2007-06-06 | remove an unused typedef. | Thordur I. Bjornsson | |
ok pedro@ | |||
2007-06-06 | vlan interfaces do not allow the parent interface and the vlan number to be | Henning Brauer | |
reconfigured after they are set. so they bail out when you try to. so when you re-run netstart on a machine with vlans, it bails out with ifconfig: SIOCSETVLAN: Device busy and IP changes are not done. make vlan_config() notice when both parent interface and vlan number stay the same and just return success without doing anything in that case. allows the IP config thereafter to happen. ok markus jason | |||
2007-06-06 | bye bye | Henning Brauer | |
most of the IPX removal work done @ calgary airport | |||
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer | |
2007-06-06 | put IPX in the unsupported boat | Henning Brauer | |
2007-06-06 | remove ifdef'd out ipx-in-ip registration | Henning Brauer | |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto | |
mounted softdep file system, okay mickey@ beck@ art@ | |||
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer | |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer | |
2007-06-06 | Shrink dmesg output. Tweaked version of a diff from tedu@ | Jonathan Gray | |
ok by a bunch of people | |||
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer | |
no binary change. | |||
2007-06-05 | Major wpi(4) update: | Damien Bergamini | |
1/ Update the driver to use the new firmware images from Intel (2.14.3.) 2/ Read the list of supported channels from the EEPROM instead of having it hard-coded in the driver. 3/ Limit output power to what is specified in EEPROM. 4/ Decrease output power for highest OFDM rates to reduce distortion. 5/ Automatically adjust output power to temperature changes for increased throughput and range. 6/ Attach the adapter's onboard thermal sensor to the sensor framework. 7/ Replace 'magic' fields in structures with their correct definitions. NOTE1: you must upgrade your wpi-firmware package to rev 2.14.3 or the driver will stop working. NOTE2: if you are using a channel not allowed by the regulatory domain of your adapter, you will no longer be able to associate. | |||
2007-06-05 | Use phys_map, not kernel_map in v{,un}mapbuf. ok mickey | Miod Vallat | |
2007-06-05 | Shuffle calculation of physical block so that bounds checking is not off by | Marco Peereboom | |
48 blocks (metadata + metdata offset). Found by drahn. Fix panic message while in the same area. Help from otto who wrote a diff that worked around the issue. ok deraadt | |||
2007-06-05 | Remove the "Static" function declaration. It is defined to be | Marc Balmer | |
empty and confuses the source code reader. As discussed with dlg and jsg. | |||
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer | |
and it was not consistently used. It was confusing as it suggested these functions were static, which they were not. discussed with dlg and jsg, ok jsg. | |||
2007-06-05 | Switch to rwlock(9) | Jonathan Gray | |
ok grange@ | |||
2007-06-05 | IPX is about to go away, remove commented out IPX options in GENERIC and | Henning Brauer | |
ipx related files (doesn't compile anyway) | |||
2007-06-05 | consistently use one variable instead of deriving it repeatedly | Todd T. Fries | |
from and ok marco@ | |||
2007-06-05 | bounds_check_with_label() checks for i/o outside of the partition and | Kenneth R Westerback | |
for overwriting the disklabel. Reorder some checks so all copies of bounds_check_with_label do the checks in the same order. Order picked by using the currently most popular one. Should be no functional change. "If it's boring, commit it" deraadt@ | |||
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt | |
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values | |||
2007-06-04 | disable a part of the label validation because some Sun systems | Theo de Raadt | |
have contradictory information in their cyl-based labels | |||
2007-06-04 | Enable channel switching. | Marcus Glocker | |
2007-06-04 | bluetooth isn't really useful yet, but at least give it a chance to compile | Chris Kuethe | |
ok gwk | |||
2007-06-04 | perhaps it made art's head hurt because it is wrong. triggers NULL | Theo de Raadt | |
deref in sensor_task_work(); found by krw, dlg should talk to him | |||
2007-06-04 | Ten lines of backtrace should be better on 25-line screens, so that the panic | Miod Vallat | |
message is still visible. | |||
2007-06-04 | If it's cold at panic time, attempt to show a small backtrace, there are too | Miod Vallat | |
many machines where glass console does not work correctly at this stage. By popular demand... | |||
2007-06-04 | Bring presto's readdisklabel() usage into line with other uses. i.e. | Kenneth R Westerback | |
don't call it at attach but at open, so that the correct device can be used in the DISKLABELDEV() invocation. Commit and get into miod's test schedule. '... commit your diff ...' miod@ | |||
2007-06-04 | Forgot this in my last committ. | Marc Balmer | |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer | |
ok jsg@ | |||
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek | |
for deraadt@ ok irc@ | |||
2007-06-04 | Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66, | Jonathan Gray | |
as per recommended values from Intel documentation. ok tedu@ | |||
2007-06-04 | use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during | Marco Peereboom | |
autoconf. ok drahn@ | |||
2007-06-03 | sync | Damien Miller | |
2007-06-03 | Add WCH/QinHeng CH341 serial/parallel | Damien Miller | |
2007-06-03 | if the 915gm didn't work on i386, it's worrisome here too. remove it. | Ted Unangst | |
2007-06-03 | put raidc inside ifdef CRYPTO, since it won't work without it | Ted Unangst | |
2007-06-03 | shuffle the raid 1 specific functions to be all together and closer | Ted Unangst | |
to the bottom, after common functions. ok marco | |||
2007-06-03 | Implement transmission of ACL and SCO packets | Uwe Stuehler | |
2007-06-03 | Make RX path work on big endian, too. | Marcus Glocker | |
2007-06-03 | delete two extra lines which are not needed because that is how strings | Theo de Raadt | |
actually work, surprise surprise; ok claudio cnst |