Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-27 | Define some ATA security feature set commands. | Jonathan Gray | |
ok grange@ 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 IFS parameters settings (account for Rx/Tx turnaround time). Fix WME settings (Best Effort). | |||
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-08-22 | Only let unused disks be marked hot spares. ok deraadt@ | Marco Peereboom | |
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 | handle timeouts and errors better | Michael Shalayeff | |
2005-08-18 | Add "create hot spare" ok dlg@ | Marco Peereboom | |
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 | KNF | Marco Peereboom | |
2005-08-17 | Fix incorrect structure. Spotted by Jordan Hargrave. | Marco Peereboom | |
2005-08-17 | Cleanup up hot spare and unsused disk code. ok deraadt@ | Marco Peereboom | |
2005-08-17 | Move WRITE_BUFFER to appropriate spot. Bad dlg@ | Marco Peereboom | |
Add SEND_DIAGNOSTIC as valid command. | |||
2005-08-17 | fix led states and knf. this also enables support for the software led | Reyk Floeter | |
in some thinkpads - turn it on in the ASSOC and RUN states. | |||
2005-08-17 | fix compiling with AR5K_DEBUG. thanks to Bernd Ahlers. | Reyk Floeter | |
2005-08-17 | WRITE_BUFFER is a valid command to make it to the passthru busses. make | David 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-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-17 | ARGH! undo commit because i used the wrong tree. | Marco Peereboom | |
2005-08-17 | Add support for unused disks. | Marco Peereboom | |
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl. | |||
2005-08-16 | Fix a few retardos. Yelled at by deraadt@ | Marco Peereboom | |
2005-08-15 | Add global hot spare support. | Marco Peereboom | |
Add flag to determine controller type. ok deraadt@ | |||
2005-08-14 | catched->caught | Miod Vallat | |
2005-08-09 | Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@ | Marco Peereboom | |
2005-08-08 | Add ses link. Tested and ok deraadt@ | Marco Peereboom | |
2005-08-08 | rename a bunch of bio/raid APIs to stop the bleeding in dlg and | Theo de Raadt | |
my eyes; marco ok | |||
2005-08-08 | Add devices to structures. | Marco Peereboom | |
ok and help deraadt@ | |||
2005-08-07 | remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krw | Theo de Raadt | |
2005-08-06 | while checking for an aux port, if we timeout waiting for our test | joshua 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-05 | Add support for SCSI pass-through commands for enclosure and processor devices | Marco Peereboom | |
to expose ses(4) and safte(4) information. ok beck@, dlg@ put your ami pt diff in, deraadt@ | |||
2005-08-03 | This 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-03 | if fw provides no max sgl len -- suggest some of our own | Michael Shalayeff | |
2005-08-03 | in config loop: make delay longer and less iterations to make it run in a ↵ | Michael Shalayeff | |
better second | |||
2005-08-02 | apparently reading idb sometimes produces better results if prepend | Michael 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-02 | reduce stack usage | Reyk Floeter | |
spotted out by jsg@ | |||
2005-08-01 | make compile again | Michael Shalayeff | |
2005-08-01 | remove device polling leftovers from wpaul driver | Peter Valchev | |
2005-08-01 | Add 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-01 | remove whitespace | Brad Smith | |
2005-07-31 | Move large receive/decryption buffer allocation from the stack into | Christopher Pascoe | |
wi_softc. ok millert | |||
2005-07-30 | remove a useless timeout after tx (decrease nasty delays while | Reyk Floeter | |
scanning) and fix various other minor things in the ath(4) driver. | |||
2005-07-29 | oops don't leak memory when ami_mgmt fails. | Marco Peereboom | |
2005-07-29 | Per art's email, don't keep something bigger than > 256 bytes on the stack. | Marco Peereboom | |
2005-07-29 | Remove cruft. | Marco Peereboom | |
2005-07-29 | Redo bioctl because initial implementation was too complex. | Marco Peereboom | |
tested and ok dlg@ beck@ get it in @deraadt | |||
2005-07-28 | New driver for the AMD PCnet-PCI family of Ethernet chips. This | Brad 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-20 | add a comment explaining why we set the MAC address as we do. | Brad Smith | |
From FreeBSD |