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
*
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