summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2007-09-29Add first part of queue magic to attach.Marco Peereboom
2007-09-27Add automatic rate control (AMRR).Marcus Glocker
2007-09-26regenDeanna Phillips
2007-09-26Add Sigmatel to vendors.Deanna Phillips
2007-09-26Clean up STAC7661 codec: sort mixer items, add prev and next pointersDeanna Phillips
2007-09-22Obvious M_ZERO/bzero() change. Note that isp_param is void *, so theKenneth R Westerback
2007-09-20Add mixer items, master volume and dacgroup init for Analog DevicesDeanna Phillips
2007-09-19M_ZERO. all the cool kids are doing it.David Gwynne
2007-09-19Use the proper baudrate for 10Gb hw now that it can fit into the buadrateBrad Smith
2007-09-19Remove unused tulip_21041_media_noprobe() function and tulip_21041np_boardswBrad Smith
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17- Use a 64-bit int for the baudrate within the ifmedia_baudrate struct andBrad Smith
2007-09-17Remove an unused function msk_setfilt() which was copied from sk(4) and isBrad Smith
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17regenBrad Smith
2007-09-17add the Marvell Yukon 2 88E8040 PCI id.Brad Smith
2007-09-17Some bzero() -> M_ZERO. ok jakemsr@Kenneth R Westerback
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-09-15Properly fill in some of the pci information the driver uses internally.Jonathan Gray
2007-09-14add the NVIDIA MCP73/MCP77 IDE controller PCI ids.Brad Smith
2007-09-14- correct error message if pci_mapreg_map() fails by not printing theBrad Smith
2007-09-14regenBrad Smith
2007-09-14add the Marvell Yukon 2 88E8048 PCI id.Brad Smith
2007-09-14add two new chip revisions.Brad Smith
2007-09-13syncDamien Bergamini