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
*
Update select -> poll in drivers.
peter
1997-09-14
1
-2
/
+2
*
Reorder function decls alphabetically.
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
-1
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-5
/
+1
*
Modified to use renamed get_pci_apic_irq() -> pci_apic_pin() function.
fsmp
1997-06-25
1
-5
/
+7
*
Move call of pci_addcfg() before test of cfg->subordinatebus, since the
se
1997-06-02
1
-2
/
+13
*
PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINT
peter
1997-06-01
1
-1
/
+2
*
Add one more compatibility define to make the Adaptec driver compile
se
1997-05-28
1
-1
/
+2
*
Define command register enable bits, which are required for a consitency
se
1997-05-28
1
-1
/
+4
*
Two minor changes to the code that builds the pci map array:
se
1997-05-28
1
-29
/
+30
*
Minor cleanup of APIC_IO code.
fsmp
1997-05-27
1
-9
/
+6
*
Add support for APIC_IO to pci IRQ configuration.
fsmp
1997-05-27
1
-1
/
+19
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
3
-2234
/
+799
*
Initialize PCI/CardBus bridges.
phk
1997-05-03
1
-40
/
+53
*
Man the liferafts! Here comes the long awaited SMP -> -current merge!
peter
1997-04-26
1
-4
/
+26
*
Add definition of PCI_SUBID_REG2, the subvendor/device ID for
se
1997-04-24
1
-1
/
+2
*
Add preliminary support for PCI config header type 2:
se
1997-04-23
1
-10
/
+19
*
The bit of the cardbus bridge support code se and I have been able to agree
phk
1997-04-20
1
-1
/
+7
*
Fix printing of map sizes: large numbers got a negative sign before.
se
1997-03-25
1
-3
/
+3
*
Add a few vendor IDs and class and sub-class encodings.
se
1997-03-25
1
-2
/
+11
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
3
-3
/
+3
*
Fix misspelled variable name, -current build stopper
ache
1997-02-05
1
-1
/
+1
*
Add interface revision field to pci_register_lkm parameter list.pci.c pcibus.h
se
1997-02-04
1
-1
/
+5
*
Improve on previous fix: Clean up getirq() as well, and remove redundant
se
1997-01-25
1
-9
/
+8
*
Make IRQ 0 invalid in pci_map_int(), since it is hardwired to the
se
1997-01-23
1
-1
/
+1
*
Add PCI LKM support.
se
1997-01-21
1
-290
/
+389
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCI
se
1996-11-12
2
-4
/
+10
*
Fix PCI to PCI bridge register bit field masks.
se
1996-11-12
2
-36
/
+11
*
Add support for ioctl() accesses to PCI config space registers.
se
1996-10-22
2
-4
/
+167
*
pci_map_mem() did a too restrictive check on the mapping type:
se
1996-10-14
1
-2
/
+4
*
Removed more devconf leftovers.
bde
1996-09-10
2
-40
/
+2
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-11
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
2
-79
/
+5
*
Fix code that deals with multiple host to PCI bridges by making the next
se
1996-09-05
1
-1
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
1
-21
/
+52
*
Scan PCI buses in order the BIOS has assigned them. This is sometimes
asami
1996-06-09
1
-2
/
+4
*
Fix range check to actually test the variable that will be used as
se
1996-05-18
1
-2
/
+2
*
Fix logic bug in pci bridge code. For a PCI-PCI bridge, secondary
asami
1996-04-25
1
-2
/
+2
*
Update PCI bus code from my current sources:
se
1996-04-14
1
-155
/
+165
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-3
/
+1
*
Fixed unsigned longs that should have been vm_offset_t.
bde
1996-03-19
1
-2
/
+2
*
Remove limit of port I/O addresses to 65K, since PCI specifies 32 bit
se
1996-02-19
1
-3
/
+5
*
Add generic PCI to PCI bridge support.
se
1996-02-17
1
-21
/
+68
*
Add heuristic to detect multi-function devices that don't announce this
se
1996-01-30
1
-34
/
+79
*
Decode configuration for the IDE part of the Triton chipset. This
wollman
1996-01-27
1
-1
/
+8
*
Add support for multi-function devices.
se
1996-01-25
3
-11
/
+32
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
2
-34
/
+12
*
Fix bad typo: > was used instead of >> ...
se
1996-01-19
1
-4
/
+4
*
Improve PCI probe messages by printing the bus number.
se
1996-01-19
1
-3
/
+3
[next]