Home | History | Annotate | Line # | Download | only in conf
WGT624V3 revision 1.13
      1  1.13       wiz #	$NetBSD: WGT624V3,v 1.13 2011/06/30 20:09:29 wiz Exp $
      2   1.1  jmcneill 
      3   1.1  jmcneill include 	"arch/evbmips/conf/std.atheros"
      4   1.1  jmcneill 
      5   1.1  jmcneill #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6   1.1  jmcneill 
      7  1.13       wiz #ident 		"WGT624V3-$Revision: 1.13 $"
      8   1.1  jmcneill 
      9   1.1  jmcneill maxusers	32
     10   1.1  jmcneill 
     11   1.1  jmcneill makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
     12   1.1  jmcneill makeoptions	ATH_MACHINE_HAL=ap51
     13   1.1  jmcneill 
     14   1.1  jmcneill options 	MIPS32
     15   1.1  jmcneill options 	NOFPU		# No FPU
     16  1.10      matt options 	FPEMUL		# emulate FPU insn
     17   1.1  jmcneill options		WISOC_AR5315	# WiSoC select
     18   1.1  jmcneill options		COM_ARBUS_BAUD=9600
     19   1.1  jmcneill 
     20   1.1  jmcneill # Options for necessary to use MD
     21   1.1  jmcneill #options 	MEMORY_DISK_HOOKS
     22   1.1  jmcneill #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     23   1.1  jmcneill #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     24   1.1  jmcneill #options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
     25   1.1  jmcneill #options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
     26   1.1  jmcneill #options		MEMORY_DISK_ROOT_SIZE=7300
     27   1.1  jmcneill 
     28   1.1  jmcneill # Size reduction options
     29   1.1  jmcneill options 	VNODE_OP_NOINLINE
     30   1.1  jmcneill options		PIPE_SOCKETPAIR
     31   1.1  jmcneill options		SOSEND_NO_LOAN
     32   1.1  jmcneill 
     33   1.1  jmcneill # Standard system options
     34   1.1  jmcneill #options 	KTRACE		# system call tracing support
     35   1.1  jmcneill #options 	SYSVMSG		# System V message queues
     36   1.1  jmcneill #options 	SYSVSEM		# System V semaphores
     37   1.1  jmcneill #options 	SYSVSHM		# System V shared memory
     38   1.1  jmcneill options 	NTP		# network time protocol
     39   1.1  jmcneill 
     40   1.1  jmcneill # Debugging options
     41   1.1  jmcneill options 	DIAGNOSTIC	# extra kernel sanity checking
     42   1.1  jmcneill #options 	DEBUG		# extra kernel debugging support
     43   1.1  jmcneill #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     44   1.1  jmcneill #options 	USERCONF	# userconf(4) support
     45   1.1  jmcneill #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     46   1.1  jmcneill options 	DDB		# kernel dynamic debugger
     47   1.1  jmcneill options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     48   1.1  jmcneill makeoptions 	DEBUG="-g"	# compile full symbol table
     49  1.12    dyoung options 	SYMTAB_SPACE=360000	# size for embedded symbol table
     50   1.1  jmcneill 
     51   1.1  jmcneill # Compatibility options
     52   1.1  jmcneill #options 	COMPAT_43	# compatibility with 4.3BSD binaries
     53   1.1  jmcneill #options 	COMPAT_09	# NetBSD 0.9 binary compatibility
     54   1.1  jmcneill #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     55   1.1  jmcneill #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     56   1.1  jmcneill #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     57   1.1  jmcneill #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     58   1.1  jmcneill #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     59   1.1  jmcneill #options 	COMPAT_15	# NetBSD 1.5 binary compatibility
     60   1.1  jmcneill #options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     61   1.1  jmcneill #options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     62   1.1  jmcneill #options 	COMPAT_30	# NetBSD 3.0 compatibility.
     63   1.2   tsutsui #options 	COMPAT_40	# NetBSD 4.0 compatibility.
     64   1.1  jmcneill #options 	EXEC_ECOFF	# exec ECOFF binaries
     65   1.1  jmcneill #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     66   1.1  jmcneill #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     67   1.1  jmcneill 
     68   1.1  jmcneill # File systems
     69   1.1  jmcneill file-system	FFS		# Berkeley Fast Filesystem
     70   1.1  jmcneill file-system	MFS		# memory-based filesystem
     71   1.1  jmcneill #file-system 	EXT2FS		# second extended file system (linux)
     72   1.1  jmcneill file-system	NFS		# Sun NFS-compatible filesystem client
     73   1.1  jmcneill #file-system	KERNFS		# kernel data-structure filesystem
     74   1.1  jmcneill #file-system	NULLFS		# NULL layered filesystem
     75   1.1  jmcneill #file-system 	OVERLAY		# overlay file system
     76   1.1  jmcneill #file-system	FDESC		# user file descriptor filesystem
     77   1.1  jmcneill #file-system	UMAPFS		# uid/gid remapping filesystem
     78   1.1  jmcneill #file-system	LFS		# Log-based filesystem (still experimental)
     79   1.1  jmcneill #file-system	PROCFS		# /proc
     80   1.1  jmcneill #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     81   1.1  jmcneill #file-system	UNION		# union file system
     82   1.1  jmcneill #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     83   1.1  jmcneill #file-system 	CODA		# Coda File System; also needs vcoda (below)
     84   1.1  jmcneill #file-system	PTYFS		# /dev/pts/N support
     85   1.1  jmcneill 
     86   1.1  jmcneill # File system options
     87   1.1  jmcneill #options 	NFSSERVER	# Sun NFS-compatible filesystem server
     88  1.11    bouyer #options 	QUOTA		# legacy UFS quotas
     89  1.11    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     90  1.13       wiz #options 	FFS_EI		# FFS Endian Independent support
     91   1.3    simonb options 	WAPBL		# File system journaling support - Experimental
     92   1.1  jmcneill options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     93   1.1  jmcneill #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     94   1.1  jmcneill 				# immutable) behave as system flags.
     95   1.1  jmcneill 
     96   1.1  jmcneill # Networking options
     97   1.1  jmcneill #options 	GATEWAY		# IP packet forwarding
     98   1.1  jmcneill options 	INET		# Internet protocols
     99   1.1  jmcneill #options 	INET6		# IPV6
    100   1.1  jmcneill #options 	IPSEC		# IP security
    101   1.1  jmcneill #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    102   1.1  jmcneill #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    103   1.1  jmcneill #options 	IPSEC_DEBUG	# debug for IP security
    104   1.1  jmcneill #options 	MROUTING	# packet forwarding of multicast packets
    105   1.1  jmcneill #options 	PIM		# Protocol Independent Multicast
    106   1.1  jmcneill #options 	ISO,TPIP	# OSI networking
    107   1.1  jmcneill #options 	EON		# OSI tunneling over IP
    108   1.1  jmcneill #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    109   1.1  jmcneill #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    110   1.1  jmcneill #options 	PPP_DEFLATE	# Deflate compression support for PPP
    111   1.1  jmcneill #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    112   1.1  jmcneill #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    113   1.1  jmcneill #options 	IPFILTER_LOG	# ipmon(8) log support
    114   1.1  jmcneill #options 	IPFILTER_LOOKUP	# ippool(8) support
    115   1.1  jmcneill 
    116   1.1  jmcneill # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    117   1.1  jmcneill #options 	TCP_COMPAT_42
    118   1.1  jmcneill 
    119   1.1  jmcneill # These options enable verbose messages for several subsystems.
    120   1.1  jmcneill # Warning, these may compile large string tables into the kernel!
    121   1.1  jmcneill options 	MIIVERBOSE	# verbose PHY autoconfig messages
    122   1.1  jmcneill 
    123   1.1  jmcneill # Bitmask for enabling the PCI IDE channels in the southbridge.
    124   1.1  jmcneill # Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
    125   1.1  jmcneill #
    126   1.1  jmcneill # Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
    127   1.1  jmcneill # channels for you (thus causing the NetBSD `pciide' driver to ignore them).
    128   1.1  jmcneill #options 	PCI_NETBSD_ENABLE_IDE=0x1
    129   1.1  jmcneill 
    130   1.1  jmcneill options 	NFS_BOOT_DHCP
    131   1.1  jmcneill options		NFS_V2_ONLY
    132   1.1  jmcneill 
    133   1.1  jmcneill #config		netbsd	root on ? type ?
    134   1.1  jmcneill config		netbsd	root on ae0 type nfs
    135   1.1  jmcneill 
    136   1.1  jmcneill 
    137   1.1  jmcneill mainbus0 	at root
    138   1.1  jmcneill cpu0 		at mainbus?
    139   1.1  jmcneill wdog0		at mainbus?
    140   1.1  jmcneill arbus0		at mainbus?
    141   1.1  jmcneill 
    142   1.1  jmcneill com*		at arbus? addr ?
    143   1.1  jmcneill ae*		at arbus? addr ?
    144   1.1  jmcneill ath*		at arbus? addr ?
    145   1.1  jmcneill athflash*	at arbus? addr ?
    146   1.1  jmcneill argpio*		at arbus? addr ?
    147   1.1  jmcneill gpio*		at argpio?
    148   1.1  jmcneill 
    149   1.1  jmcneill # no RTC!  so fake with a stub (required to prevent evbmips panic)
    150   1.1  jmcneill 
    151   1.1  jmcneill 
    152   1.1  jmcneill # MII/PHY support
    153   1.1  jmcneill mvphy*		at mii? phy ?
    154   1.1  jmcneill 
    155   1.1  jmcneill 
    156   1.1  jmcneill # Pseudo-devices
    157   1.1  jmcneill 
    158   1.1  jmcneill # Disk/mass storage pseudo-devices
    159   1.1  jmcneill #pseudo-device	ccd		4		# concatenated disk devices
    160   1.1  jmcneill #pseudo-device	raid		4		# RAIDframe disk driver
    161   1.8     pooka #pseudo-device	fss				# file system snapshot device
    162   1.9   hannken #pseudo-device	md				# memory disk device (ramdisk)
    163   1.1  jmcneill #pseudo-device	vnd				# disk-like interface to files
    164   1.1  jmcneill 
    165   1.1  jmcneill # Network pseudo-devices
    166   1.1  jmcneill pseudo-device	bpfilter			# Berkeley packet filter
    167   1.1  jmcneill #pseudo-device	ipfilter			# IP filter (firewall) and NAT
    168   1.1  jmcneill pseudo-device	loop				# network loopback
    169   1.1  jmcneill #pseudo-device	ppp				# Point-to-Point Protocol
    170   1.1  jmcneill #pseudo-device	sl				# Serial Line IP
    171   1.1  jmcneill #pseudo-device	strip				# Starmode Radio IP (Metricom)
    172   1.1  jmcneill #pseudo-device	tun				# network tunneling over tty
    173   1.1  jmcneill #pseudo-device	tap				# virtual Ethernet
    174   1.1  jmcneill #pseudo-device	gre				# generic L3 over IP tunnel
    175   1.1  jmcneill #pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
    176   1.1  jmcneill #pseudo-device	gif				# RFC1933 tunnel
    177   1.1  jmcneill #pseudo-device	faith				# IPv[46] tcp relay translation
    178   1.1  jmcneill #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    179   1.1  jmcneill #pseudo-device	vlan				# IEEE 802.1q encapsulation
    180   1.1  jmcneill #pseudo-device	bridge				# simple inter-network bridging
    181   1.1  jmcneill 
    182   1.1  jmcneill # Miscellaneous pseudo-devices
    183   1.1  jmcneill pseudo-device	pty				# pseudo-terminals
    184   1.1  jmcneill pseudo-device	rnd				# /dev/random & kernel generator
    185   1.1  jmcneill pseudo-device	clockctl			# user control of clock subsystem
    186   1.1  jmcneill pseudo-device	ksyms				# /dev/ksyms
    187   1.1  jmcneill 
    188   1.1  jmcneill # A pseudo device needed for Coda		# also needs CODA (above)
    189   1.1  jmcneill #pseudo-device	vcoda		4		# coda minicache <-> venus comm.
    190