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
/
pci_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Prefer the uintXX_t to the u_intXX_t names.
imp
2003-08-22
1
-6
/
+6
*
Calculate routed interrupts using the slot number from the device and
ticso
2003-05-22
1
-1
/
+1
*
Make the base pcib_route_interrupt method available to other pci-pci bridge
benno
2003-01-14
1
-2
/
+1
*
Properly account for prefetchable memory when a request is being made.
imp
2002-12-03
1
-47
/
+112
*
Fix a couple of bugs in host_pcib_get_busno():
jhb
2002-11-25
1
-5
/
+5
*
Add a function host_pcib_get_bnsno() that attempts to determine the bus
jhb
2002-11-22
1
-0
/
+81
*
Unbreak kernel build.
mux
2002-11-13
1
-1
/
+0
*
Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to
mdodd
2002-11-13
1
-33
/
+49
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
1
-2
/
+1
*
Prefer the physical bus number of the PCI bus as the unit of the pciX
jhb
2002-09-06
1
-1
/
+1
*
Make the printf messages when routing interrupts more consistent in the
jhb
2002-09-05
1
-2
/
+2
*
Export a few symbols as globals to allow subclassing of this driver. In
jhb
2002-08-26
1
-37
/
+19
*
Fix an edge case wrt membase, but more changes needed
imp
2002-04-13
1
-1
/
+1
*
Fix warnings introduced in the PCI_ALLOW_UNSUPPORTED_IO_RANGE case.
imp
2002-02-26
1
-6
/
+6
*
Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enough
phk
2002-02-22
1
-0
/
+18
*
Put the stard/end adjustments back. They are needed. Also make start
imp
2002-02-19
1
-2
/
+18
*
Don't claim to have routed an interrupt when the method actually returned an
msmith
2002-02-12
1
-2
/
+4
*
Make unsupported memory range message bootverbose only
imp
2002-02-09
1
-4
/
+7
*
Remove bogus range restrictions that attempted to restrict the range
imp
2002-02-08
1
-14
/
+30
*
Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA address
imp
2002-01-15
1
-0
/
+5
*
Experimental patch to try to properly clip the range of the memory
imp
2001-11-26
1
-0
/
+4
*
Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems
brooks
2001-09-26
1
-0
/
+4
*
Next round of PCI subsystem updates:
msmith
2000-12-13
1
-22
/
+27
*
- We have access to our own device_t here, so use pci_read_config
msmith
2000-12-12
1
-25
/
+69
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
1
-0
/
+334