summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-23 18:30:35 +0000
committerpeter <peter@FreeBSD.org>2000-01-23 18:30:35 +0000
commitf4c5b4ed2c70ac504c9b82fbabccd6f04f8dcae4 (patch)
tree99a475c8faa2de36a923a44f9baa5d90e6cd2277 /sys/i386
parentec4f9c660e232791f277b57cd84930c92976ab72 (diff)
downloadFreeBSD-src-f4c5b4ed2c70ac504c9b82fbabccd6f04f8dcae4.zip
FreeBSD-src-f4c5b4ed2c70ac504c9b82fbabccd6f04f8dcae4.tar.gz
Some formatting cleanups and remove comments about numbers of units that
were intended to head off confusion about the trailing '0'.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 5a7b4c4..f7de0b3 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -82,8 +82,6 @@ options ATA_STATIC_ID #Static device numbering
#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
# SCSI Controllers
-# A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is
-# sufficient for any number of installed devices.
device ahb # EISA AHA1742 family
device ahc # AHA2940 and onboard AIC7xxx devices
device amd # AMD 53C974 (Teckram DC-390(T))
@@ -99,7 +97,6 @@ device aha0 at isa? port ? irq ?
device aic0 at isa? port ? irq ?
# SCSI peripherals
-# Only one of each of these is needed, they are dynamically allocated.
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
@@ -149,11 +146,11 @@ device sio3 at isa? disable port IO_COM4 irq 9
# Parallel port
device ppc0 at isa? port? irq 7
-device ppbus # Parallel port bus (required)
-device lpt # Printer
-device plip # TCP/IP over parallel
-device ppi # Parallel port interface device
-#device vpo # Requires scbus and da
+device ppbus # Parallel port bus (required)
+device lpt # Printer
+device plip # TCP/IP over parallel
+device ppi # Parallel port interface device
+#device vpo # Requires scbus and da
# PCI Ethernet NICs.
OpenPOWER on IntegriCloud