Home | History | Annotate | Line # | Download | only in conf
LUBBOCK revision 1.27
      1 #
      2 #	LUBBOCK -- Intel LUBBOCK Evaluation Board Kernel
      3 #
      4 
      5 include	"arch/evbarm/conf/std.lubbock"
      6 
      7 # estimated number of users
      8 
      9 maxusers	32
     10 
     11 #options INTR_DEBUG
     12 
     13 # Standard system options
     14 
     15 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     16 #options 	NTP		# NTP phase/frequency locked loop
     17 
     18 # CPU options
     19 
     20 options 	CPU_XSCALE_PXA250	# Support the XScale core
     21 #options 	XSCALE_CACHE_WRITE_THROUGH
     22 #options 	XSCALE_CACHE_WRITE_BACK
     23 makeoptions	CPUFLAGS="-mcpu=xscale"
     24 
     25 # Architecture options
     26 
     27 # File systems
     28 
     29 file-system	FFS		# UFS
     30 #file-system	LFS		# log-structured file system
     31 file-system	MFS		# memory file system
     32 file-system	NFS		# Network file system
     33 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     34 #file-system 	EXT2FS		# second extended file system (linux)
     35 #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     36 file-system	MSDOSFS		# MS-DOS file system
     37 #file-system	FDESC		# /dev/fd
     38 #file-system	KERNFS		# /kern
     39 #file-system	NULLFS		# loopback file system
     40 #file-system	PORTAL		# portal filesystem (still experimental)
     41 #file-system	PROCFS		# /proc
     42 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     43 #file-system	UNION		# union file system
     44 file-system	PTYFS		# /dev/pts/N support
     45 
     46 # File system options
     47 #options 	QUOTA		# UFS quotas
     48 #options 	FFS_EI		# FFS Endian Independant support
     49 #options 	NFSSERVER
     50 options 	SOFTDEP
     51 options 	WAPBL		# File system journaling support - Experimental
     52 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     53 
     54 # Networking options
     55 
     56 #options 	GATEWAY		# packet forwarding
     57 options 	INET		# IP + ICMP + TCP + UDP
     58 options 	INET6		# IPV6
     59 #options 	IPSEC		# IP security
     60 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     61 #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     62 #options 	IPSEC_DEBUG	# debug for IP security
     63 #options 	MROUTING	# IP multicast routing
     64 #options 	PIM		# Protocol Independent Multicast
     65 #options 	ISO,TPIP	# OSI
     66 #options 	EON		# OSI tunneling over IP
     67 #options 	NETATALK	# AppleTalk networking
     68 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     69 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     70 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     71 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     72 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     73 
     74 options 	NFS_BOOT_BOOTP
     75 options 	NFS_BOOT_DHCP
     76 options 	NFS_BOOT_BOOTPARAM
     77 
     78 # Compatibility options
     79 
     80 #options 	COMPAT_43	# 4.3BSD compatibility.
     81 options 	COMPAT_40	# NetBSD 4.0 compatibility.
     82 options 	COMPAT_30	# NetBSD 3.0 compatibility.
     83 options 	COMPAT_20	# NetBSD 2.0 compatibility.
     84 options 	COMPAT_16	# NetBSD 1.6 compatibility.
     85 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     86 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     87 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     88 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     89 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     90 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     91 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     92 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     93 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     94 
     95 # Shared memory options
     96 
     97 #options 	SYSVMSG		# System V-like message queues
     98 #options 	SYSVSEM		# System V-like semaphores
     99 #options 	SEMMNI=10	# number of semaphore identifiers
    100 #options 	SEMMNS=60	# number of semaphores in system
    101 #options 	SEMUME=10	# max number of undo entries per process
    102 #options 	SEMMNU=30	# number of undo structures in system
    103 #options 	SYSVSHM		# System V-like memory sharing
    104 #options 	SHMMAXPGS=1024	# 1024 pages is the default
    105 
    106 # Device options
    107 
    108 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    109 #options 	MEMORY_DISK_ROOT_SIZE=16384	# Size in blocks
    110 #options 	MEMORY_DISK_DYNAMIC
    111 #options 	MINIROOTSIZE=1000	# Size in blocks
    112 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    113 
    114 # Miscellaneous kernel options
    115 options 	KTRACE		# system call tracing, a la ktrace(1)
    116 #options 	LKM		# loadable kernel modules
    117 #options 	KMEMSTATS	# kernel memory statistics
    118 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    119 #options 	SCSIVERBOSE	# Verbose SCSI errors
    120 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    121 #options 	DDB_KEYCODE=0x40
    122 #options 	USERCONF	# userconf(4) support
    123 
    124 # Development and Debugging options
    125 
    126 options 	DIAGNOSTIC	# internally consistency checks
    127 #options 	DEBUG
    128 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    129 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    130 #options 	DDB		# in-kernel debugger
    131 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    132 #options 	KGDB
    133 #options  	DEBUG_KGDB
    134 #makeoptions	DEBUG="-g"	# compile full symbol table
    135 #options 	SYMTAB_SPACE=200000
    136 
    137 config		netbsd		root on ? type ?
    138 config		netbsd-sm0	root on sm0 type nfs
    139 
    140 # The main bus device
    141 mainbus0	at root
    142 
    143 # The boot cpu
    144 cpu0		at mainbus?
    145 
    146 # integrated peripherals
    147 pxaip0	at mainbus?
    148 
    149 pxaintc0 at pxaip?	# interrupt controller
    150 pxagpio0 at pxaip?	# GPIO
    151 
    152 # cotulla integrated 16550 UARTs
    153 options COM_PXA2X0
    154 com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
    155 com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
    156 #com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
    157 options FFUARTCONSOLE
    158 options BTUARTCONSOLE
    159 options KGDB_DEVNAME="\"btuart\""   # ffuart or btuart
    160 options KGDB_DEVRATE=115200
    161 
    162 # DMAC support
    163 pxadmac0 	at pxaip? addr 0x40000000 intr 25
    164 options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    165 #options 	PXA2X0_DMAC_FIXED_PRIORITY	 # Don't want multiple priority
    166 
    167 # AC97 Audio support
    168 pxaacu0 	at pxaip? addr 0x40500000 intr 14
    169 audio*		at audiobus?
    170 
    171 # On-board device support
    172 obio0		at pxaip? intr 8
    173 sm0		at obio? addr 0x0c000000 intr 3 	# on-board SMC 91C96
    174 #options LUBBOCK_SMC91C96_16BIT
    175 
    176 # LCD
    177 lcd0		at obio?
    178 wsdisplay*	at lcd? console ?
    179 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    180 
    181 # SA1111 companion chip
    182 sacc0	at obio? addr 0x10000000 intr 1
    183 
    184 sacpcic* at sacc?
    185 pcmcia*	at sacpcic?
    186 
    187 sackbc0 at sacc0 addr 0x0a00 intr 21
    188 sackbc1 at sacc0 addr 0x0c00 intr 18
    189 
    190 # PS/2 controller of SA-1111 doesn't have "slot"; One device is attached
    191 # to one controller.  However, pckbd driver requires "slot 0" and pms driver 
    192 # requires "slot 1"
    193 pckbd*	at sackbc0 slot 0
    194 wskbd* 		at pckbd? # console ?
    195 pms*	at sackbc1 slot 1
    196 wsmouse*	at pms? mux 0
    197 
    198 # PCMCIA serial interfaces
    199 com*	at pcmcia? function ?		# Modems and serial cards
    200 
    201 pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    202 com*	at pcmcom? slave ?		# ...and the slave devices
    203 
    204 # PCMCIA SCSI controllers
    205 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    206 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    207 
    208 # SCSI bus support
    209 scsibus* at scsi?
    210 
    211 # SCSI devices
    212 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    213 st*	at scsibus? target ? lun ?	# SCSI tape drives
    214 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    215 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    216 ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    217 ss*	at scsibus? target ? lun ?	# SCSI scanners
    218 uk*	at scsibus? target ? lun ?	# SCSI unknown
    219 
    220 # PCMCIA IDE controllers and disks
    221 wdc*	at pcmcia? function ?
    222 atabus* 	at wdc? channel ?
    223 wd*		at atabus? drive ? flags 0x0000
    224 
    225 #
    226 # Networking devices
    227 #
    228 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    229 awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    230 cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    231 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    232 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    233 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    234 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    235 sm*	at pcmcia? function ?		# Megahertz Ethernet
    236 tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    237 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    238 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    239 com*	at xirc?
    240 xi*	at xirc?
    241 
    242 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    243 com*	at mhzc?
    244 sm*	at mhzc?
    245 
    246 # PCMCIA audio devices
    247 #esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
    248 
    249 # Pseudo-Devices
    250 
    251 # disk/mass storage pseudo-devices
    252 pseudo-device	md		1	# memory disk device (ramdisk)
    253 #pseudo-device	vnd			# disk-like interface to files
    254 #pseudo-device	fss		4	# file system snapshot device
    255 
    256 # network pseudo-devices
    257 pseudo-device	bpfilter		# Berkeley packet filter
    258 pseudo-device	loop			# network loopback
    259 
    260 # miscellaneous pseudo-devices
    261 pseudo-device	pty			# pseudo-terminals
    262 #pseudo-device	rnd			# /dev/random and in-kernel generator
    263 
    264 pseudo-device	wsmux			# mouse & keyboard multiplexor
    265