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
/
dev
/
pci
/
pcib_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect the BIOS/firmware's notion of acceptable address ranges for PCI
jhb
2011-07-15
1
-0
/
+28
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
1
-0
/
+30
*
- Retire acpi_pcib_resume(). It is has just been an alias for
jhb
2010-08-05
1
-0
/
+1
*
Two fixes:
imp
2009-03-14
1
-2
/
+2
*
Add some sysctl reporting for most pci_pci bridges. We now report
imp
2008-08-16
1
-3
/
+4
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-0
/
+1
*
Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-05-02
1
-2
/
+2
*
Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.
jhb
2007-01-22
1
-0
/
+1
*
- Add a new flag to the PCI-PCI driver to disable MSI on devices behind the
jhb
2007-01-13
1
-0
/
+1
*
Replace #define<space> with #define<tab> so the code is consistent with
jhb
2006-12-14
1
-1
/
+1
*
First cut at MI support for PCI Message Signalled Interrupts (MSI):
jhb
2006-11-13
1
-0
/
+4
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-2
/
+0
*
Add support for subtractive decoding bridges. These bridges pass all
imp
2004-01-11
1
-0
/
+2
*
Prefer the uintXX_t to the u_intXX_t names.
imp
2003-08-22
1
-12
/
+12
*
Make the base pcib_route_interrupt method available to other pci-pci bridge
benno
2003-01-14
1
-0
/
+1
*
Add a function host_pcib_get_bnsno() that attempts to determine the bus
jhb
2002-11-22
1
-0
/
+4
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
1
-0
/
+1
*
Export a few symbols as globals to allow subclassing of this driver. In
jhb
2002-08-26
1
-0
/
+72