diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-09 01:46:17 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-09-09 01:46:17 +0000 |
commit | 49a9f9290e5d309e5dc0f0a88252f22e4f244da6 (patch) | |
tree | d44edaef5ff0d469e989fa39e0d5a79ce1521fdd /sys/arch/alpha/conf/RAMDISK | |
parent | f9f382ef0f480cc9e38e47dd1be901f78f5e8f76 (diff) |
cleanup so these might be useable soon. and add WSEMUL_VT100.
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISK')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 410f55e7ff3..322f1b5603e 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.29 2000/07/05 21:55:36 ericj Exp $ +# $OpenBSD: RAMDISK,v 1.30 2000/09/09 01:46:16 ericj 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. @@ -67,6 +67,8 @@ option INET # Internet protocol suite #option TCVERBOSE # recognize "unknown" TC devices option SCSITERSE # less verbose scsi error messages +option WSEMUL_VT100 # wscons VT100 emulation + config bsd swap generic #config bsd root on sd0 swap on sd0 #config bsd root nfs swap nfs @@ -180,10 +182,10 @@ sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives # Workstation Console attachments -#wscons* at cfb? -wscons* at vga? -#wscons* at sfb? -wscons* at tga? +#wsdisplay* at cfb? +wsdisplay* at vga? +#wsdisplay* at sfb? +wsdisplay* at tga? pseudo-device bpfilter 1 pseudo-device loop |