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
/
pci
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-7
/
+19
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
1
-25
/
+10
*
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
*
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
1
-6
/
+6
*
bzero the malloced pci_devconf structure. This should fix the problem with
dg
1995-05-04
1
-1
/
+2
*
Restore my changes to initialize the kdc_shutdown routine pointer. Stefan
dg
1995-03-23
1
-4
/
+5
*
Completely new PCI code:
se
1995-03-21
1
-507
/
+1030
*
Added a new field to the pci_device struct called pd_shutdown to specify
dg
1995-03-17
1
-5
/
+7
*
Speed up PCI attach code by ommiting test if its result is ignored anyway.
se
1995-03-02
1
-13
/
+15
*
First try to add support for PCI-PCI bridge chips (written for the
se
1995-02-27
1
-22
/
+77
*
Deal with systems, that lack a fully decoded PCI configuration space.
se
1995-02-25
1
-2
/
+22
*
New PCI attach code:
se
1995-02-22
1
-42
/
+120
*
ncr.c:
se
1995-02-14
1
-2
/
+8
*
YFfix
phk
1995-02-14
1
-1
/
+2
*
Try to detect overlapping PCI memory assignment.
se
1995-02-09
1
-1
/
+17
*
Reapplied all of Stefan's changes. What a mess - the files were modified
dg
1995-02-02
1
-130
/
+183
*
Fixed up include paths after copying these in the repository.
dg
1995-02-02
1
-2
/
+2
*
Submitted by:
se
1994-11-02
1
-6
/
+114
*
Modified fifth parameter (imask) to register_intr() according to
se
1994-10-25
1
-5
/
+2
*
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
se
1994-10-12
1
-249
/
+301
*
Correct DEC -> Digital Equipment Corporation.
wollman
1994-10-01
1
-2
/
+2
*
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
se
1994-09-28
1
-5
/
+1
*
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>
se
1994-09-16
1
-126
/
+131
*
Added a bit of missing functionality to make this work correctly on a
wollman
1994-09-14
1
-71
/
+93
*
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se>
se
1994-09-01
1
-0
/
+598