diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 14:50:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-13 14:50:35 +0000 |
commit | 7bf10440f3ca8d870b8ac24a4111db8de337a276 (patch) | |
tree | 581564b95a78f4a1e5ddf1e0803056b05f5e5678 /sys/arch/alpha | |
parent | dd5d4c5e1e3c646d561c0e65ee2dd12cd947bfac (diff) |
default more wscons options
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 349d2a0726e..4d5a7829414 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.64 2001/01/27 21:17:06 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.65 2001/02/13 14:50:33 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -38,8 +38,6 @@ option PCIVERBOSE # recognize "unknown" PCI devices option TCVERBOSE # recognize "unknown" TC devices #option USBVERBOSE -option WSEMUL_VT100 # wscons VT100 emulation - config bsd swap generic mainbus0 at root diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index f774465443a..041076f93de 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.38 2001/02/05 21:41:24 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.39 2001/02/13 14:50:33 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -36,8 +36,6 @@ option INET # Internet protocol suite #option TCVERBOSE # recognize "unknown" TC devices option SCSITERSE # less verbose scsi error messages -option WSEMUL_VT100 # wscons VT100 emulation - option BOOT_CONFIG config bsd swap generic diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 8045f598630..72edcc8b205 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.2 2001/02/05 21:41:25 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.3 2001/02/13 14:50:33 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -37,8 +37,6 @@ option INET # Internet protocol suite #option TCVERBOSE # recognize "unknown" TC devices option SCSITERSE # less verbose scsi error messages -option WSEMUL_VT100 # wscons VT100 emulation - option BOOT_CONFIG config bsd swap generic diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 737490c0721..214009f6437 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.3 2001/02/09 14:48:54 art Exp $ +# $OpenBSD: RAMDISKBIG,v 1.4 2001/02/13 14:50:33 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -42,8 +42,6 @@ option PCIVERBOSE # recognize "unknown" PCI devices option TCVERBOSE # recognize "unknown" TC devices #option USBVERBOSE -option WSEMUL_VT100 # wscons VT100 emulation - config bsd swap generic mainbus0 at root |