Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.9
      1 # $NetBSD: GENERIC,v 1.9 2002/07/31 05:30:21 simonb Exp $
      2 
      3 #include 	"arch/sbmips/conf/std.sbmips.eb"	# big-endian mode
      4 include 	"arch/sbmips/conf/std.sbmips.el"	# little-endian mode
      5 
      6 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      7 
      8 #ident 		"GENERIC-$Revision: 1.9 $"
      9 
     10 # The following three options are required for BCM1250 pass 1 silicon
     11 options 	SB1250_PASS1
     12 options 	NOFPU
     13 options 	SOFTFLOAT
     14 
     15 maxusers	32
     16 
     17 # Standard system options
     18 options 	KTRACE		# system call tracing support
     19 options 	SYSVMSG		# System V message queues
     20 options 	SYSVSEM		# System V semaphores
     21 options 	SYSVSHM		# System V shared memory
     22 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     23 options 	LKM		# loadable kernel modules
     24 #options 	NTP		# network time protocol
     25 #options 	UCONSOLE	# users can redirect console (unsafe)
     26 
     27 # Debugging options
     28 options 	DIAGNOSTIC	# extra kernel sanity checking
     29 #options 	DEBUG		# extra kernel debugging support
     30 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     31 #options 	USERCONF	# userconf(4) support
     32 options 	DDB		# kernel dynamic debugger
     33 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     34 #makeoptions 	DEBUG="-g"	# compile full symbol table
     35 options 	SYMTAB_SPACE=200000	# size for embedded symbol table
     36 
     37 # Compatibility options
     38 options 	COMPAT_43	# compatibility with 4.3BSD binaries
     39 #options 	COMPAT_10	# NetBSD 0.9 binary compatibility
     40 #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     41 #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     42 #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     43 #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     44 #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     45 #options 	EXEC_ECOFF	# exec ECOFF binaries
     46 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     47 
     48 # File systems
     49 file-system	FFS		# Berkeley Fast Filesystem
     50 file-system	NFS		# Sun NFS-compatible filesystem client
     51 file-system	KERNFS		# kernel data-structure filesystem
     52 #file-system	NULLFS		# NULL layered filesystem
     53 file-system 	OVERLAY		# overlay file system
     54 file-system	MFS		# memory-based filesystem
     55 file-system	FDESC		# user file descriptor filesystem
     56 #file-system	UMAPFS		# uid/gid remapping filesystem
     57 file-system	LFS		# Log-based filesystem (still experimental)
     58 #file-system	PORTAL		# portal filesystem (still experimental)
     59 file-system	PROCFS		# /proc
     60 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     61 #file-system	UNION		# union file system
     62 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     63 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     64 
     65 # File system options
     66 options 	NFSSERVER	# Sun NFS-compatible filesystem server
     67 options 	QUOTA		# FFS quotas
     68 #options 	FFS_EI		# FFS Endian Independant support
     69 #options 	SOFTDEP		# FFS soft updates support.
     70 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     71 				# immutable) behave as system flags.
     72 
     73 # Networking options
     74 #options 	GATEWAY		# IP packet forwarding
     75 options 	INET		# Internet protocols
     76 options 	INET6		# IPV6
     77 #options 	IPSEC		# IP security
     78 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     79 #options 	IPSEC_DEBUG	# debug for IP security
     80 #options 	MROUTING	# packet forwarding of multicast packets
     81 #options 	NS		# Xerox NS networking
     82 #options 	NSIP		# Xerox NS tunneling over IP
     83 #options 	ISO,TPIP	# OSI networking
     84 #options 	EON		# OSI tunneling over IP
     85 #options 	CCITT,LLC,HDLC	# X.25
     86 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     87 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     88 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     89 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     90 options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     91 options 	IPFILTER_LOG	# ipmon(8) log support
     92 
     93 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
     94 #options 	TCP_COMPAT_42
     95 
     96 # These options enable verbose messages for several subsystems.
     97 # Warning, these may compile large string tables into the kernel!
     98 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
     99 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    100 #options 	SCSIVERBOSE	# human readable SCSI error messages
    101 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    102 
    103 options 	NFS_BOOT_DHCP
    104 
    105 #config		netbsd	root on ? type ?
    106 config		netbsd	root on sbmac0 type nfs
    107 
    108 zbbus*		at root
    109 
    110 cpu*		at zbbus? busid ?
    111 sbscd*		at zbbus? busid ?
    112 sbobio*		at zbbus? busid ?
    113 
    114 #sbicu*		at sbscd? offset ?
    115 sbwdog*		at sbscd? offset ? intr ?
    116 sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
    117 #sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
    118 sbtimer*	at sbscd? offset ? intr ?
    119 
    120 sbmac*		at sbobio? offset ?
    121 sbscn*		at sbobio? offset ?
    122 #sbgbus*	at sbobio? offset ?
    123 smbus*		at sbobio? offset ?
    124 
    125 rtc*		at smbus? chan ? dev ?
    126 
    127 # MII/PHY support
    128 brgphy*		at mii? phy ?
    129 
    130 # Pseudo-devices
    131 
    132 # Disk/mass storage pseudo-devices
    133 pseudo-device	ccd		4	# concatenated disk devices
    134 #pseudo-device	raid		4	# RAIDframe disk driver
    135 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID
    136 pseudo-device	md		1	# memory disk device (ramdisk)
    137 pseudo-device	vnd		4	# disk-like interface to files
    138 
    139 # Network pseudo-devices
    140 pseudo-device	bpfilter	8	# Berkeley packet filter
    141 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    142 pseudo-device	loop			# network loopback
    143 #pseudo-device	ppp		2	# Point-to-Point Protocol
    144 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    145 #pseudo-device	sl		2	# Serial Line IP
    146 #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    147 #pseudo-device	irframetty		# IrDA frame line discipline
    148 #pseudo-device	tun		2	# network tunneling over tty
    149 #pseudo-device	gre		2	# generic L3 over IP tunnel
    150 #pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
    151 #pseudo-device	gif		4	# RFC1933 tunnel
    152 #pseudo-device	faith		1	# IPv[46] tcp relay translation
    153 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    154 pseudo-device	vlan			# IEEE 802.1q encapsulation
    155 pseudo-device	bridge			# simple inter-network bridging
    156 
    157 # Miscellaneous pseudo-devices
    158 pseudo-device	pty			# pseudo-terminals
    159 #pseudo-device	tb		1	# tablet line discipline
    160 #pseudo-device	sequencer	1	# MIDI sequencer
    161 pseudo-device	rnd			# /dev/random & kernel generator
    162 pseudo-device	clockctl		# user control of clock subsystem
    163 
    164 # A pseudo device needed for Coda	# also needs CODA (above)
    165 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    166