mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use vt(4) by default on 32-bit PowerPC now that it is fully functional and
fast. 64-bit PowerPC will follow along once the PS3 framebuffer driver is adapted.
This commit is contained in:
parent
0ee4b22d75
commit
010afa35ca
1 changed files with 2 additions and 5 deletions
|
|
@ -121,12 +121,9 @@ device sa # Sequential Access (tape etc)
|
|||
device cd # CD
|
||||
device pass # Passthrough device (direct ATA/SCSI access)
|
||||
|
||||
# syscons is the default console driver, resembling an SCO console
|
||||
device sc
|
||||
# vt is the default console driver, resembling an SCO console
|
||||
device vt # Generic console driver (pulls in OF FB)
|
||||
device kbdmux
|
||||
options SC_OFWFB # OFW frame buffer
|
||||
options SC_DFLT_FONT # compile font in
|
||||
makeoptions SC_DFLT_FONT=cp437
|
||||
|
||||
# Serial (COM) ports
|
||||
device scc
|
||||
|
|
|
|||
Loading…
Reference in a new issue