Attach ite semantics to the appropriate grf device, instead of obio.
This commit is contained in:
parent
480910aa2e
commit
1d6cd98d6a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.mac68k,v 1.49 1996/06/19 03:21:08 scottr Exp $
|
||||
# $NetBSD: files.mac68k,v 1.50 1996/08/05 01:00:15 scottr Exp $
|
||||
|
||||
# mac68k-specific configuration info
|
||||
|
||||
|
@ -48,7 +48,7 @@ attach ae at nubus
|
|||
file arch/mac68k/dev/if_ae.c ae needs-flag
|
||||
|
||||
device ite
|
||||
attach ite at obio
|
||||
attach ite at grf
|
||||
file arch/mac68k/dev/ite.c ite needs-flag
|
||||
|
||||
include "../../../scsi/files.scsi"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.mac68k,v 1.12 1996/05/18 18:53:56 briggs Exp $
|
||||
# $NetBSD: std.mac68k,v 1.13 1996/08/05 01:00:12 scottr Exp $
|
||||
#
|
||||
# standard Macintosh information.
|
||||
# roughly copied from std.sparc 14 Oct 1993.
|
||||
|
@ -13,10 +13,9 @@ obio0 at mainbus?
|
|||
adb0 at obio?
|
||||
asc0 at obio?
|
||||
fpu0 at obio?
|
||||
ite0 at obio?
|
||||
zsc0 at obio?
|
||||
zstty* at zsc? channel ?
|
||||
|
||||
options TIMEZONE=0 # minutes west of GMT--read from booter
|
||||
options DST=0 # daylight savings rules--obsolete
|
||||
options DST=0 # daylight savings time/summer time
|
||||
options HZ=60 # mac clock runs at 60hz
|
||||
|
|
Loading…
Reference in New Issue