diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2014-11-08 21:18:43 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2014-11-08 21:18:43 +0000 |
commit | 2dd94a60e2bdd35c174213dacd00f9a3d352a4d2 (patch) | |
tree | 8389c90b333f85c65c2d7629146e026efa2dee8f | |
parent | 663957e181d239b30d8dd0eb3e18de0415e055af (diff) |
Delete commented out 'romtty' device configuration.
This had been used in the early years of poring OpenBSD to LUNA-88K,
but no longer used.
-rw-r--r-- | sys/arch/luna88k/conf/files.luna88k | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/luna88k/conf/files.luna88k b/sys/arch/luna88k/conf/files.luna88k index 1a8818b53d8..249ad97a148 100644 --- a/sys/arch/luna88k/conf/files.luna88k +++ b/sys/arch/luna88k/conf/files.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.luna88k,v 1.20 2014/04/16 12:01:33 aoyama Exp $ +# $OpenBSD: files.luna88k,v 1.21 2014/11/08 21:18:42 aoyama Exp $ # maxpartitions 16 @@ -21,11 +21,6 @@ device sio {[channel = -1]} attach sio at mainbus file arch/luna88k/dev/sio.c sio -# this should be removed after bringup -#device romtty: tty -#attach romtty at mainbus -#file arch/luna88k/dev/romtty.c romtty needs-flag - device siotty: tty attach siotty at sio file arch/luna88k/dev/siotty.c siotty needs-flag |