summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-01-05print info in attach before if_attachTheo de Raadt
2008-01-04read the hardware mac address into the drivers ac_enaddr thing rather thanDavid Gwynne
2008-01-04we have pci_vpd_read now. get rid of the (bad) comment that left it outDavid Gwynne
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-04regenMark Kettenis
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-02regenMark Kettenis
2008-01-02Fix typo in 82801IH LPC entry.Mark Kettenis
2008-01-02Add the ATI SB700 chipset.Brad Smith
2008-01-02correct the comment above noct_read().Brad Smith
2008-01-02add the NVIDIA MCP77/79 ids.Brad Smith
2008-01-02correct the comment in agp_map_aperture().Brad Smith
2007-12-31On some machines we get hotplug interrupts when they're resumed, so don'tMark Kettenis
2007-12-31use OpenBSD rcs id'sJasper Lievisse Adriaanse
2007-12-31lii(4) is a driver for the atheros l2 ethernet chip as found on the asusDavid Gwynne
2007-12-30regenBrad Smith
2007-12-30- rename some SATA entries which are shared between the ATI SB700 and SB800 c...Brad Smith
2007-12-30regenBrad Smith
2007-12-30add the PCI id for the Sun Crypto Accelerator 6000 PCIe board.Brad Smith
2007-12-22syncTheo de Raadt
2007-12-22more qlogic productsTheo de Raadt
2007-12-20Get rid of __HAVE_PCCBB_ATTACH_HOOK.Mark Kettenis
2007-12-20regenBrad Smith
2007-12-20add the ATI Radeon Mobility X1400 PCI id.Brad Smith
2007-12-20regenBrad Smith
2007-12-20add the MCP77 LAN PCI ids.Brad Smith
2007-12-19If the CardBus bus number is left unconfigured, only attach pcmcia(4).Mark Kettenis
2007-12-19Fix the issue with some intel 965 host busses. Though the docs claim that theOwain Ainsworth
2007-12-16Put inamp gain and inamp mute controls under AudioCinputs. ThisDeanna Phillips
2007-12-16Count line-in as line-out, and label both as AudioNline. This is whatDeanna Phillips
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
2007-12-11Fix check for pending interrupts as some other device is causingMike Belopuhov
2007-12-11regenBrad Smith
2007-12-11remove wrong MCP79 SMBus id in previous commit.Brad Smith
2007-12-11- Remove disabled and unusable HW VLAN tagging code.Brad Smith
2007-12-11regenBrad Smith
2007-12-11add the NVIDIA MCP79 LAN, AHCI, SMBus and HD Audio PCI ids.Brad Smith
2007-12-10regenMike Belopuhov
2007-12-10Add GeForce 7200 GS. From form@.Mike Belopuhov
2007-12-10Kill a check for malloc fail. The malloc call uses M_WAITOK and thusOwain Ainsworth
2007-12-10Make the "can't find VGA config space" error sound less scary. ThisOwain Ainsworth
2007-12-09Restore "evil hack" that we had before the recent agp(4) changes. SolvesMark Kettenis
2007-12-09Un-#ifdef code, such that we don't attach cardbus if the bus nuber isMark Kettenis
2007-12-09sturm@ let me know that the workaround in here breaks things on bge somehow.Owain Ainsworth
2007-12-09in raldetach, do not call chip-specific detach if it was never called inTheo de Raadt
2007-12-08there should be 10 stereo or 20 mono knobs (but not 20 stereo!).Alexandre Ratchov
2007-12-08mixer_devinfo->type is uninitialized for classesAlexandre Ratchov
2007-12-07KNF, no binary change.Owain Ainsworth
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth