summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* Add a call to a platform-specific irq remapping function for alpha platformsDoug Rabson1998-07-221-1/+4
* On the alpha, ports may be allocated above 64k.Doug Rabson1998-07-221-2/+8
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+8
* Add two workarounds for broken MP tables:Tor Egge1998-04-011-4/+20
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+3
* Addition of support of the slightly rogue Promise IDE interface(Dyson), supportJohn Dyson1997-09-201-1/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Reorder function decls alphabetically.Steve Passe1997-08-211-2/+2
* A few more casts and a function declaration for warning free kernel builds.Steve Passe1997-08-211-1/+2
* Removed unused #includes.Bruce Evans1997-08-021-5/+1
* Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.Steve Passe1997-06-251-5/+7
* Move call of pci_addcfg() before test of cfg->subordinatebus, since theStefan Eßer1997-06-021-2/+13
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTPeter Wemm1997-06-011-1/+2
* Add one more compatibility define to make the Adaptec driver compileStefan Eßer1997-05-281-1/+2
* Define command register enable bits, which are required for a consitencyStefan Eßer1997-05-281-1/+4
* Two minor changes to the code that builds the pci map array:Stefan Eßer1997-05-281-29/+30
* Minor cleanup of APIC_IO code.Steve Passe1997-05-271-9/+6
* Add support for APIC_IO to pci IRQ configuration.Steve Passe1997-05-271-1/+19
* Completely replace the PCI bus driver code to make it better reflectStefan Eßer1997-05-263-2166/+731
* Initialize PCI/CardBus bridges.Poul-Henning Kamp1997-05-031-39/+52
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-4/+26
* Add definition of PCI_SUBID_REG2, the subvendor/device ID forStefan Eßer1997-04-241-1/+2
* Add preliminary support for PCI config header type 2:Stefan Eßer1997-04-231-10/+19
* The bit of the cardbus bridge support code se and I have been able to agreePoul-Henning Kamp1997-04-201-1/+7
* Fix printing of map sizes: large numbers got a negative sign before.Stefan Eßer1997-03-251-3/+3
* Add a few vendor IDs and class and sub-class encodings.Stefan Eßer1997-03-251-2/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Fix misspelled variable name, -current build stopperAndrey A. Chernov1997-02-051-1/+1
* Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.hStefan Eßer1997-02-041-1/+5
* Improve on previous fix: Clean up getirq() as well, and remove redundantStefan Eßer1997-01-251-9/+8
* Make IRQ 0 invalid in pci_map_int(), since it is hardwired to theStefan Eßer1997-01-231-1/+1
* Add PCI LKM support.Stefan Eßer1997-01-211-290/+389
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIStefan Eßer1996-11-122-4/+10
* Fix PCI to PCI bridge register bit field masks.Stefan Eßer1996-11-122-36/+11
* Add support for ioctl() accesses to PCI config space registers.Stefan Eßer1996-10-222-4/+167
* pci_map_mem() did a too restrictive check on the mapping type:Stefan Eßer1996-10-141-2/+4
* Removed more devconf leftovers.Bruce Evans1996-09-102-40/+2
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-11/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-79/+5
* Fix code that deals with multiple host to PCI bridges by making the nextStefan Eßer1996-09-051-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in theStefan Eßer1996-09-021-21/+52
* Scan PCI buses in order the BIOS has assigned them. This is sometimesSatoshi Asami1996-06-091-2/+4
* Fix range check to actually test the variable that will be used asStefan Eßer1996-05-181-2/+2
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondarySatoshi Asami1996-04-251-2/+2
* Update PCI bus code from my current sources:Stefan Eßer1996-04-141-155/+165
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-3/+1
* Fixed unsigned longs that should have been vm_offset_t.Bruce Evans1996-03-191-2/+2
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitStefan Eßer1996-02-191-3/+5