summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.mdodd1999-07-271-1/+32
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-011-1/+2
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-311-1/+47
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-3/+20
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-301-2/+2
* Add support for multiple PCI "hoses" used on various alpha platforms.gallatin1999-05-201-2/+37
* Add missing suspend/resume methods.dfr1999-05-101-1/+3
* For the ioctl that reads the pci configuration, look up the name and unitpeter1999-05-091-16/+14
* Argh, don't clobber the pci device list if there are multiple busses!peter1999-05-091-5/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-3/+1
* Print 'irq nn' on the device attach line like the old pci code did.peter1999-05-081-1/+8
* GC pci_bushigh() - no longer used.peter1999-05-081-11/+1
* Fix a goof on my part; s/struct moduledata */struct module */peter1999-05-061-3/+3
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-241-9/+17
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-112/+541
* Staticize.eivind1999-04-111-3/+3
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-191-1/+2
* Remove 'pci_bridgeto' - it was just an empty placeholder.eivind1999-01-121-9/+1
* s/%#p/%p/ to fix a warning. This looks like a leftover of once beingpeter1998-11-091-3/+3
* In the cyrix Cx5530, there are null (empty) Base address registers before thejulian1998-11-031-17/+25
* Some workarounds for a common DEC pci-pci bridge found on alphas.dfr1998-09-161-5/+9
* Correct printf format bugs.gibbs1998-09-151-5/+5
* Revive PCIConf.gibbs1998-09-151-37/+358
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-131-4/+5
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-221-1/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+8
* Add two workarounds for broken MP tables:tegge1998-04-011-4/+20
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed unused #includes.bde1997-08-021-5/+1
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.fsmp1997-06-251-5/+7
* Move call of pci_addcfg() before test of cfg->subordinatebus, since these1997-06-021-2/+13
* Two minor changes to the code that builds the pci map array:se1997-05-281-29/+30
* Minor cleanup of APIC_IO code.fsmp1997-05-271-9/+6
* Add support for APIC_IO to pci IRQ configuration.fsmp1997-05-271-1/+19
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-1816/+365
* Initialize PCI/CardBus bridges.phk1997-05-031-40/+53
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-4/+26
* Add preliminary support for PCI config header type 2:se1997-04-231-10/+19
* Fix printing of map sizes: large numbers got a negative sign before.se1997-03-251-3/+3
* Add a few vendor IDs and class and sub-class encodings.se1997-03-251-2/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix misspelled variable name, -current build stopperache1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hse1997-02-041-1/+5
* Improve on previous fix: Clean up getirq() as well, and remove redundantse1997-01-251-9/+8
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to these1997-01-231-1/+1
OpenPOWER on IntegriCloud