diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-12 15:37:16 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-12 15:37:16 +0000 |
commit | 5f3297e5940d9bc28f0e813c514366e69f2e724c (patch) | |
tree | 80e423d7433cef4219c49378f5b2fd50315b2f14 /sys/amd64 | |
parent | da85675e3fd1d35067b439e2d6220f4d795671c9 (diff) | |
download | FreeBSD-src-5f3297e5940d9bc28f0e813c514366e69f2e724c.zip FreeBSD-src-5f3297e5940d9bc28f0e813c514366e69f2e724c.tar.gz |
1. Remove UCONSOLE. This appears to be well and truly dead (unless it's
hiding someplace in /sys I can't find).
2. Remove NCONS. Soren's latest changes make it a no-op.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 23d6308..86021fd 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.21 1994/12/16 06:04:14 phk Exp $ +# $Id: GENERIC,v 1.22 1994/12/18 12:01:40 jkh Exp $ # machine "i386" @@ -19,10 +19,8 @@ options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 -options UCONSOLE #X Console support options "FAT_CURSOR" #block cursor in syscons or pccons options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device -options "NCONS=4" #4 virtual consoles options BOUNCE_BUFFERS #include support for DMA bounce buffers config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0 |