Home | History | Annotate | Line # | Download | only in conf
GENERIC32_IP2x revision 1.4
      1 #	$NetBSD: GENERIC32_IP2x,v 1.4 2003/12/15 05:29:20 lonewolf Exp $
      2 #
      3 # Indy
      4 
      5 include		"arch/sgimips/conf/std.sgimips"
      6 
      7 makeoptions	TEXTADDR=0x88069000	# Indy
      8 
      9 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     10 
     11 #ident		"GENERIC-$Revision: 1.4 $"
     12 
     13 maxusers	32
     14 
     15 # CPU related options
     16 options 	IP22		# Indigo / Indigo2 / Indy
     17 
     18 options 	MIPS3		# MIPS3 support
     19 
     20 # Standard system options
     21 #options 	INSECURE	# disable kernel security levels
     22 
     23 #options 	NTP		# NTP phase/frequence locked loop
     24 options 	KTRACE		# system call tracing via ktrace(1)
     25 options 	SYSTRACE	# system call vetting via systrace(1)
     26 
     27 options 	SYSVMSG		# System V message queues
     28 options 	SYSVSEM		# System V semaphores
     29 #options 	SEMMNI=10	# number of semaphore identifiers
     30 #options 	SEMMNS=60	# number of semaphores in system
     31 #options 	SEMUME=10	# max number of undo entries per process
     32 #options 	SEMMNU=30	# number of undo structures in system
     33 options 	SYSVSHM		# System V shared memory
     34 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     35 
     36 #options 	LKM		# loadable kernel modules (XXX: working?)
     37 
     38 options 	USERCONF	# userconf(4) support
     39 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     40 
     41 # Enable experimental buffer queue strategy for better responsiveness under 
     42 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     43 #options 	NEW_BUFQ_STRATEGY
     44 
     45 # Diagnostic/debugging support options
     46 #options 	DIAGNOSTIC	# expensive kernel consistency checks
     47 #options 	DEBUG		# expensive debugging checks/support
     48 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     49 options 	DDB		# in-kernel debugger
     50 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     51 #options 	KGDB		# remote debugger
     52 #options 	KGDB_DEV=0x2301		# KGDB port - this is Serial(1)
     53 #options 	KGDB_DEVRATE=19200	# KGDB Baud Rate
     54 #makeoptions	DEBUG="-g"	# compile full symbol table
     55 
     56 # Compatibility options
     57 options 	COMPAT_15	# NetBSD 1.5,
     58 options         COMPAT_16
     59 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     60 
     61 options 	COMPAT_IRIX	# binary compatibility with IRIX
     62 #options	COMPAT_LINUX	# binary compatibility with Linux
     63 #options	COMPAT_ULTRIX	# binary compatibility with Ultrix 
     64 
     65 # File systems
     66 file-system 	FFS		# UFS
     67 file-system 	EXT2FS		# second extended file system (linux)
     68 file-system 	LFS		# log-structured file system
     69 file-system 	MFS		# memory file system
     70 file-system 	NFS		# Network File System client
     71 file-system 	NTFS		# Windows/NT file system (experimental)
     72 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     73 file-system 	MSDOSFS		# MS-DOS file system
     74 file-system 	FDESC		# /dev/fd
     75 file-system 	KERNFS		# /kern
     76 file-system 	NULLFS		# loopback file system
     77 file-system 	OVERLAY		# overlay file system
     78 file-system 	PORTAL		# portal filesystem (still experimental)
     79 file-system 	PROCFS		# /proc
     80 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     81 file-system 	UNION		# union file system
     82 file-system	CODA		# Coda File System; also needs vcoda (below)
     83 
     84 # File system options
     85 options 	QUOTA		# UFS quotas
     86 #options 	FFS_EI		# FFS Endian Independent support
     87 options 	SOFTDEP		# FFS soft updates support.
     88 options 	NFSSERVER	# Network File System server
     89 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     90 				# immutable) behave as system flags.
     91 
     92 # Networking options
     93 #options 	GATEWAY		# packet forwarding
     94 options 	INET		# IP + ICMP + TCP + UDP
     95 options 	INET6		# IPV6
     96 #options 	IPSEC		# IP security
     97 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     98 #options 	IPSEC_DEBUG	# debug for IP security
     99 #options 	MROUTING	# IP multicast routing
    100 options 	NS		# XNS
    101 #options 	NSIP		# XNS tunneling over IP
    102 options 	ISO,TPIP	# OSI
    103 #options 	EON		# OSI tunneling over IP
    104 options 	CCITT,LLC,HDLC	# X.25
    105 options 	NETATALK	# AppleTalk networking protocols
    106 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    107 options 	PPP_DEFLATE	# Deflate compression support for PPP
    108 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    109 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    110 options 	IPFILTER_LOG	# ipmon(8) log support
    111 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    112 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    113 
    114 # These options enable verbose messages for several subsystems.
    115 # Warning, these may compile large string tables into the kernel!
    116 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    117 options 	SCSIVERBOSE	# human readable SCSI error messages
    118 
    119 options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
    120 
    121 #options 	MEMORY_DISK_HOOKS
    122 #options 	MEMORY_DISK_IS_ROOT
    123 #options 	MEMORY_DISK_SERVER=0
    124 #options 	MINIROOTSIZE=8192
    125 
    126 #options 	SCSI_DELAY=5
    127 
    128 #
    129 # wscons options
    130 #
    131 # builtin terminal emulations
    132 #options 	WSEMUL_SUN		# sun terminal emulation
    133 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    134 # different kernel output - see dev/wscons/wsdisplayvar.h
    135 options 	WS_KERNEL_FG=WSCOL_GREEN
    136 #options 	WS_KERNEL_BG=WSCOL_BLACK
    137 # compatibility to other console drivers
    138 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    139 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    140 #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    141 # the following enables some functions to get mouse console support.
    142 # if you want a really secure system, it may be better not to enable them,
    143 # see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
    144 #options 	WSDISPLAY_CHARFUNCS		# mouse console support
    145 
    146 
    147 # Kernel root file system and dump configuration.
    148 config		netbsd	root on ? type ?
    149 
    150 # Main bus and CPU
    151 mainbus0 	at root
    152 cpu0 		at mainbus?
    153 
    154 sd*     at scsibus? target ? lun ?	# SCSI disks
    155 st*     at scsibus? target ? lun ?	# SCSI tapes
    156 cd*     at scsibus? target ? lun ?	# SCSI CD-ROMs
    157 ch*     at scsibus? target ? lun ?	# SCSI changer devices
    158 ss*     at scsibus? target ? lun ?	# SCSI scanners
    159 ses*    at scsibus? target ? lun ?	# SCSI SES/SAF-TE devices
    160 uk*     at scsibus? target ? lun ?	# unknown SCSI
    161 
    162 # Indy / Indigo^2
    163 imc0 		at mainbus0 addr 0x1fa00000
    164 gio0 		at imc0
    165 eisa0 		at imc0
    166 
    167 hpc0 		at gio? addr 0x1fb80000
    168 hpc1 		at gio? addr 0x1fb00000
    169 hpc2 		at gio? addr 0x1f980000
    170 
    171 newport*	at gio? slot ?
    172 wsdisplay* 	at newport? console ?
    173 
    174 # HPC devices
    175 sq* 		at hpc0 offset ?
    176 wdsc* 		at hpc0 offset ?
    177 dpclock*	at hpc0 offset ?	# IP20
    178 dsclock*	at hpc0 offset ?	# IP22/24
    179 haltwo*         at hpc0 offset ?
    180 pckbc*		at hpc0 offset ?
    181 
    182 pckbd*  	at pckbc?
    183 pms* 		at pckbc?
    184 wskbd* 		at pckbd? console ?
    185 wsmouse* 	at pms? mux 0
    186 
    187 #
    188 # As always, the zs chip is wired funny, so channel 1 is actually the
    189 # first serial port and channel 0 is the second.
    190 #
    191 zsc* 		at hpc0 offset ?
    192 zstty*		at zsc? channel ?
    193 
    194 scsibus*	at scsi?		# HPC SCSI
    195 audio*          at audiobus?
    196 
    197 # Pseudo-Devices
    198 
    199 # disk/mass storage pseudo-devices
    200 pseudo-device	ccd		4	# concatenated/striped disk devices
    201 #pseudo-device	cgd		4	# cryptographic disk devices
    202 #pseudo-device	raid		4	# RAIDframe disk driver
    203 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    204 pseudo-device	md		1	# memory disk device (ramdisk)
    205 pseudo-device	vnd		4	# disk-like interface to files
    206 
    207 # network pseudo-devices
    208 pseudo-device	bpfilter	8	# Berkeley packet filter
    209 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    210 pseudo-device	loop			# network loopback
    211 pseudo-device	ppp		2	# Point-to-Point Protocol
    212 pseudo-device	sl		2	# Serial Line IP
    213 pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    214 pseudo-device	tun		2	# network tunneling over tty
    215 pseudo-device	gre		2	# generic L3 over IP tunnel
    216 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    217 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    218 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    219 pseudo-device	vlan			# IEEE 802.1q encapsulation
    220 pseudo-device	bridge			# simple inter-network bridging
    221 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    222 
    223 # miscellaneous pseudo-devices
    224 pseudo-device	pty			# pseudo-terminals
    225 pseudo-device	tb		1	# tablet line discipline
    226 pseudo-device	sequencer	1	# MIDI sequencer
    227 pseudo-device	rnd			# /dev/random and in-kernel generator
    228 pseudo-device	clockctl		# user control of clock subsystem
    229 pseudo-device	ksyms			# /dev/ksyms
    230 pseudo-device	wsmux                   # mouse & keyboard multiplexor
    231 pseudo-device	wsfont
    232 
    233 # a pseudo device needed for Coda	# also needs CODA (above)
    234 pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    235 
    236 # pseudo devices used for IRIX binary compatibility
    237 pseudo-device	irix_kmem		# IRIX /dev/kmem
    238 pseudo-device	irix_usema		# IRIX /dev/usema
    239