summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2001-11-18Add Titan 200H (from Wojciech Puchar)christos
2001-11-18ANSIfy driver.augustss
2001-11-18Don't use a static variable in the power hook. It doesn't work with moreaugustss
2001-11-18Misc cleanups:tsutsui
2001-11-18add Trident 4DWAVE based (4DWAVE DX/NX,SiS 7018,ALi M5451) PCI audio driversomeya
2001-11-15Support Ultra/100 on CMD 0649.bouyer
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-11-13cleanup RCSIDlukem
2001-11-13add RCSIDslukem
2001-11-13Include stdio.h when compiled in userland to pull in declaration of printf etc.enami
2001-11-11- Fix some bogus comments.tsutsui
2001-11-10Fill the companion controller array.augustss
2001-11-09Add a "firstbus" argument to pci_configure_bus(), indicating thethorpej
2001-11-09In query_bus(), use the parent pciconf_bus_t's PCI chipset tag,thorpej
2001-11-08Fix the Bridge Control Register bit definitions, add ones thatthorpej
2001-11-07Regen; correct i80312 description.thorpej
2001-11-07Correct i80312 description.thorpej
2001-11-07Regen; add Cyclone PCI-700 (IQ80310).thorpej
2001-11-07Add product ID for the Cyclone PCI-700 (IQ80310).thorpej
2001-11-06Add some data structures to keep enable finding companion controllersaugustss
2001-11-04Fix a couple of bugs:tsutsui
2001-11-04Re-implement the mixeritohy
2001-11-03Add a driver for the Tekram DC-395U/UW/F and DC-315/U SCSI host adapters,tsutsui
2001-11-02recognize fxp on IBM thinkpad T23. from akimichi@wide.ad.jpitojun
2001-11-02Add PCI power management control. If the power state of a bridge ishaya
2001-11-01missing NBPFILTER > 0uch
2001-10-26Add Via KT266 as an ATA100 controller.augustss
2001-10-25Regen.augustss
2001-10-25Add some VIA KT266 numbers.augustss
2001-10-25Force BIOS out of the game by setting the LEGSUP register to its defaultaugustss
2001-10-24Regen; Add product IDs for the Powerhouse Systems PowerPro and PowerTopthorpej
2001-10-24Add product IDs for the Powerhouse Systems PowerPro and PowerTopthorpej
2001-10-24Regen; more Intel Gig-E fixup, and add Intel i82544 IDs.thorpej
2001-10-24More Intel Gig-E ID fixups, and add Intel i82544 Gig-E IDs.thorpej
2001-10-22De-__P()ify. Suggested by Lennart Augustsson.jdolecek
2001-10-21Add a config flag (0x02) that can force DMA to be *disabled* onthorpej
2001-10-21Make the various timing, etc. tables const, and add the __unused__thorpej
2001-10-18Fix obviously wrong printf() format in pci_intr_establish() failure case.jdolecek
2001-10-18Fix check in device open.wiz
2001-10-18Remove more cruft left over from copying bits of other drivers.thorpej
2001-10-18Add a missing return statement in an error case, and g/c somethorpej
2001-10-18Remove some more stuff left over from copying bits of the HME driver.thorpej
2001-10-18Remove some unneeded stuff from the gem_pci_softc.thorpej
2001-10-18Add goo to fetch the MAC address from OpenFirmware on the macppcthorpej
2001-10-18- The GEM registers are always memory type registers. Don't use athorpej
2001-10-17Fix the semantics of __PCI_DEV_FUNCORDER so that they're actually useful:thorpej
2001-10-17Add driver for Creative Labs SBLive! EMU10000, possibly also PCI512.jdolecek
2001-10-17Move some chip initialise code into pccbb_chipinit() function.haya
2001-10-16Add UDMA/100 support for SiS chipsets 645, 650 and 730.tron