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
/
i386
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the class code checks in function pci_cfgcheck less strict.
se
1997-12-20
3
-6
/
+6
*
Removed unused #includes.
bde
1997-07-20
3
-6
/
+3
*
Yet another fix for configuration mechanism 1 register accesses:
se
1997-05-26
3
-12
/
+15
*
Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.
se
1997-05-26
3
-6
/
+6
*
Set enable bit when writing the configuration address in configuration
se
1997-05-26
3
-6
/
+6
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
3
-1389
/
+570
*
Mask out revision register in consistency test of class register.
se
1997-04-09
3
-6
/
+6
*
Fix spelling of align and interrupt in comments.
se
1997-04-09
3
-18
/
+18
*
Fix consistency test to not fail on pre PCI 2.0 motherboards
se
1997-04-09
3
-6
/
+6
*
improve pcibus_check: Only assume PCI if at least one PCI to anything bridge
se
1997-03-05
3
-18
/
+57
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
3
-3
/
+3
*
Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (with
bde
1997-01-25
3
-3
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Make the code more consistant by using the INTR*MASK macros througout the
nate
1997-01-08
3
-6
/
+6
*
More merge and update.
asami
1996-10-30
3
-3
/
+15
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
3
-6
/
+3
*
Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide
se
1996-06-13
3
-6
/
+6
*
Make pcibus_check() ignore Device/Vendor IDs of all 0.
se
1996-04-30
3
-6
/
+6
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
3
-9
/
+3
*
Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of
bde
1996-03-29
3
-9
/
+90
*
recording cvs-1.6 file death
peter
1995-12-30
19
-15043
/
+0
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-16
3
-21
/
+21
*
Staticize and cleanup.
phk
1995-12-10
3
-6
/
+6
*
Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...
se
1995-10-17
3
-6
/
+6
*
At least the ASUS Triton motherboards don't disable the PCI bus configuration
se
1995-10-17
3
-12
/
+15
*
Go back to separate tests for configuration mechanism 1 and mechanism 2.
se
1995-10-15
3
-162
/
+171
*
Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...
se
1995-10-09
3
-18
/
+42
*
New approach to the PCI bus configuration mechanism probe problem:
se
1995-09-22
3
-150
/
+189
*
Revert most changes of previous commit.
se
1995-09-18
3
-54
/
+156
*
Another try to determine the PCI bus configuration mode (and whether
se
1995-09-15
3
-177
/
+120
*
Improved verification of configuration space accesses working:
se
1995-09-14
3
-12
/
+57
*
Make the PCI host bridge probe code more robust when dealing with chip sets
se
1995-09-13
3
-18
/
+105
*
The PCI config mechanism 1 test failed for the Intel Aries.
se
1995-06-30
3
-6
/
+6
*
PCI configuration mechanism now determined by a method, that doesn't
se
1995-06-28
3
-45
/
+51
*
Correct pcibus_setup() to return as soon as one test succeeds.
se
1995-03-22
3
-3
/
+9
*
Delete PCI PCI bridge simulator code ...
se
1995-03-22
3
-270
/
+3
*
Remove spurious declaration of printf().
se
1995-03-22
3
-9
/
+3
*
New ISA specific PCI code.
se
1995-03-21
3
-441
/
+627
*
Replace all remaining instances of `i386/include' by `machine' and fix
bde
1995-02-26
3
-33
/
+18
*
Keep PCI_CONF_MODE in a safe place for later reference, if #defined.
se
1995-02-25
3
-3
/
+6
*
Initialisation of interrupt masks changed.
se
1995-02-09
3
-12
/
+15
*
Reviewed by: se
se
1995-02-01
3
-0
/
+1326
*
Change the string returned in the aic7870 motherboard probe case. Change
gibbs
1995-01-22
1
-5
/
+4
*
Add $Id. Recognize motherboard aic7870 based controllers.
gibbs
1995-01-16
1
-0
/
+7
*
Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies
gibbs
1995-01-13
2
-1
/
+99
*
Submitted by: Mikael Hybsch <micke@dynas.se>
se
1995-01-12
1
-3
/
+9
*
Restore my changes in rev 1.11 that Garrett killed in his commit.
dg
1994-12-22
1
-2
/
+2
*
Move ARP interface initialization into if_ether.c:arp_ifinit().
wollman
1994-12-22
1
-2
/
+2
*
Add support for -v option passed to boot loader (bootverbose).
se
1994-12-22
1
-3
/
+6
*
Unbogify the size being passed to bzero when clearing struct softc.
dg
1994-12-18
1
-2
/
+2
[next]