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.
This commit is contained in:
Justin T. Gibbs 1996-01-07 19:19:38 +00:00
parent 78aeaf6139
commit a8ce2e68d7
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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