mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
-Finished cleanup of old 'ThinkPad' comments that are no longer useful.
Reminded by: bde
This commit is contained in:
parent
e87f98d4ff
commit
d4b85e6acf
3 changed files with 4 additions and 6 deletions
|
|
@ -1200,8 +1200,8 @@ device vt
|
|||
hint.vt.0.at="isa"
|
||||
options XSERVER # support for running an X server on vt
|
||||
options FAT_CURSOR # start with block cursor
|
||||
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
|
||||
options PCVT_SCANSET=2 # IBM keyboards are non-std
|
||||
# This PCVT option is for keyboards such as those used on really old ThinkPads
|
||||
options PCVT_SCANSET=2
|
||||
# Other PCVT options are documented in pcvt(4).
|
||||
options PCVT_24LINESDEF
|
||||
options PCVT_CTRL_ALT_DEL
|
||||
|
|
|
|||
|
|
@ -136,8 +136,6 @@ device sc 1
|
|||
#device vt
|
||||
#options XSERVER # support for X server on a vt console
|
||||
#options FAT_CURSOR # start with block cursor
|
||||
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
|
||||
#options PCVT_SCANSET=2 # IBM keyboards are non-std
|
||||
|
||||
# Floating point support - do not disable.
|
||||
device npx
|
||||
|
|
|
|||
|
|
@ -1200,8 +1200,8 @@ device vt
|
|||
hint.vt.0.at="isa"
|
||||
options XSERVER # support for running an X server on vt
|
||||
options FAT_CURSOR # start with block cursor
|
||||
# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
|
||||
options PCVT_SCANSET=2 # IBM keyboards are non-std
|
||||
# This PCVT option is for keyboards such as those used on really old ThinkPads
|
||||
options PCVT_SCANSET=2
|
||||
# Other PCVT options are documented in pcvt(4).
|
||||
options PCVT_24LINESDEF
|
||||
options PCVT_CTRL_ALT_DEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue