Hard-wire the unit number of the on-board wdc so podules don't confuse it.

Add commented-out wd, atapibus etc in GENERIC and FOURMEG.  Not yet tested.
This commit is contained in:
bjh21 2000-08-17 13:38:51 +00:00
parent 4a9013cf38
commit 7fd0191223
2 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.4 2000/08/16 23:56:13 bjh21 Exp $
# $NetBSD: FOURMEG,v 1.5 2000/08/17 13:38:51 bjh21 Exp $
# GENERIC arm26 configuration -- everything I've implemented so far
@ -143,7 +143,13 @@ ea* at podulebus0 slot ? # Acorn/Atomwide Ether3
upc0 at iobus0 base 0x010000 # I/O chip on IOEB machines
#com0 at upc0 # Serial port
#lpt0 at upc0 # Parallel port
wdc* at upc0 # IDE controller
wdc0 at upc0 # IDE controller
#wd* at wdc? drive ? # IDE hard discs
#atapibus* at wdc? # ATAPI devices
#cd* at atapibus? drive ? # ATAPI CD-ROM drives
#sd* at atapibus? drive ? # ATAPI disk drives
#uk* at atapibus? drive ? # ATAPI unknown
arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.9 2000/08/16 23:56:13 bjh21 Exp $
# $NetBSD: GENERIC,v 1.10 2000/08/17 13:38:51 bjh21 Exp $
# GENERIC arm26 configuration -- everything I've implemented so far
@ -144,7 +144,13 @@ ea* at podulebus0 slot ? # Acorn/Atomwide Ether3
upc0 at iobus0 base 0x010000 # I/O chip on IOEB machines
com0 at upc0 # Serial port
lpt0 at upc0 # Parallel port
wdc* at upc0 # IDE controller
wdc0 at upc0 # IDE controller
#wd* at wdc? drive ? # IDE hard discs
#atapibus* at wdc? # ATAPI devices
#cd* at atapibus? drive ? # ATAPI CD-ROM drives
#sd* at atapibus? drive ? # ATAPI disk drives
#uk* at atapibus? drive ? # ATAPI unknown
arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0