summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Backout last change, since it is memory overkill for a non busy host orglebius2005-11-173-13/+44
* this is no longer needed.imp2005-11-165-3721/+0
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.damien2005-11-151-0/+77
* Optimize and clean TX time computation.damien2005-11-152-44/+14
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.glebius2005-11-152-2/+7
* nuke special handling to extend cts when bursting; it was race pronesam2005-11-153-65/+2
* bandaid inconsistent state handling: the rate index map may besam2005-11-151-0/+5
* Unbreak kernel builds.kan2005-11-151-2/+2
* Keep track of volumes in non-optimal state and expose a simple countkan2005-11-152-0/+13
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* Update my email address, so people know where the exact /ariff2005-11-143-7/+7
* From luigi:ariff2005-11-141-35/+71
* From luigi:ariff2005-11-141-2/+9
* ac97.c:ariff2005-11-142-2/+3
* Fix a long standing unhandled interrupt bug which can causeariff2005-11-141-2/+2
* - Added few more Intel HDA ids (ICH 6/7) which does have backwardariff2005-11-141-104/+154
* Use both (enabled by default) DAC1 and DAC2 to provide 2ariff2005-11-141-105/+473
* Fix left/right channel mixed-up during recording by splitting recdevariff2005-11-141-13/+22
* Fix endianness issues. iwi now works on big endian architectures too.damien2005-11-131-10/+10
* Remove the unused AAC_DRIVER_BUILD_DATE macro.schweikh2005-11-131-49/+48
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,damien2005-11-131-11/+11
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-21/+41
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-24/+42
* Be more robust when handling Rx interrupts. If we can't allocate and DMA mapdamien2005-11-131-20/+40
* Add support for 24/32 bit audio formats/conversion.netchild2005-11-133-113/+264
* Add some cards:netchild2005-11-134-5/+67
* Don't augment the DRIVER_VERSION "v1.12" with __DATE__ and __TIME__.schweikh2005-11-131-1/+1
* Really fix it this time.ru2005-11-121-3/+3
* Attempt to fix pc98 GENERIC compile breakage.ru2005-11-121-3/+3
* Fix a > 1 year old typo that caused the ulpt driver to try readingiedowse2005-11-121-1/+1
* Update PCI ids to add the E200, E200i, P400, and P400i storageps2005-11-111-3/+8
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1145-103/+100
* Catch up with IFP2ENADDR() type change (array -> pointer).ru2005-11-115-7/+6
* Add /dev/speaker support to amd64.ru2005-11-112-4/+4
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-116-22/+5
* Give a try to autoconfiguring the number of transmit and receiveglebius2005-11-102-7/+14
* Unbreak second joystick (joy1) support.jylefort2005-11-091-2/+8
* - Introduce two more stat counters, counting number of RXglebius2005-11-092-4/+9
* Make em(4) work on big-endian architectures.yongari2005-11-094-66/+75
* Improve diagnostic message.imp2005-11-091-2/+3
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-0816-22638/+44190
* Mollify the whitespace policeimp2005-11-081-27/+27
* Fix support for multiple RocketPort cards in the same machine by includingjhb2005-11-081-1/+1
* Add #nclude <dev/pci/pcireg.h> to pick up definitions for PCIR_BAR androdrigc2005-11-081-0/+1
* Use PCIR_xxx constants for PCI config space header registers rather thanjhb2005-11-071-3/+3
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-073-4/+16
* Eliminate tinderbox errors.rodrigc2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
OpenPOWER on IntegriCloud