diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-15 22:01:35 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-15 22:01:35 +0000 |
commit | 704786e7368f5c887e8f2a955e190abd8de83e21 (patch) | |
tree | 233cc7195bd2ae351d2ce2de339b7ca0ded2c1e8 | |
parent | cf012adf4bbde0d6a84ef7d0de920993b7feb648 (diff) |
allow zskbd* at zs?
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 4b585d64e28..96c88e43fea 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.23 2002/01/03 21:58:59 jason Exp $ +# $OpenBSD: files.sparc64,v 1.24 2002/01/15 22:01:34 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -108,14 +108,10 @@ device zstty: tty attach zstty at zs file arch/sparc64/dev/z8530tty.c zstty needs-flag -device kbd -attach kbd at zs with kbd_zs -attach kbd at zstty -file arch/sparc64/dev/kbd_zs.c kbd_zs -file arch/sparc64/dev/kbd.c kbd needs-flag -file dev/sun/kbd_tables.c kbd -file arch/sparc64/dev/kd.c kbd -file dev/sun/sunkbd.c kbd needs-flag +define zskbd {} +device zskbd: tty, wskbddev +attach zskbd at zs +file arch/sparc64/dev/z8530kbd.c zskbd needs-flag device ms attach ms at zs with ms_zs |