Fix clock attachment to match (pseudo) ioasic attachment in 5000/200 kernel.
This commit is contained in:
parent
babb710a0b
commit
ac937aafed
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: builtin.3max,v 1.4 1998/01/05 20:51:48 perry Exp $
|
||||
# $NetBSD: builtin.3max,v 1.5 1998/01/21 02:38:26 jonathan Exp $
|
||||
|
||||
########################################################################
|
||||
# Configuration for 3MAX (5000/200) which has turbochannel but no ASIC.#
|
||||
# 3MAX (5000/200) baseboard devices and on-baseboard "options" #
|
||||
########################################################################
|
||||
clock0 at mainbus0 # RTC
|
||||
# DZ device configures on IOASIC for now
|
||||
#dc0 at mainbus0
|
||||
le0 at tc? #slot ? offset ? # TC ether "option" on baseboard
|
||||
asc0 at tc? # TC scsi "option" on baseboard
|
||||
# For now, pretend this machine has an IOASIC.
|
||||
clock0 at ioasic? # RTC
|
||||
dc0 at ioasic? offset ? # dc7083 four-port DZ device
|
||||
|
|
Loading…
Reference in New Issue