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
/
pcisupport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable attempted write combining support. This probably
dyson
1998-06-08
1
-1
/
+3
*
Attempt to set write combining mode for graphics devices.
dyson
1998-05-11
1
-3
/
+31
*
Translated to C (parameters in a function definition have the same scope
bde
1998-05-08
1
-2
/
+2
*
Added another PCI to C-bus (ISA bus like 16 bit bus of PC-98) bridge.
kato
1998-05-04
1
-1
/
+3
*
Add NEC PC-98 chipsets.
kato
1998-05-04
1
-1
/
+18
*
Patches are given here for pcisupport.c to recognise most of VIA
phk
1998-05-03
1
-1
/
+22
*
Add PCI device IDs for Intel BX PCI chip-set components.
se
1998-05-02
1
-1
/
+7
*
Add two VLSI chip set components: 82C592 and 82C593
se
1998-03-27
1
-1
/
+5
*
Undo the previous commit which was NOT for -current.
sos
1998-03-01
1
-13
/
+3
*
Add Intel 430TX chipset, namely 82439TX system controller and four
asami
1998-03-01
1
-1
/
+11
*
Add the Intel 82371SB USB host controller to the known list.
sos
1998-02-24
1
-1
/
+3
*
Attempt to tell the user precisely what sort of VGA-like PCI device is
wollman
1997-11-11
1
-12
/
+255
*
Oops... back out the change to recognize the TI 1131; there's a better place.
wollman
1997-10-17
1
-4
/
+1
*
Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.
wollman
1997-10-17
1
-1
/
+11
*
Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).
asami
1997-10-10
1
-1
/
+5
*
Remove the 82371 IDE devices.
phk
1997-09-24
1
-17
/
+4
*
SMP Natoma motherboards cannot know if you are booting a UP or SMP OS. This
dyson
1997-08-16
1
-1
/
+24
*
Fix the VLSI chipset name from "Eagle" to "Eagle II".
phk
1997-08-10
1
-5
/
+5
*
Add ID's for 5 VLSI chips. They're not very friendly, so this info was
phk
1997-08-08
1
-1
/
+12
*
Removed unused #includes.
bde
1997-08-02
1
-2
/
+1
*
Add support for busmaster DMA on some PCI IDE chipsets.
sos
1997-07-29
1
-1
/
+10
*
Assign correct chip set register dump functions to Triton II device IDs.
se
1997-07-18
1
-2
/
+3
*
Add code to correctly probe all buses on the Intel XXPRESS motherboard.
se
1997-05-30
1
-10
/
+48
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
1
-25
/
+3
*
Don't break the nice symmetry of these messages with undue '>' chars.
phk
1997-03-28
1
-8
/
+8
*
Improve probe message for generic PCI->xxx bridge chips.
se
1997-03-25
1
-6
/
+16
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add Intel VX chip set specific detection and register dump code.
se
1997-01-02
1
-1
/
+56
*
Re-enable conf82371fb2 now that I have verified that it works, even if
rgrimes
1996-09-16
1
-5
/
+1
*
Remove the portion of revision 1.36 that added the #ifdef's for CPU
rgrimes
1996-09-09
1
-19
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-2
/
+1
*
Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).
rgrimes
1996-09-06
1
-1
/
+3
*
Fix Orion specific code by moving config_orion() to a place where it does
se
1996-09-05
1
-42
/
+50
*
Correct previous Orion specific fix: The configuration register
se
1996-09-02
1
-2
/
+2
*
Add preliminary support for the Orion PCI chip set. It is special in the
se
1996-09-02
1
-3
/
+53
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-3
/
+1
*
Add generic PCI to PCI bridge support.
se
1996-02-17
1
-4
/
+41
*
Implement a prototype interface to bus-master IDE DMA on the Triton
wollman
1996-01-28
1
-5
/
+5
*
Decode configuration for the IDE part of the Triton chipset. This
wollman
1996-01-27
1
-10
/
+30
*
Correctly identify the various parts of the Triton chipset.
wollman
1996-01-25
1
-4
/
+4
*
Spelling error: Busting -> Bursting.
wollman
1996-01-23
1
-2
/
+2
*
Got the sense of the L1 cache enabled test wrong; fixed.
wollman
1996-01-23
1
-2
/
+2
*
Add support for dumping the configuration of the Intel
wollman
1996-01-23
1
-44
/
+92
*
Add register definitions for Intel 82437FX (Triton System Controller)
wollman
1996-01-22
1
-1
/
+95
*
Another mega commit to staticize things.
phk
1995-12-14
1
-5
/
+5
*
Renamed TRUE (which has value 2) to M_TR to avoid a clash with the
bde
1995-12-05
1
-33
/
+33
*
Remove '#ifdef undef' that was only supposed to be in my local test version.
se
1995-09-14
1
-3
/
+1
*
Do not include the verbose boot messages, if PCI_QUIET is defined.
se
1995-09-14
1
-8
/
+10
*
Remove support for PCI bridge classes, since this
se
1995-09-07
1
-23
/
+2
[next]