Don't define zstty as an attribute so that children of zstty (kbd and ms)
are attached properly. Tested on tme.
This commit is contained in:
parent
1723911d3c
commit
1c0b1f52ef
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: files.sun2,v 1.14 2004/12/07 04:33:24 chs Exp $
|
# $NetBSD: files.sun2,v 1.15 2005/05/30 15:16:51 tsutsui Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# sun2-specific configuration info
|
# sun2-specific configuration info
|
||||||
|
@ -73,8 +73,7 @@ file arch/sun2/dev/zs.c zs needs-count
|
||||||
file dev/ic/z8530sc.c zs
|
file dev/ic/z8530sc.c zs
|
||||||
file arch/sun2/dev/zs_kgdb.c kgdb
|
file arch/sun2/dev/zs_kgdb.c kgdb
|
||||||
|
|
||||||
define zstty {}
|
device zstty {}: tty
|
||||||
device zstty: tty
|
|
||||||
attach zstty at zs
|
attach zstty at zs
|
||||||
file dev/ic/z8530tty.c zstty needs-flag
|
file dev/ic/z8530tty.c zstty needs-flag
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue