- Comment out cfb (PMAG-B) 1024x768 framebuffer.
- Have Gallant19 font by default.
This commit is contained in:
parent
ae493d8845
commit
8de02d3a76
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: TCWSCONS,v 1.6 2000/03/14 02:55:04 nisimura Exp $
|
||||
# $NetBSD: TCWSCONS,v 1.7 2000/03/14 05:31:16 nisimura Exp $
|
||||
#
|
||||
# TURBOchannel Alpha DEC3000
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -21,14 +21,19 @@ options DDB # kernel debugger
|
|||
#makeoptions DEBUG="-g"
|
||||
|
||||
# File systems
|
||||
file-system FFS # Fast file system
|
||||
#file-system MFS # Memory-based file system
|
||||
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
|
||||
#file-system MSDOSFS # MS-DOS-compatible file system
|
||||
#file-system NTFS # Windows/NT file system (experimental)
|
||||
file-system NFS # Sun NFS-compatible file system client
|
||||
#file-system KERNFS
|
||||
file-system PROCFS
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
file-system MFS # memory-based filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem (client)
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
#file-system FDESC # /dev/fd
|
||||
file-system KERNFS # /kern (kernel informational filesystem)
|
||||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PORTAL # portal filesystem (still experimental)
|
||||
file-system PROCFS # /proc
|
||||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
#file-system UNION
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
@ -97,6 +102,12 @@ options UCONSOLE # users can use TIOCCONS (for xconsole)
|
|||
# in case we have NFS root.
|
||||
options NFS_BOOT_DHCP # superset of BOOTP
|
||||
|
||||
# Raster console options
|
||||
#options FONT_BOLD8x16 # Font for fb devices
|
||||
#options FONT_LUCIDA16x29 # Font for px devices
|
||||
options FONT_GALLANT12x22
|
||||
#options FONT_QVSS8x15
|
||||
|
||||
# WS console uses SUN or VT100 terminal emulation
|
||||
options WSEMUL_VT100
|
||||
|
||||
|
@ -124,7 +135,7 @@ zsc0 at ioasic? offset 0x100000
|
|||
zsc1 at ioasic? offset 0x180000
|
||||
tcds* at tc? slot ? offset ?
|
||||
asc* at tcds? chip ?
|
||||
cfb* at tc? slot ? offset ?
|
||||
#cfb* at tc? slot ? offset ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
le* at tc? slot ? offset ?
|
||||
fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
||||
|
@ -143,7 +154,7 @@ sd* at scsibus? target ? lun ? # SCSI disk drives
|
|||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
||||
# Workstation Console attachments
|
||||
wsdisplay* at cfb?
|
||||
#wsdisplay* at cfb?
|
||||
wsdisplay* at sfb?
|
||||
wskbd* at lkkbd? console ?
|
||||
wsmouse* at vsms?
|
||||
|
|
Loading…
Reference in New Issue