Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-28 | Write back IPG values in a manner more likely to work. | Jonathan Gray | |
ok dlg@ deraadt@ | |||
2005-08-28 | Tell the AX88178 to give us the full transaction size. | Jonathan Gray | |
ok dlg@ deraadt@ | |||
2005-08-28 | Account for larger USB transaction size of AX88178 by | Jonathan Gray | |
making the size a member of the softc. ok dlg@ deraadt@ | |||
2005-08-28 | We have to do some extra hand holding on link state change | Jonathan Gray | |
on the AX88178 because of the external PHY. ok dlg@ deraadt@ | |||
2005-08-27 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix WME settings (Best Effort). ok deraadt@ reyk@ henning@ tested by many | |||
2005-08-27 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). ok deraadt@ reyk@ henning@ tested by many | |||
2005-08-27 | regen | Brad Smith | |
2005-08-27 | BCMunknown -> BCM5752 | Brad Smith | |
ok deraadt@ | |||
2005-08-27 | Use the ATA security FREEZE LOCK command on disks before | Jonathan Gray | |
they are presented to the rest of the system to stop a password being set that could deny access to the disk. ok grange@ deraadt@ | |||
2005-08-27 | recognize 5752 A1 ASIC rev. | Brad Smith | |
Noticed by niklas@ on some newer hardware ok deraadt@ | |||
2005-08-27 | Define some ATA security feature set commands. | Jonathan Gray | |
ok grange@ deraadt@ | |||
2005-08-27 | Fix some issues to make the dual port version work this should also fix the | Claudio Jeker | |
singleport T1 (B8Z2/ESF) mode. OK deraadt@ | |||
2005-08-27 | Timeout service request in the uncommon case that the port is blocked | Claudio Jeker | |
(there needs to be correct clocking on the port or all service request will be ignored). Without the timeout the interface will just hang till reboot. OK deraadt@ | |||
2005-08-27 | Tell the dma engine to not poll to often for new descriptors and initialize the | Claudio Jeker | |
groups on attach (the late attach is a design error and fails on the dual port card) and do some additional cleanup. OK deraadt@ | |||
2005-08-27 | iosize is no longer used, use correct esc->mc_iosize instead. This fixes a | Claudio Jeker | |
panic on attach failure. The MUSYCC_MAXFRM_MASK was incorrectly defined and use correct device name in an error message. OK deraadt@ | |||
2005-08-27 | move some debug messages to use the debug macros so they dont appear | Anil Madhavapeddy | |
during normal operation. deraadt@ ok | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix WME settings (Best Effort). | |||
2005-08-25 | Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps. | Damien Bergamini | |
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). | |||
2005-08-24 | Add MegaRAID 320E. | Marco Peereboom | |
"Hell, put it in now." deraadt@ | |||
2005-08-24 | Sync. | Marco Peereboom | |
2005-08-24 | Add MEGARAID_3202E. ok deraadt@ | Marco Peereboom | |
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-08-23 | sync | Theo de Raadt | |
2005-08-23 | another stupid lucent modem | Theo de Raadt | |
2005-08-23 | Ralink windows driver incorrectly lists a SMC product id that is | Jonathan Gray | |
actually some kind of prism chip. ok derradt@ | |||
2005-08-23 | regen | Jonathan Gray | |
2005-08-23 | Ralink windows driver incorectly lists an SMC product id which is | Jonathan Gray | |
actually some kind of prism chip. ok deraadt@ | |||
2005-08-22 | Only let unused disks be marked hot spares. ok deraadt@ | Marco Peereboom | |
2005-08-22 | don't go beyond the end when parsing tuples. diff originally by pascoe@, | Federico G. Schwindt | |
final from enami@netbsd.org. problem found and tested by Simon Kuhnle <simonkuhnle at web dot de> with a rtw card with a broken cis. jsg@ pascoe@ deraadt@ ok. | |||
2005-08-22 | regen | Brad Smith | |
2005-08-22 | add a unknown Broadcom Gig PHY. This is just a placeholder for now until | Brad Smith | |
we find out what model this is. a dmesg might help from that slacker niklas! From: niklas@ ok deraaadt@ | |||
2005-08-21 | update the 802.11 station address if the ethernet lladdr has been changed. | Reyk Floeter | |
pointed out by Nick Holmes and Justin Reigle. | |||
2005-08-21 | remove the IEEE80211_C_SCANALL capability, it should be used on | Reyk Floeter | |
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4). | |||
2005-08-21 | Parameter being passed __func__ must be const char *. Allows aac to | Kenneth R Westerback | |
compile with AAC_DEBUG set. ok deraadt@ | |||
2005-08-20 | cac(4) are 234* series and ciss(4) are 56* series. | Brad Smith | |
2005-08-20 | handle timeouts and errors better | Michael Shalayeff | |
2005-08-20 | some wsdisplay devices don't have an input device attached. | Matthieu Herrb | |
Fixes multi-head on sparc. ok henning@ | |||
2005-08-19 | regen | Jonathan Gray | |
2005-08-19 | A few more ATI products: RS300 Host, Radeon X600 and FireGL V3100. | Jonathan Gray | |
2005-08-18 | on debug, print the tuple number along with the name to help debugging in | Federico G. Schwindt | |
case of reserved tuples and pad to 0 the byte number. deraadt@ ok. | |||
2005-08-18 | Match nforce 2/3/4 SATA using generic sata_chip_map(). | Jonathan Gray | |
Tested by dlg@ on nforce 3, and several people on nforce 4. ok deraadt@ | |||
2005-08-18 | Several boards incorporating SIS SATA chips have dellusions of granduer | Jonathan Gray | |
so we have to override the PCI class they claim to be. ok deraadt@ | |||
2005-08-18 | blinking doesnt care about volid and diskid at the moment. use target | David Gwynne | |
instead | |||
2005-08-18 | fix a pasto by marco@ | David Gwynne | |
2005-08-18 | Add "create hot spare" ok dlg@ | Marco Peereboom | |
2005-08-17 | Add ioctl for setting the state of disks. | Marco Peereboom | |
KNF | |||
2005-08-17 | Add additional paramter to ami_mgmt so that we can start support "set hdd ↵ | Marco Peereboom | |
state". | |||
2005-08-17 | Move #defines under the right heading. | Marco Peereboom | |
2005-08-17 | Add blink ioctl. | Marco Peereboom | |