LUBBOCK revision 1.19
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.15Sbshoptions 	CPU_XSCALE_PXA250	# Support the XScale core
211.1Sbsh#options 	XSCALE_CACHE_WRITE_THROUGH
221.2Sbsh#options 	XSCALE_CACHE_WRITE_BACK
231.1Sbshmakeoptions	CPUFLAGS="-mcpu=xscale"
241.1Sbsh
251.1Sbsh# Architecture options
261.1Sbsh
271.1Sbsh# File systems
281.1Sbsh
291.1Sbshfile-system	FFS		# UFS
301.1Sbsh#file-system	LFS		# log-structured file system
311.1Sbshfile-system	MFS		# memory file system
321.1Sbshfile-system	NFS		# Network file system
331.1Sbsh#file-system 	ADOSFS		# AmigaDOS-compatible file system
341.1Sbsh#file-system 	EXT2FS		# second extended file system (linux)
351.1Sbsh#file-system	CD9660		# ISO 9660 + Rock Ridge file system
361.1Sbshfile-system	MSDOSFS		# MS-DOS file system
371.1Sbsh#file-system	FDESC		# /dev/fd
381.1Sbsh#file-system	KERNFS		# /kern
391.1Sbsh#file-system	NULLFS		# loopback file system
401.1Sbsh#file-system	PORTAL		# portal filesystem (still experimental)
411.1Sbsh#file-system	PROCFS		# /proc
421.1Sbsh#file-system	UMAPFS		# NULLFS + uid and gid remapping
431.1Sbsh#file-system	UNION		# union file system
441.1Sbsh
451.1Sbsh# File system options
461.1Sbsh#options 	QUOTA		# UFS quotas
471.1Sbsh#options 	FFS_EI		# FFS Endian Independant support
481.1Sbsh#options 	NFSSERVER
491.1Sbshoptions 	SOFTDEP
501.11Sdsl#options 	FFS_NO_SNAPSHOT	# ffs snapshots
511.1Sbsh
521.1Sbsh# Networking options
531.1Sbsh
541.1Sbsh#options 	GATEWAY		# packet forwarding
551.1Sbshoptions 	INET		# IP + ICMP + TCP + UDP
561.1Sbshoptions 	INET6		# IPV6
571.1Sbsh#options 	IPSEC		# IP security
581.1Sbsh#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
591.16Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
601.1Sbsh#options 	IPSEC_DEBUG	# debug for IP security
611.1Sbsh#options 	MROUTING	# IP multicast routing
621.7Smanu#options 	PIM		# Protocol Independent Multicast
631.1Sbsh#options 	NS		# XNS
641.1Sbsh#options 	NSIP		# XNS tunneling over IP
651.1Sbsh#options 	ISO,TPIP	# OSI
661.1Sbsh#options 	EON		# OSI tunneling over IP
671.1Sbsh#options 	CCITT,LLC,HDLC	# X.25
681.1Sbsh#options 	NETATALK	# AppleTalk networking
691.1Sbsh#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
701.1Sbsh#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
711.1Sbsh#options 	PPP_DEFLATE	# Deflate compression support for PPP
721.1Sbsh#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
731.1Sbsh#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
741.1Sbsh
751.1Sbshoptions 	NFS_BOOT_BOOTP
761.1Sbshoptions 	NFS_BOOT_DHCP
771.1Sbshoptions 	NFS_BOOT_BOOTPARAM
781.1Sbsh
791.1Sbsh# Compatibility options
801.1Sbsh
811.1Sbsh#options 	COMPAT_43	# 4.3BSD compatibility.
821.19Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
831.12Ssimonboptions 	COMPAT_20	# NetBSD 2.0 compatibility.
841.4Schrisoptions 	COMPAT_16	# NetBSD 1.6 compatibility.
851.1Sbsh#options 	COMPAT_15	# NetBSD 1.5 compatibility.
861.1Sbsh#options 	COMPAT_14	# NetBSD 1.4 compatibility.
871.1Sbsh#options 	COMPAT_13	# NetBSD 1.3 compatibility.
881.1Sbsh#options 	COMPAT_12	# NetBSD 1.2 compatibility.
891.1Sbsh#options 	COMPAT_11	# NetBSD 1.1 compatibility.
901.1Sbsh#options 	COMPAT_10	# NetBSD 1.0 compatibility.
911.1Sbsh#options 	COMPAT_09	# NetBSD 0.9 compatibility.
921.1Sbsh#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
931.8Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
941.1Sbsh
951.1Sbsh# Shared memory options
961.1Sbsh
971.1Sbsh#options 	SYSVMSG		# System V-like message queues
981.1Sbsh#options 	SYSVSEM		# System V-like semaphores
991.1Sbsh#options 	SEMMNI=10	# number of semaphore identifiers
1001.1Sbsh#options 	SEMMNS=60	# number of semaphores in system
1011.1Sbsh#options 	SEMUME=10	# max number of undo entries per process
1021.1Sbsh#options 	SEMMNU=30	# number of undo structures in system
1031.1Sbsh#options 	SYSVSHM		# System V-like memory sharing
1041.1Sbsh#options 	SHMMAXPGS=1024	# 1024 pages is the default
1051.1Sbsh
1061.1Sbsh# Device options
1071.1Sbsh
1081.1Sbsh#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1091.1Sbsh#options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
1101.1Sbsh#options 	MEMORY_DISK_DYNAMIC
1111.1Sbsh#options 	MINIROOTSIZE=1000	# Size in blocks
1121.1Sbsh#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1131.1Sbsh
1141.1Sbsh# Miscellaneous kernel options
1151.1Sbshoptions 	KTRACE		# system call tracing, a la ktrace(1)
1161.1Sbsh#options 	LKM		# loadable kernel modules
1171.1Sbsh#options 	KMEMSTATS	# kernel memory statistics
1181.1Sbshoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1191.1Sbsh#options 	SCSIVERBOSE	# Verbose SCSI errors
1201.1Sbsh#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
1211.1Sbsh#options 	DDB_KEYCODE=0x40
1221.1Sbsh#options 	USERCONF	# userconf(4) support
1231.1Sbsh
1241.1Sbsh# Development and Debugging options
1251.1Sbsh
1261.1Sbshoptions 	DIAGNOSTIC	# internally consistency checks
1271.1Sbsh#options 	DEBUG
1281.1Sbsh#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1291.1Sbsh#options 	IPKDB		# remote kernel debugging
1301.1Sbsh#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1311.1Sbsh#options 	DDB		# in-kernel debugger
1321.1Sbsh#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1331.1Sbsh#options 	KGDB
1341.1Sbsh#options  	DEBUG_KGDB
1351.3Srearnsha#makeoptions	DEBUG="-g"	# compile full symbol table
1361.1Sbsh#options 	SYMTAB_SPACE=200000
1371.1Sbsh
1381.1Sbshconfig		netbsd		root on ? type ?
1391.2Sbshconfig		netbsd-sm0	root on sm0 type nfs
1401.1Sbsh
1411.1Sbsh# The main bus device
1421.1Sbshmainbus0	at root
1431.1Sbsh
1441.1Sbsh# The boot cpu
1451.1Sbshcpu0		at mainbus?
1461.1Sbsh
1471.1Sbsh# integrated peripherals
1481.1Sbshpxaip0	at mainbus?
1491.1Sbsh
1501.1Sbshpxaintc0 at pxaip?	# interrupt controller
1511.1Sbshpxagpio0 at pxaip?	# GPIO
1521.1Sbsh
1531.1Sbsh# cotulla integrated 16550 UARTs
1541.1Sbshoptions COM_PXA2X0
1551.1Sbshcom0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
1561.1Sbshcom1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
1571.1Sbsh#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
1581.1Sbshoptions FFUARTCONSOLE
1591.1Sbshoptions BTUARTCONSOLE
1601.1Sbshoptions KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
1611.1Sbshoptions KGDB_DEVRATE=115200
1621.1Sbsh
1631.14Sscw# DMAC support
1641.14Sscwpxadmac0 	at pxaip? addr 0x40000000 intr 25
1651.14Sscwoptions 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
1661.14Sscw#options 	PXA2X0_DMAC_FIXED_PRIORITY	 # Don't want multiple priority
1671.14Sscw
1681.14Sscw# AC97 Audio support
1691.14Sscwpxaacu0 	at pxaip? addr 0x40500000 intr 14
1701.14Sscwaudio*		at audiobus?
1711.1Sbsh
1721.1Sbsh# On-board device support
1731.1Sbshobio0		at pxaip? intr 8
1741.1Sbshsm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
1751.1Sbsh#options LUBBOCK_SMC91C96_16BIT
1761.1Sbsh
1771.1Sbsh# LCD
1781.2Sbshlcd0		at obio?
1791.2Sbshwsdisplay*	at lcd? console ?
1801.2Sbshoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1811.1Sbsh
1821.1Sbsh# SA1111 companion chip
1831.2Sbshsacc0	at obio? addr 0x10000000 intr 1
1841.1Sbsh
1851.2Sbshsacpcic* at sacc?
1861.2Sbshpcmcia*	at sacpcic?
1871.1Sbsh
1881.2Sbshsackbc0 at sacc0 addr 0x0a00 intr 21
1891.6Sbshsackbc1 at sacc0 addr 0x0c00 intr 18
1901.1Sbsh
1911.6Sbsh# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
1921.6Sbsh# to one controller.  However, pckbd driver requires "slot 0" and pms driver 
1931.6Sbsh# requires "slot 1"
1941.6Sbshpckbd*	at sackbc0 slot 0
1951.2Sbshwskbd* 		at pckbd? # console ?
1961.6Sbshpms*	at sackbc1 slot 1
1971.6Sbshwsmouse*	at pms? mux 0
1981.1Sbsh
1991.2Sbsh# PCMCIA serial interfaces
2001.2Sbshcom*	at pcmcia? function ?		# Modems and serial cards
2011.2Sbsh
2021.2Sbshpcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
2031.2Sbshcom*	at pcmcom? slave ?		# ...and the slave devices
2041.2Sbsh
2051.2Sbsh# PCMCIA SCSI controllers
2061.2Sbshaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
2071.2Sbshesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
2081.2Sbsh
2091.2Sbsh# SCSI bus support
2101.2Sbshscsibus* at scsi?
2111.2Sbsh
2121.2Sbsh# SCSI devices
2131.2Sbshsd*	at scsibus? target ? lun ?	# SCSI disk drives
2141.2Sbshst*	at scsibus? target ? lun ?	# SCSI tape drives
2151.2Sbshcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2161.2Sbshch*	at scsibus? target ? lun ?	# SCSI autochangers
2171.2Sbshses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
2181.2Sbshss*	at scsibus? target ? lun ?	# SCSI scanners
2191.2Sbshuk*	at scsibus? target ? lun ?	# SCSI unknown
2201.2Sbsh
2211.2Sbsh# PCMCIA IDE controllers and disks
2221.2Sbshwdc*	at pcmcia? function ?
2231.5Sbouyeratabus* 	at wdc? channel ?
2241.5Sbouyerwd*		at atabus? drive ? flags 0x0000
2251.2Sbsh
2261.1Sbsh#
2271.1Sbsh# Networking devices
2281.1Sbsh#
2291.2Sbshan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
2301.2Sbshawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
2311.2Sbshcnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
2321.2Sbshep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2331.2Sbshmbe*	at pcmcia? function ?		# MB8696x based Ethernet
2341.2Sbshne*	at pcmcia? function ?		# NE2000-compatible Ethernet
2351.2Sbshray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
2361.2Sbshsm*	at pcmcia? function ?		# Megahertz Ethernet
2371.2Sbshtr*	at pcmcia? function ?		# TROPIC based Token-Ring
2381.2Sbshwi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
2391.13Sbshxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
2401.13Sbshcom*	at xirc?
2411.13Sbshxi*	at xirc?
2421.2Sbsh
2431.2Sbshmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
2441.2Sbshcom*	at mhzc?
2451.2Sbshsm*	at mhzc?
2461.1Sbsh
2471.2Sbsh# PCMCIA audio devices
2481.2Sbsh#esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
2491.1Sbsh
2501.1Sbsh# Pseudo-Devices
2511.1Sbsh
2521.1Sbsh# disk/mass storage pseudo-devices
2531.1Sbshpseudo-device	md		1	# memory disk device (ramdisk)
2541.1Sbsh#pseudo-device	vnd		4	# disk-like interface to files
2551.9Shannken#pseudo-device	fss		4	# file system snapshot device
2561.1Sbsh
2571.1Sbsh# network pseudo-devices
2581.1Sbshpseudo-device	bpfilter	4	# Berkeley packet filter
2591.1Sbshpseudo-device	loop			# network loopback
2601.1Sbsh
2611.1Sbsh# miscellaneous pseudo-devices
2621.1Sbshpseudo-device	pty			# pseudo-terminals
2631.1Sbsh#pseudo-device	rnd			# /dev/random and in-kernel generator
2641.1Sbsh
2651.1Sbshpseudo-device	wsmux			# mouse & keyboard multiplexor
266