diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-04-04 13:14:43 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 2000-04-04 13:14:43 +0000 |
| commit | afb8931fa8063708f71bc319251d9c2b91998ddd (patch) | |
| tree | ac848ef39fff009a03ae89db7a120c45c6263ad5 | |
| parent | f367e39024fcd9191d9f8977937ac13b313eb56d (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ac45499a8a30..77e198279f7c 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -124,7 +124,7 @@ pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? -# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +# Enable this for the pcvt (VT220 compatible) console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index ac45499a8a30..77e198279f7c 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -124,7 +124,7 @@ pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? -# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver +# Enable this for the pcvt (VT220 compatible) console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor |
