diff options
author | 2014-11-08 21:18:42 +0000 | |
---|---|---|
committer | 2014-11-08 21:18:42 +0000 | |
commit | 69a791d33f4c9186a16eca4bd2fc9bee0e28f357 (patch) | |
tree | 3248d2f3d1439473815f326a5ad2da4df948a985 | |
parent | Replace mysql with mariadb. (diff) | |
download | wireguard-openbsd-69a791d33f4c9186a16eca4bd2fc9bee0e28f357.tar.xz wireguard-openbsd-69a791d33f4c9186a16eca4bd2fc9bee0e28f357.zip |
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 |