summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-06-27regenGordon Willem Klok
2006-06-27Add device ids for some ATI radeon ports and the Intel 82945GM PCIEGordon Willem Klok
2006-06-27regenBrad Smith
2006-06-27add the PCI product ids for the RealTek 8169SC and 8101E.Brad Smith
2006-06-26Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
2006-06-26if piixpm does not try to attach an interrupt then indicate that the chipBrad Smith
2006-06-26add the PCI id for the ServerWorks HT-1000 SMbus controller.Brad Smith
2006-06-26do not allow a Jumbo size MTU yet.Brad Smith
2006-06-26relocate the firmware per Theo's request.Brad Smith
2006-06-26Add a rough initial port of the bce driver from FreeBSD, which providesBrad Smith
2006-06-26Add IDE_PCI_CLASS_OVERRIDE for ServerWorks HT-1000 SATA.Brad Smith
2006-06-25regenMartin Reindl
2006-06-25fix Surecom NE-34 dmesg, found on misc@Martin Reindl
2006-06-25regenBrad Smith
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-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-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-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-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-21remove some unused code.Brad Smith
2006-06-21regenBrad Smith
2006-06-21add the BCM5786 PCI id.Brad Smith
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-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-19Do not bother initializing the rfact member of `struct sensor'; it is on itsMark Kettenis