summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-07-23 06:36:23 +0000
committerpeter <peter@FreeBSD.org>2002-07-23 06:36:23 +0000
commit5cf99313cdf7a8125c69083995977cf3476a994d (patch)
tree1256f6250a22a28c3f794f2b17c238a3106b9498
parent0e4a7cbe38c4dfe301d4cccf52871726f9779248 (diff)
downloadFreeBSD-src-5cf99313cdf7a8125c69083995977cf3476a994d.zip
FreeBSD-src-5cf99313cdf7a8125c69083995977cf3476a994d.tar.gz
de-count pci now that ahc/ahd are taken care of.
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
-rw-r--r--sys/alpha/conf/SIMOS2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 0afca58..d965004 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 1 # Unit count is for ahc/ahd
+device pci
# Floppy drives
device fdc
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 1caa85a..a7724ee 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 1 # Unit count is for ahc/ahd
+device pci
#####################################################################
diff --git a/sys/alpha/conf/SIMOS b/sys/alpha/conf/SIMOS
index 4382b70..ff95cf1 100644
--- a/sys/alpha/conf/SIMOS
+++ b/sys/alpha/conf/SIMOS
@@ -32,7 +32,7 @@ options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=100 #Be pessimistic about Joe SCSI device
-device pci 1 #Unit count is for ahc/ahd
+device pci
device simos
OpenPOWER on IntegriCloud