Home | History | Annotate | Line # | Download | only in conf
XLSATX revision 1.1.2.5
      1 #	$NetBSD: XLSATX,v 1.1.2.5 2010/01/29 00:16:58 matt Exp $
      2 
      3 include 	"arch/evbmips/conf/std.rmixl"
      4 
      5 #ident 		"XLSATX-$Revision: 1.1.2.5 $"
      6 
      7 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      8 
      9 maxusers	32
     10 
     11 #
     12 # MEMSIZE can be used to limit memory size obtained from firmware or DRAM BARs
     13 #
     14 ##options		MEMSIZE=0x10000000		# 256MB 
     15 
     16 options 	NOFPU		# No FPU
     17 #options 	FPEMUL		# emulate FPU insn
     18 
     19 # Standard system options
     20 options 	KTRACE		# system call tracing support
     21 options 	SYSVMSG		# System V message queues
     22 options 	SYSVSEM		# System V semaphores
     23 options 	SYSVSHM		# System V shared memory
     24 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     25 #options 	LKM		# loadable kernel modules
     26 options 	NTP		# network time protocol
     27 
     28 # Debugging options
     29 options 	DIAGNOSTIC	# extra kernel sanity checking
     30 options 	DEBUG		# extra kernel debugging support
     31 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     32 options 	USERCONF	# userconf(4) support
     33 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     34 options 	DDB		# kernel dynamic debugger
     35 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     36 makeoptions 	DEBUG="-g"	# compile full symbol table
     37 options 	SYMTAB_SPACE=500000	# size for embedded symbol table
     38 #options	DDB_COMMANDONENTER="trace;show registers"
     39 options		DB_MAX_LINE=-1
     40 
     41 # Compatibility options
     42 #options 	COMPAT_43	# compatibility with 4.3BSD binaries
     43 #options 	COMPAT_09	# NetBSD 0.9 binary compatibility
     44 #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     45 #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     46 #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     47 #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     48 #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     49 #options 	COMPAT_15	# NetBSD 1.5 binary compatibility
     50 options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     51 options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     52 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     53 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     54 #options 	EXEC_ECOFF	# exec ECOFF binaries
     55 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     56 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     57 
     58 # File systems
     59 file-system	FFS		# Berkeley Fast Filesystem
     60 file-system	MFS		# memory-based filesystem
     61 #file-system 	EXT2FS		# second extended file system (linux)
     62 file-system	NFS		# Sun NFS-compatible filesystem client
     63 #file-system	KERNFS		# kernel data-structure filesystem
     64 #file-system	NULLFS		# NULL layered filesystem
     65 #file-system 	OVERLAY		# overlay file system
     66 #file-system	FDESC		# user file descriptor filesystem
     67 #file-system	UMAPFS		# uid/gid remapping filesystem
     68 #file-system	LFS		# Log-based filesystem (still experimental)
     69 #file-system	PORTAL		# portal filesystem (still experimental)
     70 #file-system	PROCFS		# /proc
     71 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     72 #file-system	UNION		# union file system
     73 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     74 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     75 #file-system	PTYFS		# /dev/pts/N support
     76 
     77 # File system options
     78 #options 	NFSSERVER	# Sun NFS-compatible filesystem server
     79 #options 	QUOTA		# FFS quotas
     80 #options 	FFS_EI		# FFS Endian Independant support
     81 #options 	SOFTDEP		# FFS soft updates support.
     82 options 	WAPBL		# File system journaling support - Experimental
     83 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     84 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     85 				# immutable) behave as system flags.
     86 
     87 # Networking options
     88 #options 	GATEWAY		# IP packet forwarding
     89 options 	INET		# Internet protocols
     90 #options 	INET6		# IPV6
     91 #options 	IPSEC		# IP security
     92 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     93 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     94 #options 	IPSEC_DEBUG	# debug for IP security
     95 #options 	MROUTING	# packet forwarding of multicast packets
     96 #options 	PIM		# Protocol Independent Multicast
     97 #options 	ISO,TPIP	# OSI networking
     98 #options 	EON		# OSI tunneling over IP
     99 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    100 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    101 #options 	PPP_DEFLATE	# Deflate compression support for PPP
    102 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    103 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    104 #options 	IPFILTER_LOG	# ipmon(8) log support
    105 #options 	IPFILTER_LOOKUP	# ippool(8) support
    106 
    107 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    108 #options 	TCP_COMPAT_42
    109 
    110 # These options enable verbose messages for several subsystems.
    111 # Warning, these may compile large string tables into the kernel!
    112 #options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
    113 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    114 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    115 #options 	SCSIVERBOSE	# human readable SCSI error messages
    116 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    117 
    118 # Bitmask for enabling the PCI IDE channels in the southbridge.
    119 # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
    120 #
    121 # Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
    122 # channels for you (thus causing the NetBSD `pciide' driver to ignore them).
    123 options 	PCI_NETBSD_ENABLE_IDE=0x1
    124 
    125 options 	NFS_BOOT_DHCP
    126 
    127 config	netbsd		root on ? type ?
    128 config	netbsd-wm0	root on wm0 type nfs
    129 config	netbsd-msk0	root on msk0 type nfs
    130 
    131 
    132 mainbus0 	at root
    133 cpunode*	at mainbus? node ?
    134 cpucore*	at cpunode? core ?
    135 cpu*		at cpucore? thread ?
    136 obio0		at cpunode?
    137 com0		at obio0	addr 0x14000 mult 4 intr 9
    138 options		COM_REGMAP
    139 rmixl_pcie0	at obio0
    140 pci0		at rmixl_pcie0
    141 ppb*		at pci?
    142 pci*		at ppb?
    143 wm*		at pci? dev ? function ?	# Intel i82546EB Gig-E
    144 skc*		at pci? dev ? function ?
    145 sk*		at skc?
    146 mskc*		at pci? dev ? function ?
    147 msk*		at mskc?
    148 makphy*		at mii? phy ?			# Marvell 88E1000 PHYs
    149 ukphy*		at mii? phy ?			# unknown PHY
    150 rmixl_usbi0	at obio0	addr 0x25000 intr 31
    151 ohci0		at rmixl_usbi0	addr 0x24400 size 0x400 intr 0
    152 ohci1		at rmixl_usbi0	addr 0x24800 size 0x400 intr 1
    153 ehci0		at rmixl_usbi0	addr 0x24000 size 0x400 intr 2
    154 
    155 # USB
    156 usb*		at ohci?
    157 usb*		at ehci?
    158 uhub*		at usb?
    159 uhub*		at uhub? port ?
    160 umass*		at uhub? port ? configuration ? interface ?
    161 wd*		at umass?
    162 scsibus*	at umass? channel ?
    163 sd*		at scsibus? target ? lun ?
    164 
    165 
    166 # Pseudo-devices
    167 
    168 # Disk/mass storage pseudo-devices
    169 #pseudo-device	ccd		4		# concatenated disk devices
    170 #pseudo-device	raid		4		# RAIDframe disk driver
    171 #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    172 #pseudo-device	fss		4		# file system snapshot device
    173 pseudo-device	vnd				# disk-like interface to files
    174 
    175 # Network pseudo-devices
    176 pseudo-device	bpfilter			# Berkeley packet filter
    177 pseudo-device	ipfilter			# IP filter (firewall) and NAT
    178 pseudo-device	loop				# network loopback
    179 #pseudo-device	ppp				# Point-to-Point Protocol
    180 #pseudo-device	sl				# Serial Line IP
    181 #pseudo-device	strip				# Starmode Radio IP (Metricom)
    182 #pseudo-device	tun				# network tunneling over tty
    183 #pseudo-device	tap				# virtual Ethernet
    184 #pseudo-device	gre				# generic L3 over IP tunnel
    185 #pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
    186 #pseudo-device	gif				# RFC1933 tunnel
    187 #pseudo-device	faith				# IPv[46] tcp relay translation
    188 #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    189 #pseudo-device	vlan				# IEEE 802.1q encapsulation
    190 #pseudo-device	bridge				# simple inter-network bridging
    191 
    192 # Miscellaneous pseudo-devices
    193 pseudo-device	pty				# pseudo-terminals
    194 #pseudo-device	sequencer	1		# MIDI sequencer
    195 pseudo-device	rnd				# /dev/random & kernel generator
    196 pseudo-device	clockctl			# user control of clock subsystem
    197 pseudo-device	ksyms				# /dev/ksyms
    198 
    199 # A pseudo device needed for Coda		# also needs CODA (above)
    200 #pseudo-device	vcoda		4		# coda minicache <-> venus comm.
    201