summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
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 /sys/amd64/conf
parenteef62e3d23753f0556148d4cdfb6805070ff4d6f (diff)
downloadFreeBSD-src-0e1289a90e81359aa98d05194f9a783e9f09df26.zip
FreeBSD-src-0e1289a90e81359aa98d05194f9a783e9f09df26.tar.gz
Add explicit unit count on 'device pci' for ahc/ahd
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud