summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-10-21Allow for the adjustment of the number of RX descriptorsBrad Smith
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-10-20replace auich's DMA and interrupt handling with code from NetBSD'sJacob Meuser
2007-10-19regenBrad Smith
2007-10-19add the Broadcom BCM4328 PCI id.Brad Smith
2007-10-18Initio INIC-941 works as well; ok miod@Otto Moerbeek
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17Add the Intel ICH9 chipset.Brad Smith
2007-10-17use ansi declarations and rename gdt to sc to avoid shadows and followFederico G. Schwindt
2007-10-15enable ADDMULTI and DELMULTI in the ioctl handler now that the thtDavid Gwynne
2007-10-15regenBrad Smith
2007-10-15add some more Intel ICH9 PCI to ISA bridges.Brad Smith
2007-10-15regenBrad Smith
2007-10-15add the Intel ICH9 PCI ids.Brad Smith
2007-10-15regenBrad Smith
2007-10-15add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784Brad Smith
2007-10-14The spec says to wait 40 microseconds for the run bit to clear beforeDeanna Phillips
2007-10-14audio(4)-compatible mixer items for ALC883.Deanna Phillips
2007-10-13Add support for BCM5906.Mark Kettenis
2007-10-13Add Yukon-2 PHY powerdown bits.Mark Kettenis
2007-10-12regenBrad Smith
2007-10-12Add some more Intel em(4) PCI ids.Brad Smith
2007-10-11Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems withMark Kettenis
2007-10-11syncTheo de Raadt
2007-10-11Add device ID used by Commell MP-954GPSStuart Henderson
2007-10-10Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.Mark Kettenis
2007-10-10Rework the debug dmesg to perform a more complete codec dump.Deanna Phillips
2007-10-10regenDavid Gwynne
2007-10-10add the pci product id for the Mellanox ConnectX EN adapters.David Gwynne
2007-10-10regenDavid Gwynne
2007-10-10add the mellanox vendor idDavid Gwynne
2007-10-09malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-09MALLOC -> mallocGilles Chehade
2007-10-09Use %zu for printing size_t values.Ray Lai
2007-10-08GPS170 -> GPS170PCIMarc Balmer
2007-10-08regenMarc Balmer
2007-10-08GPS170 -> GPS170PCIMarc Balmer
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-10-07Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET writtenMarc Balmer
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-10-06NPBFILTER -> NBPFILTER in comments.Jonathan Gray
2007-10-05The Acer TravelMate 3010 (ALC883) has a couple of gpio pins that needDeanna Phillips
2007-10-04g/c ETHER_CRC_LEN.Brad Smith
2007-10-04Remove renaming of fields with #define.Brad Smith
2007-10-02add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets.Brad Smith
2007-10-02In vr_attach() only touch the VR_STICKHW register if the adapterBrad Smith
2007-10-02regenBrad Smith
2007-10-02add new Intel E1000 and 10Gb PCIe PCI ids.Brad Smith
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-30Add support for the high-resulution timer found in the GPS170PCI card.Marc Balmer