summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-01-07 19:19:38 +0000
committergibbs <gibbs@FreeBSD.org>1996-01-07 19:19:38 +0000
commitfc7196f3928c50c7cbde4d272cc2a0a22c0dc45a (patch)
tree8ee29d42d3ca7ccf4f54ae64e06d260f96be59d8 /sys/i386/conf
parentc83d2c637f15ff3f872d26dc0d0ca4db1d66e783 (diff)
downloadFreeBSD-src-fc7196f3928c50c7cbde4d272cc2a0a22c0dc45a.zip
FreeBSD-src-fc7196f3928c50c7cbde4d272cc2a0a22c0dc45a.tar.gz
Add comment about only needing on of either ahc, ncr, or ahb type
controllers to handle any number of devices. Remove unnecessary extra units for these controllers.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 1dcebcb6..d345827 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.57 1995/12/24 08:13:22 davidg Exp $
+# $Id: GENERIC,v 1.58 1995/12/29 02:04:19 jkh Exp $
#
machine "i386"
@@ -46,10 +46,11 @@ disk wd3 at wdc1 drive 1
options ATAPI #Enable ATAPI support for IDE bus
device wcd0 #IDE CD-ROM
+# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
+# for any number of installed devices.
controller ncr0
controller ahb0
controller ahc0
-controller ahc1
controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
OpenPOWER on IntegriCloud