LUBBOCK revision 1.1
11.1Sbsh#
21.1Sbsh#	LUBBOCK -- Intel LUBBOCK Evaluation Board Kernel
31.1Sbsh#
41.1Sbsh
51.1Sbshinclude	"arch/evbarm/conf/std.lubbock"
61.1Sbsh
71.1Sbsh# estimated number of users
81.1Sbsh
91.1Sbshmaxusers	32
101.1Sbsh
111.1Sbsh#options INTR_DEBUG
121.1Sbsh
131.1Sbsh# Standard system options
141.1Sbsh
151.1Sbshoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
161.1Sbsh#options 	NTP		# NTP phase/frequency locked loop
171.1Sbsh
181.1Sbsh# CPU options
191.1Sbsh
201.1Sbshoptions 	CPU_XSCALE_PXA2X0	# Support the XScale core
211.1Sbsh#options 	XSCALE_CACHE_WRITE_THROUGH
221.1Sbshmakeoptions	CPUFLAGS="-mcpu=xscale"
231.1Sbsh
241.1Sbsh# Architecture options
251.1Sbsh
261.1Sbsh# File systems
271.1Sbsh
281.1Sbshfile-system	FFS		# UFS
291.1Sbsh#file-system	LFS		# log-structured file system
301.1Sbshfile-system	MFS		# memory file system
311.1Sbshfile-system	NFS		# Network file system
321.1Sbsh#file-system 	ADOSFS		# AmigaDOS-compatible file system
331.1Sbsh#file-system 	EXT2FS		# second extended file system (linux)
341.1Sbsh#file-system	CD9660		# ISO 9660 + Rock Ridge file system
351.1Sbshfile-system	MSDOSFS		# MS-DOS file system
361.1Sbsh#file-system	FDESC		# /dev/fd
371.1Sbsh#file-system	KERNFS		# /kern
381.1Sbsh#file-system	NULLFS		# loopback file system
391.1Sbsh#file-system	PORTAL		# portal filesystem (still experimental)
401.1Sbsh#file-system	PROCFS		# /proc
411.1Sbsh#file-system	UMAPFS		# NULLFS + uid and gid remapping
421.1Sbsh#file-system	UNION		# union file system
431.1Sbsh
441.1Sbsh# File system options
451.1Sbsh#options 	QUOTA		# UFS quotas
461.1Sbsh#options 	FFS_EI		# FFS Endian Independant support
471.1Sbsh#options 	NFSSERVER
481.1Sbshoptions 	SOFTDEP
491.1Sbsh
501.1Sbsh# Networking options
511.1Sbsh
521.1Sbsh#options 	GATEWAY		# packet forwarding
531.1Sbshoptions 	INET		# IP + ICMP + TCP + UDP
541.1Sbshoptions 	INET6		# IPV6
551.1Sbsh#options 	IPSEC		# IP security
561.1Sbsh#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
571.1Sbsh#options 	IPSEC_DEBUG	# debug for IP security
581.1Sbsh#options 	MROUTING	# IP multicast routing
591.1Sbsh#options 	NS		# XNS
601.1Sbsh#options 	NSIP		# XNS tunneling over IP
611.1Sbsh#options 	ISO,TPIP	# OSI
621.1Sbsh#options 	EON		# OSI tunneling over IP
631.1Sbsh#options 	CCITT,LLC,HDLC	# X.25
641.1Sbsh#options 	NETATALK	# AppleTalk networking
651.1Sbsh#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
661.1Sbsh#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
671.1Sbsh#options 	PPP_DEFLATE	# Deflate compression support for PPP
681.1Sbsh#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
691.1Sbsh#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
701.1Sbsh
711.1Sbshoptions 	NFS_BOOT_BOOTP
721.1Sbshoptions 	NFS_BOOT_DHCP
731.1Sbshoptions 	NFS_BOOT_BOOTPARAM
741.1Sbsh
751.1Sbsh# Compatibility options
761.1Sbsh
771.1Sbsh#options 	COMPAT_43	# 4.3BSD compatibility.
781.1Sbsh#options 	COMPAT_15	# NetBSD 1.5 compatibility.
791.1Sbsh#options 	COMPAT_14	# NetBSD 1.4 compatibility.
801.1Sbsh#options 	COMPAT_13	# NetBSD 1.3 compatibility.
811.1Sbsh#options 	COMPAT_12	# NetBSD 1.2 compatibility.
821.1Sbsh#options 	COMPAT_11	# NetBSD 1.1 compatibility.
831.1Sbsh#options 	COMPAT_10	# NetBSD 1.0 compatibility.
841.1Sbsh#options 	COMPAT_09	# NetBSD 0.9 compatibility.
851.1Sbsh#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
861.1Sbsh
871.1Sbsh# Shared memory options
881.1Sbsh
891.1Sbsh#options 	SYSVMSG		# System V-like message queues
901.1Sbsh#options 	SYSVSEM		# System V-like semaphores
911.1Sbsh#options 	SEMMNI=10	# number of semaphore identifiers
921.1Sbsh#options 	SEMMNS=60	# number of semaphores in system
931.1Sbsh#options 	SEMUME=10	# max number of undo entries per process
941.1Sbsh#options 	SEMMNU=30	# number of undo structures in system
951.1Sbsh#options 	SYSVSHM		# System V-like memory sharing
961.1Sbsh#options 	SHMMAXPGS=1024	# 1024 pages is the default
971.1Sbsh
981.1Sbsh# Device options
991.1Sbsh
1001.1Sbsh#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1011.1Sbsh#options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
1021.1Sbsh#options 	MEMORY_DISK_DYNAMIC
1031.1Sbsh#options 	MINIROOTSIZE=1000	# Size in blocks
1041.1Sbsh#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1051.1Sbsh
1061.1Sbsh# Miscellaneous kernel options
1071.1Sbshoptions 	KTRACE		# system call tracing, a la ktrace(1)
1081.1Sbsh#options 	LKM		# loadable kernel modules
1091.1Sbsh#options 	KMEMSTATS	# kernel memory statistics
1101.1Sbshoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1111.1Sbsh#options 	SCSIVERBOSE	# Verbose SCSI errors
1121.1Sbsh#options 	PCIVERBOSE	# Verbose PCI descriptions
1131.1Sbsh#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
1141.1Sbsh#options 	DDB_KEYCODE=0x40
1151.1Sbsh#options 	USERCONF	# userconf(4) support
1161.1Sbsh
1171.1Sbsh# Development and Debugging options
1181.1Sbsh
1191.1Sbshoptions 	DIAGNOSTIC	# internally consistency checks
1201.1Sbsh#options 	DEBUG
1211.1Sbsh#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1221.1Sbsh#options 	IPKDB		# remote kernel debugging
1231.1Sbsh#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1241.1Sbsh#options 	DDB		# in-kernel debugger
1251.1Sbsh#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1261.1Sbsh#options 	KGDB
1271.1Sbsh#options  	DEBUG_KGDB
1281.1Sbshmakeoptions	DEBUG="-g"	# compile full symbol table
1291.1Sbsh#options 	SYMTAB_SPACE=200000
1301.1Sbsh
1311.1Sbshconfig		netbsd		root on ? type ?
1321.1Sbsh#config		netbsd		root on sm0 type nfs
1331.1Sbsh
1341.1Sbsh# The main bus device
1351.1Sbshmainbus0	at root
1361.1Sbsh
1371.1Sbsh# The boot cpu
1381.1Sbshcpu0		at mainbus?
1391.1Sbsh
1401.1Sbsh# integrated peripherals
1411.1Sbshpxaip0	at mainbus?
1421.1Sbsh
1431.1Sbshpxaintc0 at pxaip?	# interrupt controller
1441.1Sbshpxagpio0 at pxaip?	# GPIO
1451.1Sbsh
1461.1Sbsh# cotulla integrated 16550 UARTs
1471.1Sbshoptions COM_PXA2X0
1481.1Sbshcom0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
1491.1Sbshcom1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
1501.1Sbsh#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
1511.1Sbshoptions FFUARTCONSOLE
1521.1Sbshoptions BTUARTCONSOLE
1531.1Sbshoptions KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
1541.1Sbshoptions KGDB_DEVRATE=115200
1551.1Sbsh
1561.1Sbsh#aupxa0	at pxaip?		# AC97 interface
1571.1Sbsh
1581.1Sbsh# Audio support
1591.1Sbsh#audio*	at audiobus?
1601.1Sbsh
1611.1Sbsh# On-board device support
1621.1Sbshobio0		at pxaip? intr 8
1631.1Sbshsm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
1641.1Sbsh#options LUBBOCK_SMC91C96_16BIT
1651.1Sbsh
1661.1Sbsh# LCD
1671.1Sbsh#lcd0		at obio?
1681.1Sbsh#wsdisplay*	at lcd? console ?
1691.1Sbsh#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1701.1Sbsh
1711.1Sbsh# SA1111 companion chip
1721.1Sbsh#sacc0	at obio? addr 0x10000000 intr 1
1731.1Sbsh
1741.1Sbsh#sacpcic* at sacc?
1751.1Sbsh#pcmcia*	at sacpcic?
1761.1Sbsh
1771.1Sbsh#sackbc0 at sacc0 addr 0x0a00 intr 21
1781.1Sbsh#sackbc1 at sacc0 addr 0x0c00 intr 18
1791.1Sbsh
1801.1Sbsh#pckbd* at sackbc0 slot 0         # slot is bogus but needed.
1811.1Sbsh#wskbd* 		at pckbd? # console ?
1821.1Sbsh#pms* at sackbc1 slot 0
1831.1Sbsh#wsmouse*	at pms? mux 0
1841.1Sbsh
1851.1Sbsh#
1861.1Sbsh# Networking devices
1871.1Sbsh#
1881.1Sbsh#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1891.1Sbsh#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1901.1Sbsh#wi*	at pcmcia? function ?
1911.1Sbsh#awi*	at pcmcia? function ?
1921.1Sbsh
1931.1Sbsh# PCMCIA serial interfaces
1941.1Sbsh#com*	at pcmcia? function ?		# Modems and serial cards
1951.1Sbsh
1961.1Sbsh# PCMCIA IDE controllers and disks
1971.1Sbsh#wdc*	at pcmcia? function ?
1981.1Sbsh#wd*	at wdc?
1991.1Sbsh
2001.1Sbsh# Pseudo-Devices
2011.1Sbsh
2021.1Sbsh# disk/mass storage pseudo-devices
2031.1Sbshpseudo-device	md		1	# memory disk device (ramdisk)
2041.1Sbsh#pseudo-device	vnd		4	# disk-like interface to files
2051.1Sbsh
2061.1Sbsh# network pseudo-devices
2071.1Sbshpseudo-device	bpfilter	4	# Berkeley packet filter
2081.1Sbshpseudo-device	loop			# network loopback
2091.1Sbsh
2101.1Sbsh# miscellaneous pseudo-devices
2111.1Sbshpseudo-device	pty			# pseudo-terminals
2121.1Sbsh#pseudo-device	rnd			# /dev/random and in-kernel generator
2131.1Sbsh
2141.1Sbshpseudo-device	wsmux			# mouse & keyboard multiplexor
215