index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
/
pci_compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Encapsulate the old PCI compatability support and APIs completely under
peter
2000-05-28
1
-4
/
+96
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Fixed configuration of fast interrupts for the pci cy driver. They were
bde
2000-02-28
1
-1
/
+1
*
Zap pci_map_dense() and pci_map_bwx() - they were for compatability but
peter
2000-01-05
1
-34
/
+0
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
1
-29
/
+21
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
On the new Meteor cards, the Philips SAA 7116 is connected to the PCI bus
roger
1999-05-31
1
-1
/
+13
*
Take a shot at handling INTR_FAST and INTR_EXCL for CY_PCI_FASTINTR.
peter
1999-05-11
1
-12
/
+21
*
Fix 'assignment used as truth value' on alpha.
peter
1999-05-10
1
-3
/
+5
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-10
/
+11
*
Minor style nit (this minor style.9 violation caused a grep miss here)
peter
1999-05-07
1
-3
/
+5
*
Zap some #if 0 code for wired PCI devices. This will look quite different
peter
1999-04-24
1
-155
/
+1
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-48
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-108
/
+84
*
pci_register_lkm can fail gracefully, so let it do that when there is
eivind
1999-04-11
1
-2
/
+2
*
Fix problem with zero valued map registers followed by valid map entries.
se
1999-01-19
1
-8
/
+11
*
Replace includes of <sys/kernel.h> with includes of
jdp
1999-01-14
1
-2
/
+2
*
Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)
bde
1999-01-13
1
-5
/
+12
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
Bailing out when malloc returns != NULL will not help anybody.
eivind
1998-12-09
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-7
/
+5
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+2
*
Fix a warning (#include the apic_next_irq() prototype for APIC_IO)
peter
1998-11-09
1
-1
/
+5
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
1
-1
/
+44
*
Revive PCIConf.
gibbs
1998-09-15
1
-2
/
+21
*
Maintain a mapping from irq number to (ioapic number, int pin) tuple,
tegge
1998-09-06
1
-6
/
+6
*
Remove a stupid hack of mine which prevented PCI io memory access on the alpha.
dfr
1998-08-07
1
-5
/
+2
*
On the alpha, ports may be allocated above 64k.
dfr
1998-07-22
1
-3
/
+10
*
Add two workarounds for broken MP tables:
tegge
1998-04-01
1
-2
/
+46
*
Yank the casts.
fsmp
1997-08-21
1
-2
/
+2
*
A few more casts and a function declaration for warning free kernel builds.
fsmp
1997-08-21
1
-2
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+1
*
Remove use of intrec*, use void* instead.
se
1997-05-30
1
-2
/
+4
*
Add consistency check to the functions that map port or memory ranges:
se
1997-05-28
1
-3
/
+16
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
1
-0
/
+351