Kernel config for wscons/serial console support for TC alphas, based on
GENERIC. This can go away when NEW_SCC_DRIVER hits prime-time.
This commit is contained in:
parent
ab9470909c
commit
2db4e51dad
134
sys/arch/alpha/conf/TCWSCONS
Normal file
134
sys/arch/alpha/conf/TCWSCONS
Normal file
@ -0,0 +1,134 @@
|
||||
# $NetBSD: TCWSCONS,v 1.1 1998/10/22 01:05:36 briggs Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
maxusers 32
|
||||
|
||||
#makeoptions DEBUG="-g"
|
||||
|
||||
# CPU Support
|
||||
options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
|
||||
options DEC_3000_300 # Pelican etc: 3000/300*
|
||||
|
||||
# Standard system options
|
||||
options KTRACE # System call tracing support
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
|
||||
# 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 NFS # Sun NFS-compatible file system client
|
||||
|
||||
# File system options
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
|
||||
# 4.3BSD compatibility. Should be optional, but necessary for now.
|
||||
options COMPAT_43
|
||||
|
||||
# Binary compatibility with previous versions of NetBSD.
|
||||
#options COMPAT_09
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
||||
# System V-like semaphores
|
||||
options SYSVSEM
|
||||
|
||||
# System V-like shared memory
|
||||
options SYSVSHM
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
# Loadable Kernel Modules
|
||||
options LKM
|
||||
|
||||
# Disable kernel security.
|
||||
#options INSECURE
|
||||
|
||||
# Misc. options
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
# in case we have NFS root.
|
||||
options NFS_BOOT_DHCP # superset of BOOTP
|
||||
|
||||
# WS console uses SUN terminal emulation
|
||||
options WSEMUL_SUN
|
||||
|
||||
# realtime clock compatible to OSF/1
|
||||
#options CLOCK_COMPAT_OSF1
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#config netbsd root on sd0 type ffs
|
||||
#config netbsd root on ? type nfs
|
||||
|
||||
mainbus0 at root
|
||||
cpu* at mainbus0
|
||||
|
||||
# TurboChannel host bus adapter support
|
||||
tcasic* at mainbus0
|
||||
|
||||
# TurboChannel bus support
|
||||
tc* at tcasic?
|
||||
|
||||
# TurboChannel devices
|
||||
ioasic* at tc? slot ? offset ?
|
||||
mcclock* at ioasic? offset ?
|
||||
le* at ioasic? offset ?
|
||||
zsc0 at ioasic? offset 0x100000
|
||||
zsc1 at ioasic? offset 0x180000
|
||||
tcds* at tc? slot ? offset ?
|
||||
asc* at tcds? chip ?
|
||||
cfb* at tc? slot ? offset ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
le* at tc? slot ? offset ?
|
||||
fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
|
||||
|
||||
options NEW_SCC_DRIVER
|
||||
zstty* at zsc? channel 1 # serial ports on B channels
|
||||
zskbd0 at zsc1 channel 0 # keyboard port on A channels
|
||||
zsms0 at zsc0 channel 0 # mouse port on A channels
|
||||
|
||||
# SCSI bus support
|
||||
scsibus* at asc?
|
||||
|
||||
# SCSI devices
|
||||
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
sd* at scsibus? target ? lun ? # SCSI disk drives
|
||||
st* at scsibus? target ? lun ? # SCSI tape drives
|
||||
|
||||
# Workstation Console attachments
|
||||
wsdisplay* at cfb?
|
||||
wsdisplay* at sfb?
|
||||
wskbd* at zskbd?
|
||||
wsmouse* at zsms?
|
||||
|
||||
pseudo-device bpfilter 16
|
||||
pseudo-device ccd 4
|
||||
pseudo-device ipfilter 1
|
||||
pseudo-device loop 1
|
||||
pseudo-device md 1
|
||||
pseudo-device ppp 4
|
||||
pseudo-device pty 64
|
||||
pseudo-device sl 4
|
||||
pseudo-device vnd 4
|
||||
|
||||
# rnd is EXPERIMENTAL
|
||||
#pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness too
|
Loading…
Reference in New Issue
Block a user