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
/
amd64
/
pci
/
pci_bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catch a few more bogosities in certain chipsets before they mess us up.
peter
2000-09-05
1
-19
/
+89
*
Take a shot at fixing multiple pci busses on i386.
peter
2000-08-31
1
-10
/
+50
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-48
/
+84
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
1
-0
/
+54
*
Add OPTi 82C700 chipset.
kuriyama
2000-05-24
1
-0
/
+3
*
Add 440MX chipset.
kuriyama
2000-05-24
1
-0
/
+3
*
Don't assume that the PCI BIOS is going to clear the unused bits in %ecx
msmith
2000-05-04
1
-1
/
+5
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
1
-9
/
+112
*
Add a workaround to allow us to detect the second pci bus on an HP
dfr
2000-02-23
1
-1
/
+10
*
Fix an uninitialised variable which affected probing on some machines.
dfr
2000-02-13
1
-0
/
+1
*
Allow allows peer pci buses which are directly connected to the RCC host pci
gallatin
2000-02-09
1
-7
/
+22
*
Add PCI Id's for i810 chipsets.
n_hibma
2000-02-07
1
-0
/
+9
*
Clean up the cfgmech/pci_mechanism debris. The reason for the existance
peter
2000-01-08
1
-6
/
+0
*
Don't use a bogus bus number for Ross host-pci bridges.
dfr
1999-12-05
1
-0
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
If we have found pci devices via pci_cfgopen(), but don't find a
peter
1999-11-18
1
-0
/
+14
*
Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.
alc
1999-10-25
1
-0
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make the identify routine add itself with priority 100 to make sure it
peter
1999-08-22
1
-2
/
+6
*
Hopefully fix the previous commit, it caused *all* bridges to be detected
peter
1999-08-10
1
-6
/
+7
*
Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus
wpaul
1999-08-09
1
-3
/
+9
*
Don't probe if pci_cfgopen() fails to find pci hardware, like we used to
peter
1999-08-04
1
-5
/
+4
*
Add support for multiple PCI busses directly connected to the nexus.
msmith
1999-07-16
1
-4
/
+180
*
Move pcibus (host -> pci bus) probe/attach routines from nexus
peter
1999-05-18
1
-3
/
+47
*
Make the class code checks in function pci_cfgcheck less strict.
se
1997-12-20
1
-2
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
Yet another fix for configuration mechanism 1 register accesses:
se
1997-05-26
1
-4
/
+5
*
Fix previous fix: The enable bit is bit 31 (0x8000000) and not bit 15.
se
1997-05-26
1
-2
/
+2
*
Set enable bit when writing the configuration address in configuration
se
1997-05-26
1
-2
/
+2
*
Completely replace the PCI bus driver code to make it better reflect
se
1997-05-26
1
-463
/
+190
*
Mask out revision register in consistency test of class register.
se
1997-04-09
1
-2
/
+2
*
Fix spelling of align and interrupt in comments.
se
1997-04-09
1
-6
/
+6
*
Fix consistency test to not fail on pre PCI 2.0 motherboards
se
1997-04-09
1
-2
/
+2
*
improve pcibus_check: Only assume PCI if at least one PCI to anything bridge
se
1997-03-05
1
-6
/
+19
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Sync with <pci/pcibus.h>. pcibus.c unfortunately still compiled (with
bde
1997-01-25
1
-1
/
+0
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make the code more consistant by using the INTR*MASK macros througout the
nate
1997-01-08
1
-2
/
+2
*
More merge and update.
asami
1996-10-30
1
-1
/
+5
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-2
/
+1
*
Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide
se
1996-06-13
1
-2
/
+2
*
Make pcibus_check() ignore Device/Vendor IDs of all 0.
se
1996-04-30
1
-2
/
+2
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
1
-3
/
+1
*
Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of
bde
1996-03-29
1
-3
/
+30
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-16
1
-7
/
+7
*
Staticize and cleanup.
phk
1995-12-10
1
-2
/
+2
*
Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ...
se
1995-10-17
1
-2
/
+2
*
At least the ASUS Triton motherboards don't disable the PCI bus configuration
se
1995-10-17
1
-4
/
+5
*
Go back to separate tests for configuration mechanism 1 and mechanism 2.
se
1995-10-15
1
-54
/
+57
*
Fix bad typo: CONF1_ENABLE_RES1 was written CONF1_ENABLE_CHK1 ...
se
1995-10-09
1
-6
/
+14
[next]