summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2006-06-20- check for revision B2 intead of B1 in one more spot.Brad Smith
2006-06-20regenJonathan Gray
2006-06-20Promise PDC20775, from Aaron Linville.Jonathan Gray
2006-06-20add the BCM5755 and BCM5787 ASICs to the appropriate macros.Brad Smith
2006-06-19Factor for disk size is /2. Odd but tested on all mfis I have.Marco Peereboom
2006-06-19Appease the printf gods here tooMiod Vallat
2006-06-19Everytime one forgets an argument in a printf-like function call, God killsMiod Vallat
2006-06-19Make a BGI (Back Ground Init) a scrub instead of rebuild.Marco Peereboom
2006-06-19Add hot spare support.Marco Peereboom
2006-06-19remove the no longer needed time calculations now that we have them inMarc Balmer