# $NetBSD: GENERIC,v 1.158 2008/08/10 15:31:21 tls Exp $ # # TSAR machine description file # include "arch/tsarmips/conf/std.tsarmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary #ident "GENERIC-$Revision: 1.158 $" maxusers 64 # Standard system options options DDB # in-kernel debugger options DDB_COMMANDONENTER="trace" #options DDB_HISTORY_SIZE=100 # enable history editing in DDB options DDB_ONPANIC=1 # enter debugger on panic options DIAGNOSTIC # extra kernel debugging checks #options DEBUG # extra kernel debugging support #options SYSCALL_DEBUG options LOCKDEBUG options KTRACE # system call tracing support options MSGBUFSIZE=32768 options MULTIPROCESSOR makeoptions DEBUG="-g" options SYSVMSG # System V-like message queues options SYSVSEM # System V-like semaphores options SYSVSHM # System V-like memory sharing options P1003_1B_SEMAPHORE # p1003.1b semaphore support #options LKM # loadable kernel modules options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel # 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 BUFQ_READPRIO #options BUFQ_PRIOCSCAN #options SCSIVERBOSE # Verbose SCSI errors #options TCVERBOSE # recognize "unknown" TC devices options NTP # network time protocol options HZ=100 # ticks per seconds - no fast clock on # simulator # Filesystem options file-system FFS # fast filesystem with user and group quotas file-system MFS # memory-based filesystem file-system PTYFS # /dev/pts/N support file-system TMPFS # Efficient memory file-system file-system MSDOSFS #options QUOTA # UFS quotas #options FFS_EI # FFS Endian Independant support options WAPBL # File system journaling support - Experimental #options FFS_NO_SNAPSHOT # No FFS snapshot support #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental # Networking options options INET # Internet protocols #options INET6 # IPV6 #options IPSEC # IP security #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) #options IPSEC_DEBUG # debug for IP security options GATEWAY # IP packet forwarding #options MROUTING # Multicast routing support #options PIM # Protocol Independent Multicast #options ISO # OSI networking #options TPIP # TPIP #options EON # OSI tunneling over IP options IPFILTER_LOG # ipmon(8) log support options IPFILTER_LOOKUP # ippool(8) support #options IPFILTER_DEFAULT_BLOCK # block all packets by default #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG #options ALTQ # Manipulate network interfaces' output queues #options ALTQ_BLUE # Stochastic Fair Blue #options ALTQ_CBQ # Class-Based Queueing #options ALTQ_CDNR # Diffserv Traffic Conditioner #options ALTQ_FIFOQ # First-In First-Out Queue #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) #options ALTQ_HFSC # Hierarchical Fair Service Curve #options ALTQ_LOCALQ # Local queueing discipline #options ALTQ_PRIQ # Priority Queueing #options ALTQ_RED # Random Early Detection #options ALTQ_RIO # RED with IN/OUT #options ALTQ_WFQ # Weighted Fair Queueing # NetBSD backwards compatibility #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. options COMPAT_15 # NetBSD 1.5, options COMPAT_16 # NetBSD 1.6, options COMPAT_20 # NetBSD 2.0, options COMPAT_30 # NetBSD 3.0, options COMPAT_40 # NetBSD 4.0, options COMPAT_50 # NetBSD 5.0, options COMPAT_60 # NetBSD 6.0, and options COMPAT_70 # NetBSD 7.0 binary compatibility. # Disable kernel security levels. Needed for X with a PX or PXG. #options INSECURE config netbsd root on ? type ? #config nfsnetbsd root on ? type nfs mainbus0 at root cluster* at mainbus0 cpu* at cluster? xicu* at cluster? iopic* at cluster? mtty* at cluster? com* at cluster? vcibd* at cluster? vcidma* at cluster? simhelper* at cluster? genfb* at cluster? wsdisplay* at wsemuldisplaydev? vcispi* at cluster? sdmmc* at vcispi? ld0 at sdmmc0 ld1 at sdmmc1 ld2 at sdmmc2 ld* at sdmmc? vcimd* at cluster? ld* at vcimd? vcikbc* at cluster? pckbd* at vcikbc? slot 1 # PS/2 keyboard wskbd* at pckbd? pms* at vcikbc? slot 0 # PS/2 mouse wsmouse* at pms? mux 0 # # wscons options # # builtin terminal emulations #options WSEMUL_SUN # sun terminal emulation options WSEMUL_VT100 # VT100 / VT220 emulation # customization of console and kernel output - see dev/wscons/wsdisplayvar.h options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8) #options WS_DEFAULT_FG=WSCOL_WHITE #options WS_DEFAULT_BG=WSCOL_BLACK #options WS_DEFAULT_COLATTR="(0)" #options WS_DEFAULT_MONOATTR="(0)" options WS_KERNEL_FG=WSCOL_GREEN #options WS_KERNEL_BG=WSCOL_BLACK #options WS_KERNEL_COLATTR="" #options WS_KERNEL_MONOATTR="" # customization of console border color options WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8) #options WSDISPLAY_BORDER_COLOR=WSCOL_BLUE # default color # compatibility to other console drivers options WSDISPLAY_COMPAT_PCVT # emulate some ioctls options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls options WSDISPLAY_COMPAT_USL # VT handling options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes #options WSKBD_EVENT_AUTOREPEAT # auto repeat in event mode #options WSKBD_USONLY # strip off non-US keymaps # don't attach pckbd as the console if no PS/2 keyboard is found options PCKBD_CNATTACH_MAY_FAIL # see dev/pckbport/wskbdmap_mfii.c for implemented layouts #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for pckbd driver #options UKBD_LAYOUT="(KB_DE | KB_NODEAD)" # for ukbd driver # allocate a number of virtual screens at autoconfiguration time #options WSDISPLAY_DEFAULTSCREENS=4 # use a large software cursor that doesn't blink options PCDISPLAY_SOFTCURSOR # modify the screen type of the console; defaults to "80x25" #options VGA_CONSOLE_SCREENTYPE="\"80x24\"" # work around a hardware bug that loaded fonts don't work; found on ATI cards #options VGA_CONSOLE_ATI_BROKEN_FONTSEL # console scrolling support. options WSDISPLAY_SCROLLSUPPORT # enable VGA raster mode capable of displaying multilingual text on console #options VGA_RASTERCONSOLE # enable splash screen support; requires hw driver support #options SPLASHSCREEN #options SPLASHSCREEN_PROGRESS # wscons pseudo-devices pseudo-device wsmux # mouse & keyboard multiplexor pseudo-device wsfont pseudo-device loop 1 # network loopback pseudo-device sl # serial-line IP ports pseudo-device ppp # serial-line IP ports pseudo-device pty # pseudo-terminals pseudo-device bpfilter # packet filter ports #pseudo-device carp # Common Address Redundancy Protocol pseudo-device ipfilter # IP filter, NAT #pseudo-device gre # generic L3 over IP tunnel pseudo-device md # memory disk pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms