summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-08-31Remove check that prevents disks that are not in the unused state to move toMarco Peereboom
2005-08-31Fix some tsleep magic. Code done by krw@Marco Peereboom
2005-08-31Make ioctls stop polling for completion. This enhances the responsivenessMarco Peereboom
2005-08-30unfortunately large fixes to memleaks caused by abuse of incompleteDavid Gwynne
2005-08-27Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini
2005-08-27Define some ATA security feature set commands.Jonathan Gray
2005-08-27move some debug messages to use the debug macros so they dont appearAnil Madhavapeddy
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25Extend basic rate set in 802.11g so that ACKs can be sent at 5.5 or 11Mbps.Damien Bergamini
2005-08-24Test xs->bp before de-referencing it. Initialize it to NULL, not 0.Kenneth R Westerback
2005-08-22Only let unused disks be marked hot spares. ok deraadt@Marco Peereboom
2005-08-21update the 802.11 station address if the ethernet lladdr has been changed.Reyk Floeter
2005-08-21remove the IEEE80211_C_SCANALL capability, it should be used onReyk Floeter
2005-08-21Parameter being passed __func__ must be const char *. Allows aac toKenneth R Westerback
2005-08-20handle timeouts and errors betterMichael Shalayeff
2005-08-18Add "create hot spare" ok dlg@Marco Peereboom
2005-08-17Add additional paramter to ami_mgmt so that we can start support "set hdd sta...Marco Peereboom
2005-08-17Move #defines under the right heading.Marco Peereboom
2005-08-17KNFMarco Peereboom
2005-08-17Fix incorrect structure. Spotted by Jordan Hargrave.Marco Peereboom
2005-08-17Cleanup up hot spare and unsused disk code. ok deraadt@Marco Peereboom
2005-08-17Move WRITE_BUFFER to appropriate spot. Bad dlg@Marco Peereboom
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
2005-08-17fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers.Reyk Floeter
2005-08-17WRITE_BUFFER is a valid command to make it to the passthru busses. makeDavid Gwynne
2005-08-17Add support for unused disks.Marco Peereboom
2005-08-17ARGH! undo commit because i used the wrong tree.Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
2005-08-14catched->caughtMiod Vallat
2005-08-09Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@Marco Peereboom
2005-08-08Add ses link. Tested and ok deraadt@Marco Peereboom
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-08-08Add devices to structures.Marco Peereboom
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-06while checking for an aux port, if we timeout waiting for our testjoshua stein
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a bet...Michael Shalayeff
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
2005-08-02reduce stack usageReyk Floeter
2005-08-01make compile againMichael Shalayeff
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-08-01Add alarm control.Marco Peereboom
2005-08-01remove whitespaceBrad Smith
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom