summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-05-06Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparentlyMarco Pfatschbacher
2008-05-05Correct defines for NXE_DB_PEGID_RX|TX. OK dlg@Claudio Jeker
2008-05-05dell drac 3 and 4 virtual uarts are pucs running very fast.David Gwynne
2008-04-30regenBrad Smith
2008-04-30Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L.Brad Smith
2008-04-30don't stop both play and record in envy_halt_input() ad envy_halt_output()Alexandre Ratchov
2008-04-29Change sis_chip_map() to use pci_find_device() as the originalJonathan Gray
2008-04-29New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc);Constantine A. Murenin
2008-04-28Sync PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add the VIA PT894 Northbridge PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28- Add another Transmeta Northbridge PCI idBrad Smith
2008-04-28regenBrad Smith
2008-04-28Add SiS 662 PCI id.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add Intel I/OAT PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28Add ATI SB700 and RS780 PCI ids.Brad Smith
2008-04-28regenBrad Smith
2008-04-28- Add PCI ids for the AMD64 Phenom/Opteron 8300 series (10h) and Griffin (11h)Brad Smith
2008-04-27fix rate control.Damien Bergamini
2008-04-27regenDavid Gwynne
2008-04-27correct the drac 3 virtual uart entryDavid Gwynne
2008-04-24Adjust for renamed NetMos pcidevs entries. Add support for more Nm9845Mark Kettenis
2008-04-24regenMark Kettenis
2008-04-24Rename NetMos entries to include chip name and remove duplicate entry.Mark Kettenis
2008-04-23support netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-20be quiet even when errors happen; ok kettenisTheo de Raadt
2008-04-20rev 1.35 added special register settings for BCM5704 chipsets whenBrad Smith
2008-04-20Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipsetBrad Smith
2008-04-20Remove unused flags.Brad Smith
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-18syncTheo de Raadt
2008-04-18shorten nameTheo de Raadt
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-16Some formatting nits. No functional change.Owain Ainsworth
2008-04-16Replace handrolled hashes with a splay tree, while there plug a memleakPierre-Yves Ritschard
2008-04-13Disable ISP10160 and ISP12160. They don't quite work yet, and people withMark Kettenis
2008-04-13bring back a free call which was left out when moving from handrolled listsPierre-Yves Ritschard
2008-04-12just use an incremented int to calculate drawable ids. This is simplerOwain Ainsworth
2008-04-12Make sure that the drawables are properly freed when removed, and uponOwain Ainsworth
2008-04-12Switch part of the magic hashtable over to using a TAILQ insteadOwain Ainsworth
2008-04-12check the softc for null before we use it. Fixes a crash when drm is enabledOwain Ainsworth
2008-04-12Convert the list of agp memory over to a TAILQ instead of using a hand-Owain Ainsworth
2008-04-11introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of theThordur I. Bjornsson
2008-04-10Add support for recording through the mic jack on AD1984.Deanna Phillips
2008-04-09On sparc64, a zero base address doesn't mean the BAR is invalid. We probablyMark Kettenis