summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-06-25add Parallels PCI ids.Brad Smith
2006-06-25DAC&ADC group and custom mixer table for the CMedia CMI9880.Brad Smith
2006-06-25If the encoding of an audio converter is 0, refer toBrad Smith
2006-06-24regenJonathan Gray
2006-06-24Correct a typo in one of the CN700 host bridge product ids.Jonathan Gray
2006-06-24Add abstraction for resistor factors and avoid using the rfact member ofMark Kettenis
2006-06-24Somehow managed to miss including the part of Henrik's diff whereJonathan Gray
2006-06-24Support for Promise PDC205xx based SATA controllers; adaptedJonathan Gray
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-24some comment fixes.Brad Smith
2006-06-24make em_fixup_rx() a void function.Brad Smith
2006-06-23add some constant macros for unsolicited response and jack sense.Brad Smith
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2006-06-23A typo a day, keeps the dictionnary away.Miod Vallat
2006-06-23regenBrad Smith
2006-06-23add the Promise PDC40518 SATA-II chipset PCI id.Brad Smith
2006-06-23regenBrad Smith
2006-06-23add a few more Broadcom BCM43xx wireless PCI ids.Brad Smith
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-06-23bump up the RX ring count on sparc64 a little bit.Brad Smith
2006-06-22lower the RX ring count and Jumbo slots on sparc64 as a workaround.Brad Smith
2006-06-22Add appropriate swapping for big-endian systems. Allows sk(4) to workBrad Smith
2006-06-22BBC-based machines swap the two registers (good going Sun -- that is why weTheo de Raadt
2006-06-22adjust PCI ids.Brad Smith
2006-06-22regenBrad Smith
2006-06-22The DGE560T_2 PCI id was a guess and more of a place holder as I did notBrad Smith
2006-06-22better media handling.Brad Smith
2006-06-22identify CX4 based hardware.Brad Smith
2006-06-22recognize the BCM5703 B0.Brad Smith
2006-06-21Pick the sbus clock frequency from the attach args instead of peeking at theMiod Vallat
2006-06-21remove some unused code.Brad Smith
2006-06-21minimal cleaningTheo de Raadt
2006-06-21minimal knf and cleanupTheo de Raadt
2006-06-21a good start at a driver for the Zydas ZD1211 802.11 devices byTheo de Raadt
2006-06-21use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figureJason Wright
2006-06-21don't need #ifdef SUN4U any moreJason Wright
2006-06-21regenBrad Smith
2006-06-21add the BCM5786 PCI id.Brad Smith
2006-06-21properly handle timeout failure in while loopTheo de Raadt
2006-06-21pretty code, shorten it, etc, ok drahnTheo de Raadt
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2006-06-21use the 10Gb SR media type for now.Brad Smith
2006-06-21make sure to return and indicate an error when an invalid PCM formatBrad Smith
2006-06-21match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-20have bge_start() check for an empty send queue instead.Brad Smith