summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci_compat.c
Commit message (Expand)AuthorAgeFilesLines
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+12
* Encapsulate the old PCI compatability support and APIs completely underpeter2000-05-281-4/+96
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fixed configuration of fast interrupts for the pci cy driver. They werebde2000-02-281-1/+1
* Zap pci_map_dense() and pci_map_bwx() - they were for compatability butpeter2000-01-051-34/+0
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-29/+21
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-5/+1
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-311-1/+13
* Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR.peter1999-05-111-12/+21
* Fix 'assignment used as truth value' on alpha.peter1999-05-101-3/+5
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-10/+11
* Minor style nit (this minor style.9 violation caused a grep miss here)peter1999-05-071-3/+5
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-48/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-108/+84
* pci_register_lkm can fail gracefully, so let it do that when there iseivind1999-04-111-2/+2
* Fix problem with zero valued map registers followed by valid map entries.se1999-01-191-8/+11
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)bde1999-01-131-5/+12
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-141-3/+3
* Bailing out when malloc returns != NULL will not help anybody.eivind1998-12-091-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-7/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+2
* Fix a warning (#include the apic_next_irq() prototype for APIC_IO)peter1998-11-091-1/+5
* Add functions for accessing dense and bwx memory for pci devices. Thesedfr1998-10-061-1/+44
* Revive PCIConf.gibbs1998-09-151-2/+21
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-6/+6
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.dfr1998-08-071-5/+2
* On the alpha, ports may be allocated above 64k.dfr1998-07-221-3/+10
* Add two workarounds for broken MP tables:tegge1998-04-011-2/+46
* Yank the casts.fsmp1997-08-211-2/+2
* A few more casts and a function declaration for warning free kernel builds.fsmp1997-08-211-2/+2
* Removed unused #includes.bde1997-08-021-6/+1
* Remove use of intrec*, use void* instead.se1997-05-301-2/+4
* Add consistency check to the functions that map port or memory ranges:se1997-05-281-3/+16
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-0/+351
OpenPOWER on IntegriCloud