diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 13:17:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 13:17:31 +0000 |
commit | c90911672b4e0a2aec6cf20128f6bab6309b5a65 (patch) | |
tree | 031b7056cdc01a997e6fcba04a49f6d8fa50f80e /sys/arch/alpha/conf/RAMDISK | |
parent | 5990e13cceda08e4042449ff3ddf864c00cb7f92 (diff) |
UCONSOLE is long dead
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISK')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 86eaa44631e..abb534c816f 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 1997/05/14 07:21:53 millert Exp $ +# $OpenBSD: RAMDISK,v 1.6 1997/06/02 13:17:30 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -62,7 +62,6 @@ option COMPAT_43 option EISAVERBOSE # recognize "unknown" EISA devices option PCIVERBOSE # recognize "unknown" PCI devices option TCVERBOSE # recognize "unknown" TC devices -option UCONSOLE # users can use TIOCCONS (for xconsole) config bsd swap generic #config bsd root on sd0 swap on sd0 |