summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-01-04Make sure we unmap io space if we fail to attach.Mark Kettenis
2006-01-04syncAlexander Yurchenko
2006-01-04Add via kt880 agp; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2006-01-04regenBrad Smith
2006-01-04betterBrad Smith
2006-01-04regenBrad Smith
2006-01-04- add 2 SiS PCI to PCI bridgesBrad Smith
2006-01-04regenBrad Smith
2006-01-04rename 8111 ACPI to 8111 PowerBrad Smith
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2006-01-04update comment to match what the code does as of rev 1.149.Brad Smith
2006-01-03Revert part of the previous committed by mistake.Alexander Yurchenko
2006-01-03Correct interrupt type check. Pointed out by kettenis@, thanks.Alexander Yurchenko
2006-01-02add the 82801E SMBus controller id.Brad Smith
2006-01-02use pci_matchbyid.Brad Smith
2006-01-02regenBrad Smith
2006-01-02add ATI IXP300 SMBus controller id.Brad Smith
2006-01-02regenBrad Smith
2006-01-02add SMSC PCI vendor id and product id's for the Victory66 chipset.Brad Smith
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2006-01-01update for pcidevs name changeBrad Smith
2006-01-01regenBrad Smith
2006-01-01this fxp PCI id is generic to the whole family so mark it as 8255x insteadBrad Smith
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2006-01-01regenMark Kettenis
2006-01-01Correct names for VIA VT8233 PCI-ISA bridge PCI ID's:Mark Kettenis
2005-12-31Add AMD-8111 SMBus controller driver.Alexander Yurchenko
2005-12-31add macros for the expansion ROM base address registerDavid Gwynne
2005-12-31regen.Federico G. Schwindt
2005-12-31sort and some cleanup.Federico G. Schwindt
2005-12-30regenJolan Luff
2005-12-30typoJolan Luff
2005-12-30device_ptr_t -> struct device *David Gwynne
2005-12-30Some spaces->tab indentation fixes.Jonathan Gray
2005-12-29regenReyk Floeter
2005-12-29add additional Intel E7525 MCH subdevices. ok brad@Reyk Floeter
2005-12-29regenReyk Floeter
2005-12-29add a VMware virtual NIC device idReyk Floeter
2005-12-29regenBrad Smith
2005-12-29add a ServerWorks PCI Express to PCI-X bridgeBrad Smith
2005-12-29Driver for SMBus coontroller integrated on VIA VT8237 bus control and powerMark Kettenis
2005-12-28clear IFF_RUNNING here to get a full re-init.Brad Smith
2005-12-28using the PCI capability register to check for PCI-X mode doesn't get the exp...Brad Smith
2005-12-28Fix bge_eeprom_getbyte() to return 1 when timeout happens.Brad Smith
2005-12-28eliminate the last few quirk flags.Brad Smith
2005-12-28Use corrent size for io mapping. Problem reported byAlexander Yurchenko
2005-12-27Add support for newer M7101 chips with different PCI config registers layout.Mark Kettenis
2005-12-26Reset i2c bus if operation times out.Mark Kettenis