summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Collapse)Author
2005-08-27Define some ATA security feature set commands.Jonathan Gray
ok grange@ deraadt@
2005-08-27move some debug messages to use the debug macros so they dont appearAnil Madhavapeddy
during normal operation. deraadt@ ok
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
Fix IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort).
2005-08-24Test xs->bp before de-referencing it. Initialize it to NULL, not 0.Kenneth R Westerback
ok deraadt@
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
pointed out by Nick Holmes and Justin Reigle.
2005-08-21remove the IEEE80211_C_SCANALL capability, it should be used onReyk Floeter
devices with firmware-based scanning only. pointed out in a discussion about iwi(4) and ipw(4).
2005-08-21Parameter being passed __func__ must be const char *. Allows aac toKenneth R Westerback
compile with AAC_DEBUG set. ok deraadt@
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 ↵Marco Peereboom
state".
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
Add SEND_DIAGNOSTIC as valid command.
2005-08-17fix led states and knf. this also enables support for the software ledReyk Floeter
in some thinkpads - turn it on in the ASSOC and RUN states.
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
the unsupported command printf use hex instead of decimal when printing while im here so i dont have to think and do maths to figure out what it is complaining about ok marco@
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-17ARGH! undo commit because i used the wrong tree.Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
Add flag to determine controller type. ok deraadt@
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
my eyes; marco ok
2005-08-08Add devices to structures.Marco Peereboom
ok and help deraadt@
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
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
to expose ses(4) and safte(4) information. ok beck@, dlg@ put your ami pt diff in, deraadt@
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
Use stream bus space accesses to program the ID (station address) registers; otherwise, the byte order of the address is changed on big-endian machines. Though our bus_space API is different. Tested by form at pdp-11 dotorg dot ru and robert@ ok mickey@ robert@
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 ↵Michael Shalayeff
better second
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
w/ a read from the next register (hell knows what's in it). this whole driver work is done w/ help of genua.de and also a card donated earlier.
2005-08-02reduce stack usageReyk Floeter
spotted out by jsg@
2005-08-01make compile againMichael Shalayeff
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-08-01Add alarm control.Marco Peereboom
Fix buglet where ami does not count physical drives correctly. Reported by Stephan Tesch stephan at tesch dot cx
2005-08-01remove whitespaceBrad Smith
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
wi_softc. ok millert
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
scanning) and fix various other minor things in the ath(4) driver.
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom
2005-07-29Per art's email, don't keep something bigger than > 256 bytes on the stack.Marco Peereboom
2005-07-29Remove cruft.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
tested and ok dlg@ beck@ get it in @deraadt
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith
driver uses direct DMA to mbufs (like other PCI network drivers, and unlike the old "le at pci" driver), and also supports communication with the MII-connected PHYs on the 10/100 boards. From NetBSD
2005-07-20add a comment explaining why we set the MAC address as we do.Brad Smith
From FreeBSD