Home | History | Annotate | Line # | Download | only in conf
DBAU1550 revision 1.1
      1 #	$NetBSD: DBAU1550,v 1.1 2006/02/08 09:04:01 gdamore Exp $
      2 #
      3 # Kernel config for the AMD Alchemy DBAu1550 evaluation board.
      4 
      5 include 	"arch/evbmips/conf/std.alchemy"
      6 
      7 #ident 		"DBAU1550-$Revision: 1.1 $"
      8 
      9 maxusers	32
     10 
     11 options 	MIPS32
     12 options 	NOFPU		# No FPU
     13 options 	SOFTFLOAT	# emulate FPU insn
     14 #options	CONSPEED=115200	# YAMON default
     15 options 	HZ=512		# for profiling
     16 
     17 # CPU and Board support
     18 options		ALCHEMY_AU1550
     19 options		ALCHEMY_DBAU1550
     20 
     21 #options 	LOCKDEBUG
     22 options 	SOSEND_LOAN
     23 options 	SOSEND_COUNTERS
     24 options 	INET_CSUM_COUNTERS
     25 options 	TCP_CSUM_COUNTERS
     26 options 	UDP_CSUM_COUNTERS
     27 options 	TCP_OUTPUT_COUNTERS
     28 
     29 # Standard system options
     30 options 	KTRACE		# system call tracing support
     31 options 	SYSVMSG		# System V message queues
     32 options 	SYSVSEM		# System V semaphores
     33 options 	SYSVSHM		# System V shared memory
     34 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     35 #options 	LKM		# loadable kernel modules
     36 options 	NTP		# network time protocol
     37 
     38 # Debugging options
     39 options 	DIAGNOSTIC	# extra kernel sanity checking
     40 options 	DEBUG		# extra kernel debugging support
     41 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)  
     42 options 	DDB		# kernel dynamic debugger
     43 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     44 makeoptions 	DEBUG="-g"	# compile full symbol table
     45 options 	SYMTAB_SPACE=180000	# size for embedded symbol table
     46 
     47 # Compatibility options
     48 #options 	COMPAT_43	# compatibility with 4.3BSD binaries
     49 #options 	COMPAT_09	# NetBSD 0.9 binary compatibility
     50 #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     51 #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     52 #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     53 #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     54 #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     55 options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     56 options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     57 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     58 #options 	EXEC_ECOFF	# exec ECOFF binaries
     59 #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     60 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     61 
     62 # File systems
     63 file-system	FFS		# Berkeley Fast Filesystem
     64 file-system	MFS		# memory-based filesystem
     65 #file-system 	EXT2FS		# second extended file system (linux) 
     66 file-system	NFS		# Sun NFS-compatible filesystem client
     67 #file-system	KERNFS		# kernel data-structure filesystem
     68 #file-system	NULLFS		# NULL layered filesystem
     69 #file-system 	OVERLAY		# overlay file system
     70 file-system	FDESC		# user file descriptor filesystem
     71 #file-system	UMAPFS		# uid/gid remapping filesystem
     72 #file-system	LFS		# Log-based filesystem (still experimental)
     73 #file-system	PORTAL		# portal filesystem (still experimental)
     74 #file-system	PROCFS		# /proc
     75 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     76 #file-system	UNION		# union file system
     77 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     78 #file-system 	CODA		# Coda File System; also needs vcoda (below)
     79 #file-system	PTYFS		# /dev/pts/N support
     80 
     81 # File system options
     82 #options 	NFSSERVER	# Sun NFS-compatible filesystem server
     83 #options 	QUOTA		# FFS quotas
     84 #options 	FFS_EI		# FFS Endian Independant support
     85 #options 	SOFTDEP         # FFS soft updates support.
     86 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     87 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     88 				# immutable) behave as system flags.
     89 
     90 # Networking options
     91 #options 	GATEWAY		# IP packet forwarding
     92 options 	INET		# Internet protocols
     93 #options 	INET6		# IPV6
     94 #options 	IPSEC		# IP security
     95 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     96 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     97 #options 	IPSEC_DEBUG	# debug for IP security
     98 #options 	MROUTING	# packet forwarding of multicast packets
     99 #options 	PIM		# Protocol Independent Multicast
    100 #options 	NS		# Xerox NS networking
    101 #options 	NSIP		# Xerox NS tunneling over IP
    102 #options 	ISO,TPIP	# OSI networking
    103 #options 	EON		# OSI tunneling over IP
    104 #options 	CCITT,LLC,HDLC	# X.25
    105 #options 	NETATALK	# AppleTalk (over Ethernet) protocol
    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 
    112 # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    113 #options 	TCP_COMPAT_42
    114 
    115 # These options enable verbose messages for several subsystems.
    116 # Warning, these may compile large string tables into the kernel!
    117 options 	MIIVERBOSE	# verbose PHY autoconfig messages
    118 options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    119 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    120 options         SCSIVERBOSE     # human readable SCSI error messages
    121 options 	USBVERBOSE	# verbose USB device autoconfig messages
    122 
    123 options 	NFS_BOOT_DHCP
    124 
    125 # Pretty much only one device to use for the root file system.
    126 config		netbsd		root on ? type ?
    127 config		netbsd-aumac0	root on aumac0 type nfs
    128 
    129 mainbus0 	at root
    130 
    131 cpu0 		at mainbus?
    132 
    133 aubus0	 	at mainbus?
    134 
    135 # no RTC!  fake with one of the programmable clocks
    136 aurtc*		at aubus? addr ?
    137 
    138 # UARTs
    139 aucom*		at aubus? addr ?
    140 
    141 # Ethernet MACs
    142 aumac*		at aubus? addr ?
    143 options 	AUMAC_EVENT_COUNTERS
    144 
    145 # MII/PHY support
    146 amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
    147 bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
    148 sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    149 acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
    150 
    151 # USB
    152 ohci*		at aubus? addr ?		# USB Open Host Controller
    153 
    154 # USB bus support
    155 usb*		at ohci?
    156 
    157 # USB Hubs
    158 uhub*		at usb?
    159 uhub*		at uhub? port ? configuration ? interface ?
    160 
    161 # USB HID device
    162 uhidev* at uhub? port ? configuration ? interface ?
    163 
    164 # USB Mice
    165 ums*    at uhidev? reportid ?   
    166 wsmouse* at ums? mux 0
    167 
    168 # USB Keyboards
    169 ukbd*   at uhidev? reportid ? 
    170 wskbd*  at ukbd? console ? mux 1
    171 
    172 # USB serial adpater
    173 ucycom*	at uhidev? reportid ?
    174 
    175 # USB Generic HID devices
    176 uhid*   at uhidev? reportid ?
    177 
    178 # USB Printer
    179 ulpt*   at uhub? port ? configuration ? interface ?
    180 
    181 # USB Modem
    182 umodem* at uhub? port ? configuration ?
    183 ucom*   at umodem?
    184 
    185 # USB Mass Storage
    186 umass*  at uhub? port ? configuration ? interface ?
    187 scsibus* at scsi?
    188 sd*	at scsibus? target ? lun ?
    189 
    190 # USB audio
    191 #uaudio* at uhub? port ? configuration ?
    192 
    193 # USB MIDI
    194 #umidi* at uhub? port ? configuration ?
    195 
    196 # USB IrDA
    197 # USB-IrDA bridge spec
    198 #uirda* at uhub? port ? configuration ? interface ?
    199 #irframe* at uirda?
    200 
    201 # Kyocera AIR-EDGE PHONE
    202 #ukyopon* at uhub? port ?
    203 #ucom*	at ukyopon? portno ?
    204 
    205 # USB Generic driver
    206 ugen*		at uhub? port ?
    207 
    208 # Audio support
    209 auaudio*	at aubus? addr ?		# STAC9745 audio codec
    210 audio*		at auaudio?
    211 
    212 # On-board devices
    213 obio*		at mainbus?
    214 
    215 aupcmcia*	at obio? addr ?
    216 pcmcia*		at aupcmcia?
    217 
    218 #pbpci*		at obio? addr ?
    219 #pci*		at pbpci?
    220 
    221 #flash*		at obio? addr ?
    222 #lcd*		at obio? addr ?
    223 
    224 #pchb*		at pci? dev ? function ?
    225 #pcib*		at pci? dev ? function ?
    226 
    227 # PCMCIA devices
    228 wi*		at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    229 
    230 # Pseudo-devices
    231 
    232 # Disk/mass storage pseudo-devices
    233 #pseudo-device	ccd		4		# concatenated disk devices
    234 #pseudo-device	raid		4		# RAIDframe disk driver
    235 #options 	RAID_AUTOCONFIG			# auto-configuration of RAID
    236 #pseudo-device	fss		4		# file system snapshot device
    237 #pseudo-device	md		1		# memory disk device (ramdisk)
    238 pseudo-device	vnd				# disk-like interface to files
    239 
    240 # Network pseudo-devices
    241 pseudo-device	bpfilter			# Berkeley packet filter
    242 pseudo-device	ipfilter			# IP filter (firewall) and NAT
    243 pseudo-device	loop				# network loopback
    244 #pseudo-device	ppp				# Point-to-Point Protocol
    245 #pseudo-device	sl				# Serial Line IP
    246 #pseudo-device	strip				# Starmode Radio IP (Metricom)
    247 #pseudo-device	tun				# network tunneling over tty
    248 #pseudo-device	tap				# virtual Ethernet
    249 #pseudo-device	gre				# generic L3 over IP tunnel
    250 #pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
    251 #pseudo-device	gif				# RFC1933  tunnel
    252 #pseudo-device	faith				# IPv[46] tcp relay translation 
    253 #pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
    254 pseudo-device	vlan				# IEEE 802.1q encapsulation
    255 pseudo-device	bridge				# simple inter-network bridging
    256 
    257 # Miscellaneous pseudo-devices
    258 pseudo-device	pty				# pseudo-terminals
    259 #pseudo-device	sequencer	1		# MIDI sequencer
    260 # rnd works; RND_COM does not on port i386 yet.
    261 pseudo-device	rnd				# /dev/random & kernel generator
    262 #options 	RND_COM				# use "com" randomness (BROKEN)
    263 
    264 # A pseudo device needed for Coda		# also needs CODA (above)
    265 #pseudo-device	vcoda		4		# coda minicache <-> venus comm.
    266