LUBBOCK revision 1.60
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	PROCFS		# /proc
411.43Smsaitoh#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
421.1Sbsh#file-system	UMAPFS		# NULLFS + uid and gid remapping
431.1Sbsh#file-system	UNION		# union file system
441.20Schristosfile-system	PTYFS		# /dev/pts/N support
451.1Sbsh
461.1Sbsh# File system options
471.37Sbouyer#options 	QUOTA		# legacy UFS quotas
481.37Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
491.58Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
501.38Swiz#options 	FFS_EI		# FFS Endian Independent support
511.1Sbsh#options 	NFSSERVER
521.40Sdhollandoptions 	WAPBL		# File system journaling support
531.21Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
541.1Sbsh
551.1Sbsh# Networking options
561.1Sbsh
571.1Sbsh#options 	GATEWAY		# packet forwarding
581.1Sbshoptions 	INET		# IP + ICMP + TCP + UDP
591.1Sbshoptions 	INET6		# IPV6
601.1Sbsh#options 	IPSEC		# IP security
611.1Sbsh#options 	IPSEC_DEBUG	# debug for IP security
621.1Sbsh#options 	MROUTING	# IP multicast routing
631.7Smanu#options 	PIM		# Protocol Independent Multicast
641.1Sbsh#options 	NETATALK	# AppleTalk networking
651.1Sbsh#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
661.1Sbsh#options 	PPP_DEFLATE	# Deflate compression support for PPP
671.1Sbsh#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
681.1Sbsh#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
691.1Sbsh
701.1Sbshoptions 	NFS_BOOT_BOOTP
711.1Sbshoptions 	NFS_BOOT_DHCP
721.1Sbshoptions 	NFS_BOOT_BOOTPARAM
731.1Sbsh
741.1Sbsh# Compatibility options
751.1Sbsh
761.60Smrginclude 	"conf/compat_netbsd16.config"
771.60Smrgoptions 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
781.1Sbsh
791.1Sbsh# Shared memory options
801.1Sbsh
811.1Sbsh#options 	SYSVMSG		# System V-like message queues
821.1Sbsh#options 	SYSVSEM		# System V-like semaphores
831.1Sbsh#options 	SYSVSHM		# System V-like memory sharing
841.1Sbsh
851.1Sbsh# Device options
861.1Sbsh
871.1Sbsh#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
881.1Sbsh#options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
891.1Sbsh#options 	MEMORY_DISK_DYNAMIC
901.1Sbsh#options 	MINIROOTSIZE=1000	# Size in blocks
911.1Sbsh#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
921.1Sbsh
931.1Sbsh# Miscellaneous kernel options
941.1Sbshoptions 	KTRACE		# system call tracing, a la ktrace(1)
951.1Sbshoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
961.1Sbsh#options 	SCSIVERBOSE	# Verbose SCSI errors
971.1Sbsh#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
981.1Sbsh#options 	DDB_KEYCODE=0x40
991.1Sbsh#options 	USERCONF	# userconf(4) support
1001.1Sbsh
1011.1Sbsh# Development and Debugging options
1021.1Sbsh
1031.49Sdhollandoptions 	DIAGNOSTIC	# internal consistency checks
1041.1Sbsh#options 	DEBUG
1051.1Sbsh#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1061.1Sbsh#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
1071.1Sbsh#options 	DDB		# in-kernel debugger
1081.1Sbsh#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1091.1Sbsh#options 	KGDB
1101.1Sbsh#options  	DEBUG_KGDB
1111.3Srearnsha#makeoptions	DEBUG="-g"	# compile full symbol table
1121.52Sjoerg#makeoptions	COPY_SYMTAB=1
1131.1Sbsh
1141.1Sbshconfig		netbsd		root on ? type ?
1151.2Sbshconfig		netbsd-sm0	root on sm0 type nfs
1161.1Sbsh
1171.1Sbsh# The main bus device
1181.1Sbshmainbus0	at root
1191.1Sbsh
1201.1Sbsh# The boot cpu
1211.1Sbshcpu0		at mainbus?
1221.1Sbsh
1231.1Sbsh# integrated peripherals
1241.1Sbshpxaip0	at mainbus?
1251.1Sbsh
1261.1Sbshpxaintc0 at pxaip?	# interrupt controller
1271.1Sbshpxagpio0 at pxaip?	# GPIO
1281.1Sbsh
1291.1Sbsh# cotulla integrated 16550 UARTs
1301.1Sbshoptions COM_PXA2X0
1311.1Sbshcom0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
1321.1Sbshcom1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
1331.1Sbsh#com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
1341.1Sbshoptions FFUARTCONSOLE
1351.1Sbshoptions BTUARTCONSOLE
1361.1Sbshoptions KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
1371.1Sbshoptions KGDB_DEVRATE=115200
1381.1Sbsh
1391.14Sscw# DMAC support
1401.14Sscwpxadmac0 	at pxaip? addr 0x40000000 intr 25
1411.14Sscwoptions 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
1421.14Sscw#options 	PXA2X0_DMAC_FIXED_PRIORITY	 # Don't want multiple priority
1431.14Sscw
1441.14Sscw# AC97 Audio support
1451.14Sscwpxaacu0 	at pxaip? addr 0x40500000 intr 14
1461.14Sscwaudio*		at audiobus?
1471.1Sbsh
1481.57Schristosspkr*		at audio?			# PC speaker (synthesized)
1491.55Snat
1501.1Sbsh# On-board device support
1511.1Sbshobio0		at pxaip? intr 8
1521.1Sbshsm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
1531.1Sbsh#options LUBBOCK_SMC91C96_16BIT
1541.1Sbsh
1551.1Sbsh# LCD
1561.2Sbshlcd0		at obio?
1571.2Sbshwsdisplay*	at lcd? console ?
1581.2Sbshoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1591.42Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1601.1Sbsh
1611.1Sbsh# SA1111 companion chip
1621.2Sbshsacc0	at obio? addr 0x10000000 intr 1
1631.1Sbsh
1641.2Sbshsacpcic* at sacc?
1651.2Sbshpcmcia*	at sacpcic?
1661.1Sbsh
1671.2Sbshsackbc0 at sacc0 addr 0x0a00 intr 21
1681.6Sbshsackbc1 at sacc0 addr 0x0c00 intr 18
1691.1Sbsh
1701.6Sbsh# PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
1711.36Sjakllsch# to one controller.  However, pckbd driver requires "slot 0" and pms driver
1721.6Sbsh# requires "slot 1"
1731.6Sbshpckbd*	at sackbc0 slot 0
1741.2Sbshwskbd* 		at pckbd? # console ?
1751.6Sbshpms*	at sackbc1 slot 1
1761.6Sbshwsmouse*	at pms? mux 0
1771.1Sbsh
1781.2Sbsh# PCMCIA serial interfaces
1791.2Sbshcom*	at pcmcia? function ?		# Modems and serial cards
1801.2Sbsh
1811.2Sbshpcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
1821.2Sbshcom*	at pcmcom? slave ?		# ...and the slave devices
1831.2Sbsh
1841.2Sbsh# PCMCIA SCSI controllers
1851.2Sbshaic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
1861.2Sbshesp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
1871.2Sbsh
1881.2Sbsh# SCSI bus support
1891.2Sbshscsibus* at scsi?
1901.2Sbsh
1911.2Sbsh# SCSI devices
1921.2Sbshsd*	at scsibus? target ? lun ?	# SCSI disk drives
1931.2Sbshst*	at scsibus? target ? lun ?	# SCSI tape drives
1941.2Sbshcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1951.2Sbshch*	at scsibus? target ? lun ?	# SCSI autochangers
1961.2Sbshses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
1971.2Sbshss*	at scsibus? target ? lun ?	# SCSI scanners
1981.2Sbshuk*	at scsibus? target ? lun ?	# SCSI unknown
1991.2Sbsh
2001.2Sbsh# PCMCIA IDE controllers and disks
2011.2Sbshwdc*	at pcmcia? function ?
2021.5Sbouyeratabus* 	at wdc? channel ?
2031.5Sbouyerwd*		at atabus? drive ? flags 0x0000
2041.2Sbsh
2051.1Sbsh#
2061.1Sbsh# Networking devices
2071.1Sbsh#
2081.2Sbshan*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
2091.2Sbshawi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
2101.2Sbshcnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
2111.2Sbshep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
2121.2Sbshmbe*	at pcmcia? function ?		# MB8696x based Ethernet
2131.2Sbshne*	at pcmcia? function ?		# NE2000-compatible Ethernet
2141.2Sbshray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
2151.2Sbshsm*	at pcmcia? function ?		# Megahertz Ethernet
2161.2Sbshtr*	at pcmcia? function ?		# TROPIC based Token-Ring
2171.2Sbshwi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
2181.13Sbshxirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
2191.13Sbshcom*	at xirc?
2201.13Sbshxi*	at xirc?
2211.2Sbsh
2221.2Sbshmhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
2231.2Sbshcom*	at mhzc?
2241.2Sbshsm*	at mhzc?
2251.1Sbsh
2261.1Sbsh# Pseudo-Devices
2271.1Sbsh
2281.1Sbsh# disk/mass storage pseudo-devices
2291.35Shannkenpseudo-device	md			# memory disk device (ramdisk)
2301.23Scube#pseudo-device	vnd			# disk-like interface to files
2311.34Spooka#pseudo-device	fss			# file system snapshot device
2321.43Smsaitoh#pseudo-device	putter			# for puffs and pud
2331.1Sbsh
2341.1Sbsh# network pseudo-devices
2351.22Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2361.1Sbshpseudo-device	loop			# network loopback
2371.1Sbsh
2381.1Sbsh# miscellaneous pseudo-devices
2391.1Sbshpseudo-device	pty			# pseudo-terminals
2401.1Sbsh
2411.1Sbshpseudo-device	wsmux			# mouse & keyboard multiplexor
242