diff options
author | peter <peter@FreeBSD.org> | 2002-07-23 06:38:47 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-23 06:38:47 +0000 |
commit | 0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa (patch) | |
tree | c2bf89ae89c0b39ca9ed484eeeadf9c7f62c4f65 | |
parent | 5cf99313cdf7a8125c69083995977cf3476a994d (diff) | |
download | FreeBSD-src-0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa.zip FreeBSD-src-0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa.tar.gz |
de-count pci
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/OLDCARD | 2 | ||||
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
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 |