summaryrefslogtreecommitdiffstats
path: root/sys/amd64/pci/pci_bus.c
Commit message (Expand)AuthorAgeFilesLines
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-2/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Use __FBSDID().obrien2003-07-251-3/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-69/+3
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-18/+0
* Outdent the string rather than use concatenation.phk2002-12-231-2/+2
* Recognize the Serverworks CIOB30 host to pci bridge.peter2002-11-131-0/+5
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().phk2002-10-201-0/+2
* "id" is never going to be -1 when it is unsigned.phk2002-10-201-2/+0
* Use the global pcib devclass instead of our own static copy.jhb2002-10-161-2/+0
* Add 2 Ids for new ServerWorks host to PCI bridge chipset.iwasaki2002-10-021-0/+8
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-10/+0
* Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) tojhb2002-09-231-7/+7
* #include "opt_bla.h" goes first says Bruce.phk2002-09-091-2/+2
* Fix style(9) bugs.phk2002-09-081-2/+2
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-061-2/+69
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-061-1/+2
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-041-0/+7
* Move a prototype to the least wrong place.phk2002-08-021-0/+1
* Add support for probing secondary buses on the ServerWorks Grand Championgallatin2002-07-191-0/+11
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-0/+2
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canphk2002-07-181-0/+3
* Fix a PNPID in a commentimp2002-04-241-1/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-0/+13
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-101-0/+3
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-211-0/+18
* Next phase in the PCI subsystem cleanup.msmith2000-12-081-2/+2
* Hack to work around a probe which will lock up at least some i450GX-basedmsmith2000-11-081-1/+5
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* Add the ability to use the $PIR table in the BIOS to route interruptsimp2000-10-161-0/+9
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-141-4/+4
* When testing for PCI bus overlap with another enumerator, make sure wemsmith2000-10-111-1/+1
* Only attach "legacy" PCI busses if none have been attached via any othermsmith2000-10-091-3/+23
* Move the i386 PCI attachment code out of i386/isa back into i386/pci.msmith2000-10-021-326/+8
* Get out the roto-rooter and clean up the abuse of nexus ivars by thepeter2000-09-281-19/+6
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-051-19/+89
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-10/+50
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-48/+84
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+54
* Add OPTi 82C700 chipset.kuriyama2000-05-241-0/+3
* Add 440MX chipset.kuriyama2000-05-241-0/+3
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-041-1/+5
* Some more i386-only BIOS-friendliness:msmith2000-04-161-9/+112
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-231-1/+10
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-131-0/+1
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-091-7/+22
* Add PCI Id's for i810 chipsets.n_hibma2000-02-071-0/+9
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-081-6/+0
OpenPOWER on IntegriCloud