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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the base pcib_route_interrupt method available to other pci-pci bridge
benno
2003-01-14
2
-2
/
+2
*
Properly account for prefetchable memory when a request is being made.
imp
2002-12-03
1
-47
/
+112
*
Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like
imp
2002-11-27
2
-0
/
+10
*
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
2
-0
/
+85
*
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
*
Staticize local variable.
mdodd
2002-11-13
1
-1
/
+1
*
Save and restore the interrupt Edge/Level Control Registers (ELCR)
iedowse
2002-10-30
1
-5
/
+88
*
Whitespace.
jhb
2002-10-16
1
-2
/
+2
*
Removed the only PCI_DEBUG ifdef in the kernel. PCI_DEBUG was not a
bde
2002-10-01
1
-2
/
+0
*
The bus number is unsigned, it cannot be less than zero.
phk
2002-10-01
1
-3
/
+0
*
Don't use GCC shorthand for ?: unless it really matters.
phk
2002-09-28
1
-2
/
+3
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
2
-2
/
+2
*
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
*
Fix up a comment.
jhb
2002-09-04
1
-2
/
+2
*
- Make pci_load_vendor_data() static and do it during MOD_LOAD instead of
jhb
2002-09-04
2
-17
/
+16
*
Add a new command: show pciregs, equivalent to pciconf -l
guido
2002-08-28
1
-0
/
+77
*
Overhaul the ACPI PCI bridge driver a bit:
jhb
2002-08-26
1
-1
/
+0
*
Export a few symbols as globals to allow subclassing of this driver. In
jhb
2002-08-26
2
-37
/
+91
*
Various changes to make it easier to subclass the PCI bus device.
jhb
2002-08-26
2
-30
/
+61
*
style(9) nit.
mux
2002-08-19
1
-1
/
+1
*
Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead of
mux
2002-08-19
1
-14
/
+2
*
While PCI interrupts are shareable, this should not have been committed just
imp
2002-08-02
1
-7
/
+0
*
Make PCI_ENABLE_IO_MODES a sysctl hw.pci.enable_io_modes. It can also
imp
2002-07-26
1
-20
/
+35
*
0 is not an invalid interrupt in the PCI world (just in the ia32
imp
2002-06-07
1
-2
/
+4
*
Add some PCI-X register definitions.
gibbs
2002-06-05
1
-1
/
+18
*
Use PCI_INTERRUPT_VALI in stead of hard coded 255
imp
2002-06-01
1
-5
/
+5
*
More style(9) nits
imp
2002-06-01
1
-20
/
+23
*
Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALID
imp
2002-06-01
1
-1
/
+2
*
Make this file mostly conform to style(9).
imp
2002-06-01
1
-87
/
+86
*
Add MODULE_VERSION.
mdodd
2002-04-17
1
-0
/
+1
*
Fix an edge case wrt membase, but more changes needed
imp
2002-04-13
1
-1
/
+1
*
intline == 0 is not a valid intline on 386. See pci_cfgintr() in
n_hibma
2002-04-10
1
-1
/
+5
*
Add 5th parameter to pci_read_device specifying the size of the object
imp
2002-03-13
2
-6
/
+6
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Use the pci.c code wherever possible, rather than copying all the pci
imp
2002-02-27
2
-54
/
+116
*
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
2
-2
/
+9
*
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
*
Implement 2 small helper functions:
mdodd
2002-01-10
2
-0
/
+37
*
Use the new resource_list_print_type() function to print resource list
tmm
2001-12-21
2
-48
/
+5
*
Add support for the Intel 82443MX chipset
pirzyk
2001-12-21
2
-2
/
+3
*
Don't put variable declarations in header files, put prototypes.
mdodd
2001-12-19
2
-2
/
+6
*
Experimental patch to try to properly clip the range of the memory
imp
2001-11-26
1
-0
/
+4
[next]