Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-31 | Add me to copyright. | Marco Peereboom | |
ok tedu | |||
2008-01-31 | recognize the BCM5755 C0 ASIC revision. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | recognize the BCM5722 PHY. | Brad Smith | |
tested by Rodolfo Gouveia and marco@ ok kettenis@ marco@ dlg@ | |||
2008-01-31 | regen | Brad Smith | |
2008-01-31 | add the Broadcom BCM5722 PHY id. | Brad Smith | |
ok kettenis@ marco@ dlg@ | |||
2008-01-29 | Improve performance dramatically by preventing severeal context switches. | Marco Peereboom | |
Decrypt only once on entry or exit instead of on in and out regardless of direction. There is still room for improvement but this is the first stab. Tested by many ok tedu | |||
2008-01-29 | Add support for VIA VT8237S SATA. | Jonathan Gray | |
From Antonio Marques <froz@icix.org> in PR 5718. | |||
2008-01-29 | regen | Jonathan Gray | |
2008-01-29 | Add VIA VT8237S SATA. | Jonathan Gray | |
From Antonio Marques <froz@icix.org> in PR 5718. | |||
2008-01-27 | Add TODO's to comment. | Marcus Glocker | |
2008-01-27 | Oops forgot one function when adding 16 byte scsi commands. | Marco Peereboom | |
2008-01-26 | Remove duplicate protos | Marco Peereboom | |
2008-01-26 | Fix some debug prints | Marco Peereboom | |
2008-01-26 | regen | Claudio Jeker | |
2008-01-26 | Add Radeon HD 2600 IDs. Diff by brad@ tested by myself. | Claudio Jeker | |
2008-01-26 | Set the return value instead of returning right away so that the DMA | Brad Smith | |
memory is actually synched. ok dlg@ | |||
2008-01-26 | SAS1078 is a megaraid, not a fusion-mpt, so dont attach to it | David Gwynne | |
2008-01-26 | sync dma mem back to the cpu on poll failure. | David Gwynne | |
from mickey via pr5714 | |||
2008-01-26 | despatch -> dispatch | David Gwynne | |
disparate spellink fix from mickey | |||
2008-01-26 | newline when printing about a failure to attach. | David Gwynne | |
2008-01-25 | Since TX rate control is done by the firmware, we report the maximum | Marcus Glocker | |
rate which is available. | |||
2008-01-25 | regen | Brad Smith | |
2008-01-25 | - correct a typo for the Atheros AR5311 entry. | Brad Smith | |
- add a few Atheros AR5212 compatible PCI ids. From the Linux ath5k driver. ok reyk@ dlg@ | |||
2008-01-24 | Fix some comments. | Marcus Glocker | |
2008-01-24 | We don't report the antenna in the bpf tap. Remove it. | Marcus Glocker | |
2008-01-24 | Report RX rates in radio tap. | Marcus Glocker | |
2008-01-24 | Create chunk and state transition functions for RAID 0. | Marco Peereboom | |
Move RAID 1 chunk and state transition functions into proper file. Let Crypto use RAID 1 chunk and state transition functions for now but this needs fixing. | |||
2008-01-24 | Bring softraid into the world of 16 byte commands; this allows for > 2TB disks | Marco Peereboom | |
Fix bioctl size output which was off by *512; diagnosed by otto | |||
2008-01-24 | provide an external hook for beeper devices just like pckbd(4) does | Robert Nagy | |
ok miod@ | |||
2008-01-24 | Oops, make fit in 80 cols. | Marco Peereboom | |
2008-01-24 | Add IO path to RAID 0 discipline. | Marco Peereboom | |
2008-01-24 | KNF | Marco Peereboom | |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing | |
the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@ | |||
2008-01-22 | - Fix some ifconfig up / down tweaks. | Marcus Glocker | |
- Make monitor mode work again. - Enable fast channel switching. | |||
2008-01-22 | Added change to parseop to support return value; removes 1/2 stack depth for | Jordan Hargrave | |
parseint ok marco@ | |||
2008-01-22 | add Y.C. Cable USB-Serial adapter | Okan Demirmen | |
ok jsg@ | |||
2008-01-22 | regen | Okan Demirmen | |
2008-01-22 | add Y.C. Cable USB vendor | Okan Demirmen | |
ok jsg@ | |||
2008-01-22 | Add splnet around mii_tick() in rl_tick(). | Brad Smith | |
ok dlg@ | |||
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado | |
ok jsing@ | |||
2008-01-21 | Add shutdown hook which resets the device when called. This solves | Marcus Glocker | |
re-attach issues when rebooting with upgt attached. | |||
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray | |
Tested by Kaspo Lo <kaxpolox@yahoo.com> | |||
2008-01-21 | regen | Jonathan Gray | |
2008-01-21 | add SMC SMCWUSBT-G2 | Jonathan Gray | |
2008-01-21 | Check against RESET_REG_SUP in FADT before doing the acpi reset dance | Jonathan Gray | |
after all, not doing so appears to break more machines than it fixes. ok marco@ | |||
2008-01-20 | Remove obsolete rateset variables. | Marcus Glocker | |
2008-01-20 | Cleanup rates: | Marcus Glocker | |
- The device (firmware) does automatic rate control for 11b/g. - Allow user to set fixed rates. - Send management frames always at DS1. | |||
2008-01-20 | debug kruft | Marco Peereboom | |
2008-01-20 | Read EEPROM content the other way around (from start to end). | Marcus Glocker | |
2008-01-20 | Adjust level 1 debug messages. | Marcus Glocker | |