summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-21 23:07:31 +0000
committerpeter <peter@FreeBSD.org>2002-07-21 23:07:31 +0000
commit0e1289a90e81359aa98d05194f9a783e9f09df26 (patch)
tree29be096c3d3e7d34f49238171a08a2fe0248f2d4
parenteef62e3d23753f0556148d4cdfb6805070ff4d6f (diff)
downloadFreeBSD-src-0e1289a90e81359aa98d05194f9a783e9f09df26.zip
FreeBSD-src-0e1289a90e81359aa98d05194f9a783e9f09df26.tar.gz
Add explicit unit count on 'device pci' for ahc/ahd
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/ia64/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index d965004..0afca58 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -80,7 +80,7 @@ options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device isa
-device pci
+device pci 1 # Unit count is for ahc/ahd
# Floppy drives
device fdc
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index a7724ee..1caa85a 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -45,7 +45,7 @@ options DEC_KN300 # AlphaServer 4100 (Rawhide),
# HARDWARE BUS CONFIGURATION
device isa
-device pci
+device pci 1 # Unit count is for ahc/ahd
#####################################################################
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b7ba780..560b52e 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -67,7 +67,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
device isa
device eisa
-device pci
+device pci 1 # Unit count is for ahc/ahd
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index b7ba780..560b52e 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -67,7 +67,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
device isa
device eisa
-device pci
+device pci 1 # Unit count is for ahc/ahd
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 397c775..1c00f88 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -301,7 +301,7 @@ device mca
#
# PCI bus & PCI options:
#
-device pci
+device pci 1 # unit count is for ahc/ahd
#
# AGP GART support
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 4773c53..0c70605 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -65,7 +65,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
# Standard busses
device isa
-device pci
+device pci 1 #Unit count is for ahc/ahd
# IA64 uses ACPI
device acpica
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 753d89a..895000c 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -72,7 +72,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options APIC_IO # Symmetric (APIC) I/O
device isa
-device pci
+device pci 1 # Unit count is for ahc/ahd
options COMPAT_OLDISA # Old ISA driver shims
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 6206517..3c28f1e 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -44,7 +44,7 @@ options WITNESS
options POWERMAC
-device pci
+device pci 1 #Unit count is for ahc/ahd
device loop
device ether
device miibus
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index e4e26f6..9dd93bc 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -69,7 +69,7 @@ options SMP # Symmetric MultiProcessor Kernel
device apb # Sun APB PCI-PCI bridge
device ebus
device isa
-device pci
+device pci 1 # Unit count is for ahc/ahd
device sbus
# Floppy drives
OpenPOWER on IntegriCloud