summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-10the Dell SoundBlaster Live! 5.1 cards differ enough from "regular"Jacob Meuser
2008-03-08allows SMALL_KERNEL compilesMarc Espie
2008-03-04Add a workaround against a NULL pointer dereference on alpha whenMiod Vallat
2008-03-02Change some spaces to tabs in the transmit functions.Brad Smith
2008-03-02Clear interrupts on detach. Fixes interrupt storm on digital-onlyDeanna Phillips
2008-03-02Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.Brad Smith
2008-03-02If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead ofBrad Smith
2008-03-02At the moment em_flowstatus() does not deal with fiber interfaces andBrad Smith
2008-03-02If bus_dmamap_load_mbuf() fails in em_get_buf() use m_freem() intead ofBrad Smith
2008-03-01regenMark Kettenis
2008-03-01Add O2 Micro firewire.Mark Kettenis
2008-03-01regenMark Kettenis
2008-03-01Correct/shorten a few more Intel chipset entries I overlooked before.Mark Kettenis
2008-02-28Add initial bits for fiber support with the BCM5706/BCM5708 chipsets.Brad Smith
2008-02-27Make sure we match the correct pci domain; clean up the code a bit and removeMark Kettenis
2008-02-27Add ICH8M SATA IDE support, and adjust for renamed ICH7 and ICH8 IDs.Mark Kettenis
2008-02-27regenMark Kettenis
2008-02-27Add ICH8M SATA IDE, and correct a few ICH7 and ICH8 SATA/AHCI/RAID entries.Mark Kettenis
2008-02-27Correct the watchdog timer by moving it out from under the condition checkBrad Smith
2008-02-25regenBernd Ahlers
2008-02-25Add some ATI ids. help/ok jsg@Bernd Ahlers
2008-02-23RegenMiod Vallat
2008-02-23More SGI devices.Miod Vallat
2008-02-23forgot that one when committing the if_ipw.c memleak fix. HopefullyHans-Joerg Hoexer
2008-02-23Do not leak memory claimed by firmware on "ifconfig down".Hans-Joerg Hoexer
2008-02-23syncStuart Henderson
2008-02-23add Radeon HD 2400 XT/Pro, ok kettenisStuart Henderson
2008-02-22regenMark Kettenis
2008-02-22Add Intel X38 chipset IDs.Mark Kettenis
2008-02-22Avoid unaligned PCI config space access.Mark Kettenis
2008-02-22as can be seen in emuxki_voice_set_srate(), the sample rate needs toJacob Meuser
2008-02-21since now we have volume knobs, use next/prev pointers to attachAlexandre Ratchov
2008-02-21implement AK4524 input and output volume knobs and output mute switches.Alexandre Ratchov
2008-02-20When collecting the hardware statistics add the interfaces input errorsBrad Smith
2008-02-20when bge has link, use autopolling for link status, not direct mii polls.Stuart Henderson
2008-02-20Add support for the Intel ICH9 chipsets.Brad Smith
2008-02-19Add support for the optics on the Sun variant of ixgb(4) boards.Brad Smith
2008-02-18Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets.Brad Smith
2008-02-17Add the VIA VT8237S south bridge.Brad Smith
2008-02-17Remove the check for non-production bnx(4) chipsets. These chipsets areBrad Smith
2008-02-17- Correct clearing of the IFF_OACTIVE flag by ensuring the flag isBrad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-02-17some cleaning.Brad Smith
2008-02-17regenBrad Smith
2008-02-17remove bogus Intel E1000 PCI ids.Brad Smith
2008-02-17regenBrad Smith
2008-02-17add two PLX PCIe bridges.Brad Smith
2008-02-14deal with a 64-bit BAR such as with PCIe chipsets.Brad Smith
2008-02-14Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.Brad Smith