summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PCI LKM support.se1997-01-211-290/+389
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIse1996-11-121-2/+7
* Fix PCI to PCI bridge register bit field masks.se1996-11-121-31/+6
* Add support for ioctl() accesses to PCI config space registers.se1996-10-221-3/+165
* pci_map_mem() did a too restrictive check on the mapping type:se1996-10-141-2/+4
* Removed more devconf leftovers.bde1996-09-101-24/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-77/+2
* Fix code that deals with multiple host to PCI bridges by making the nextse1996-09-051-1/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-021-21/+52
* Scan PCI buses in order the BIOS has assigned them. This is sometimesasami1996-06-091-2/+4
* Fix range check to actually test the variable that will be used asse1996-05-181-2/+2
* Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondaryasami1996-04-251-2/+2
* Update PCI bus code from my current sources:se1996-04-141-155/+165
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-3/+1
* Remove limit of port I/O addresses to 65K, since PCI specifies 32 bitse1996-02-191-3/+5
* Add generic PCI to PCI bridge support.se1996-02-171-21/+68
* Add heuristic to detect multi-function devices that don't announce thisse1996-01-301-34/+79
* Decode configuration for the IDE part of the Triton chipset. Thiswollman1996-01-271-1/+8
* Add support for multi-function devices.se1996-01-251-7/+19
* Make PCI interrupt handlers return void like everybody else does.se1996-01-231-25/+10
* Improve PCI probe messages by printing the bus number.se1996-01-191-3/+3
* Completed function declarations and/or added prototypes and/or addedbde1995-12-161-7/+15
* Fix the off-by-one error in the calculation of the valid port range.se1995-12-151-4/+4
* Another mega commit to staticize things.phk1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+2
OpenPOWER on IntegriCloud