summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci_compat.c
Commit message (Expand)AuthorAgeFilesLines
* 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