summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-23 06:38:47 +0000
committerpeter <peter@FreeBSD.org>2002-07-23 06:38:47 +0000
commit0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa (patch)
treec2bf89ae89c0b39ca9ed484eeeadf9c7f62c4f65
parent5cf99313cdf7a8125c69083995977cf3476a994d (diff)
downloadFreeBSD-src-0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa.zip
FreeBSD-src-0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa.tar.gz
de-count pci
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/NEWCARD2
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/OLDCARD2
-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/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 560b52e..b7ba780 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 1 # Unit count is for ahc/ahd
+device pci
#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 560b52e..b7ba780 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 1 # Unit count is for ahc/ahd
+device pci
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 84bd83c..a6aba3d 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -69,7 +69,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
device isa
device eisa
-device pci 1 # Unit count is for ahc/ahd
+device pci
#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 592aa4f..f2482be 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -301,7 +301,7 @@ device mca
#
# PCI bus & PCI options:
#
-device pci 1 # unit count is for ahc/ahd
+device pci
#
# AGP GART support
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index 0c8b9af..d511b07 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -66,7 +66,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
device isa
device eisa
-device pci 1 # Unit count is for ahc/ahd
+device pci
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
# Floppy drives
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 0c70605..4773c53 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 1 #Unit count is for ahc/ahd
+device pci
# IA64 uses ACPI
device acpica
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index a583b92..a6b4d75 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 1 # Unit count is for ahc/ahd
+device pci
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 cadfabd..6257f2d 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -44,7 +44,7 @@ options WITNESS
options POWERMAC
-device pci 1 #Unit count is for ahc/ahd
+device pci
device loop
device ether
device miibus
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 9dd93bc..e4e26f6 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 1 # Unit count is for ahc/ahd
+device pci
device sbus
# Floppy drives
OpenPOWER on IntegriCloud