Add some entries added to GENERIC recently.
This commit is contained in:
parent
9f306990dd
commit
6147df324d
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: ALPHA,v 1.180 2003/04/16 23:41:35 thorpej Exp $
|
||||
# $NetBSD: ALPHA,v 1.181 2003/04/27 13:31:11 tsutsui Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "ALPHA-$Revision: 1.180 $"
|
||||
ident "ALPHA-$Revision: 1.181 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -36,6 +36,10 @@ options KTRACE # System call tracing support
|
|||
options SYSTRACE # System call vetting via systrace(1)
|
||||
options NTP # kernel PLL for NTP
|
||||
|
||||
# Enable experimental buffer queue strategy for better responsiveness under
|
||||
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
||||
#options NEW_BUFQ_STRATEGY
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
options DEBUG # Expensive debugging checks/support
|
||||
|
@ -71,9 +75,9 @@ file-system CODA # CODA distributed file system
|
|||
|
||||
# File system options
|
||||
options QUOTA # User and group quotas for the FFS
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
options SOFTDEP # FFS soft updates support.
|
||||
options NFSSERVER # Sun NFS-compatible file system server
|
||||
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
|
@ -144,6 +148,7 @@ options TCVERBOSE # recognize "unknown" TC devices
|
|||
#options EXTENT_DEBUG # extent alloc/dealloc code debugging
|
||||
options FIX_UNALIGNED_VAX_FP # fix unaligned VAX FP loads & stores
|
||||
#options NO_KERNEL_RCSIDS # don't include kernel file RCS IDs
|
||||
options PCMCIAVERBOSE
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options FONT_GALLANT12x22 # Console font for TC devices
|
||||
|
@ -556,8 +561,8 @@ wsmouse* at pms?
|
|||
pseudo-device bpfilter 16
|
||||
pseudo-device ccd 4
|
||||
pseudo-device cgd 4 # cryptographic disk devices
|
||||
#pseudo-device raid 8 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
# Options to enable various other RAIDframe RAID types.
|
||||
# options RF_INCLUDE_EVENODD=1
|
||||
# options RF_INCLUDE_RAID5_RS=1
|
||||
|
@ -582,9 +587,11 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness too
|
||||
# a pseudo device needed for Coda # also needs CODA (above)
|
||||
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
|
|
Loading…
Reference in New Issue