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
*
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
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-16
1
-7
/
+15
*
Fix the off-by-one error in the calculation of the valid port range.
se
1995-12-15
1
-4
/
+4
*
Another mega commit to staticize things.
phk
1995-12-14
1
-3
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-2
/
+2
*
Set default burst length limit to 32 bytes, since this seems to be
se
1995-12-06
1
-2
/
+3
*
Made pci.c compile again. It unfortunately depends on the isa interrupt
bde
1995-11-21
1
-1
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-3
/
+6
*
Mega commit for sysctl.
phk
1995-11-20
1
-12
/
+7
*
Fixed bug where wrong thing was being checked for NULL before calling
dg
1995-10-02
1
-2
/
+2
*
Add vendor ID of Compaq, now that I found what it is ...
se
1995-09-14
1
-2
/
+2
*
Minor changes to the PCI probe messages.
se
1995-09-14
1
-7
/
+6
*
Make mapping messages depend on bootverbose flag.
se
1995-09-07
1
-67
/
+182
*
Initialize "name" to quiet compiler.
dg
1995-07-29
1
-2
/
+2
*
Add a few vendor IDs.
se
1995-07-27
1
-8
/
+21
*
Get rid of references to the linker supplied set length field.
se
1995-07-27
1
-15
/
+15
*
Change message "not supported" to "no driver assigned", because
se
1995-06-28
1
-2
/
+2
*
Failure of the consistency checks for BIOS assigned mappings of busses
se
1995-06-28
1
-6
/
+16
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-9
/
+9
*
bzero the malloced pci_devconf structure. This should fix the problem with
dg
1995-05-04
1
-1
/
+2
*
Forward-declare kern_devconf for use in a prototype. Some drivers
bde
1995-03-25
1
-1
/
+3
[next]