Home | History | Annotate | Line # | Download | only in conf
TWINTAIL revision 1.4
      1 #	$NetBSD: TWINTAIL,v 1.4 2005/07/04 00:46:04 bsh Exp $
      2 #
      3 #	TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
      4 #
      5 
      6 include	"arch/evbarm/conf/std.g42xxeb"
      7 
      8 # estimated number of users
      9 
     10 maxusers	32
     11 
     12 options 	VERBOSE_ARM32
     13 #options 	INTR_DEBUG
     14 #options	BOOTHOWTO=RB_SINGLE
     15 options 	PCMCIADEBUG
     16 options 	PCMCIACISDEBUG
     17 
     18 # Standard system options
     19 
     20 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     21 #options 	NTP		# NTP phase/frequency locked loop
     22 
     23 # CPU options
     24 
     25 options 	CPU_XSCALE_PXA250	# Support the XScale core
     26 #options 	CPU_XSCALE_PXA270	# You can enable this, but useless for this board.
     27 #options 	XSCALE_CACHE_WRITE_THROUGH
     28 options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     29 makeoptions	CPUFLAGS="-mcpu=xscale"
     30 
     31 # Architecture options
     32 
     33 # File systems
     34 
     35 file-system	FFS		# UFS
     36 #file-system	LFS		# log-structured file system
     37 file-system	MFS		# memory file system
     38 file-system	NFS		# Network file system
     39 #file-system 	ADOSFS		# AmigaDOS-compatible file system
     40 #file-system 	EXT2FS		# second extended file system (linux)
     41 file-system	CD9660		# ISO 9660 + Rock Ridge file system
     42 file-system	MSDOSFS		# MS-DOS file system
     43 file-system	FDESC		# /dev/fd
     44 file-system	KERNFS		# /kern
     45 file-system	NULLFS		# loopback file system
     46 file-system	PORTAL		# portal filesystem (still experimental)
     47 file-system	PROCFS		# /proc
     48 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     49 file-system	UNION		# union file system
     50 
     51 # File system options
     52 #options 	QUOTA		# UFS quotas
     53 #options 	FFS_EI		# FFS Endian Independant support
     54 #options 	NFSSERVER
     55 options 	SOFTDEP
     56 #options 	FFS_NO_SNAPSHOT	# ffs snapshots
     57 
     58 # Networking options
     59 
     60 #options 	GATEWAY		# packet forwarding
     61 options 	INET		# IP + ICMP + TCP + UDP
     62 options 	INET6		# IPV6
     63 #options 	IPSEC		# IP security
     64 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     65 #options 	IPSEC_DEBUG	# debug for IP security
     66 #options 	MROUTING	# IP multicast routing
     67 #options 	NS		# XNS
     68 #options 	NSIP		# XNS tunneling over IP
     69 #options 	ISO,TPIP	# OSI
     70 #options 	EON		# OSI tunneling over IP
     71 #options 	CCITT,LLC,HDLC	# X.25
     72 #options 	NETATALK	# AppleTalk networking
     73 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     74 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     75 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     76 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     77 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     78 
     79 options 	NFS_BOOT_BOOTP
     80 options 	NFS_BOOT_DHCP
     81 #options 	NFS_BOOT_BOOTPARAM
     82 
     83 # Compatibility options
     84 
     85 #options 	COMPAT_43	# 4.3BSD compatibility.
     86 options 	COMPAT_20	# NetBSD 2.0 compatibility.
     87 options 	COMPAT_16	# NetBSD 1.6 compatibility.
     88 #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     89 #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     90 #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     91 #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     92 #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     93 #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     94 #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     95 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     96 
     97 # Shared memory options
     98 
     99 #options 	SYSVMSG		# System V-like message queues
    100 #options 	SYSVSEM		# System V-like semaphores
    101 #options 	SEMMNI=10	# number of semaphore identifiers
    102 #options 	SEMMNS=60	# number of semaphores in system
    103 #options 	SEMUME=10	# max number of undo entries per process
    104 #options 	SEMMNU=30	# number of undo structures in system
    105 #options 	SYSVSHM		# System V-like memory sharing
    106 #options 	SHMMAXPGS=1024	# 1024 pages is the default
    107 
    108 # Device options
    109 
    110 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    111 #options 	MEMORY_DISK_SIZE=3072	# Size in blocks
    112 #options 	MEMORY_DISK_DYNAMIC
    113 #options 	MINIROOTSIZE=1000	# Size in blocks
    114 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    115 
    116 # Miscellaneous kernel options
    117 options 	KTRACE		# system call tracing, a la ktrace(1)
    118 #options 	LKM		# loadable kernel modules
    119 #options 	KMEMSTATS	# kernel memory statistics
    120 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    121 options 	USBVERBOSE	# verbose USB device autoconfig messages
    122 options 	SCSIVERBOSE	# Verbose SCSI errors
    123 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    124 #options 	DDB_KEYCODE=0x40
    125 #options 	USERCONF	# userconf(4) support
    126 
    127 # Development and Debugging options
    128 
    129 options 	DIAGNOSTIC	# internally consistency checks
    130 #options 	DEBUG
    131 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    132 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    133 #options 	DDB		# in-kernel debugger
    134 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    135 #options 	KGDB
    136 #options 	IPKDB
    137 #options 	IPKDB_NE
    138 #options 	IPKDBKEY="\"Debug_it_over_network\""
    139 #options  	DEBUG_KGDB
    140 makeoptions	DEBUG="-g -O2"	# compile full symbol table
    141 options 	SYMTAB_SPACE=200000
    142 #options 	AUDIO_DEBUG=2
    143 
    144 config		netbsd		root on ? type ?
    145 config		netbsd-ne0	root on ne0 type nfs
    146 
    147 # The main bus device
    148 mainbus0	at root
    149 
    150 # The boot cpu
    151 cpu0		at mainbus?
    152 
    153 # integrated peripherals
    154 pxaip0	at mainbus?
    155 
    156 pxaintc0 at pxaip?	# interrupt controller
    157 pxagpio0 at pxaip?	# GPIO
    158 
    159 # cotulla integrated 16550 UARTs
    160 options COM_PXA2X0
    161 com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
    162 com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
    163 #com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
    164 options FFUARTCONSOLE
    165 options BTUARTCONSOLE
    166 options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
    167 options KGDB_DEVRATE=115200
    168 
    169 #aupxa0	at pxaip?		# AC97 interface
    170 
    171 # Audio support
    172 #audio*	at audiobus?
    173 
    174 
    175 # FlashROM disk driver
    176 # frd*	at pxaip?
    177 
    178 # On-board device support
    179 obio0          at pxaip? intr 8
    180 ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
    181 
    182 # LCD
    183 #device-major	lcd  		char 37
    184 lcd0		at obio?
    185 wsdisplay*	at lcd? console ?
    186 options FONT_SONY8x16
    187 #options FONT_VT220L8x8
    188 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    189 options G4250_LCD_TOSHIBA_LTM035
    190 #options G4250_LCD_NEC_NL3224BC35
    191 
    192 kmkbd* at obio?
    193 wskbd* at kmkbd? # console ?
    194 
    195 # GB-225 option board 
    196 opio0 	at obio?  intr 2
    197 
    198 # USB host
    199 # slhci0	at opio0
    200 # options 	SLHCI_DEBUG
    201 
    202 # USB bus support
    203 #usb*   at slhci?
    204 
    205 # USB Hubs
    206 # uhub*  at usb?
    207 # uhub*  at uhub? port ? configuration ? interface ?
    208 
    209 # USB HID device
    210 # uhidev*	at uhub? port ? configuration ? interface ?
    211 
    212 # USB Mice
    213 # ums*	at uhidev? reportid ?
    214 # wsmouse* at ums? mux 0
    215 
    216 # USB Keyboards
    217 #ukbd*	at uhidev? reportid ?
    218 #wskbd*	at ukbd? console ? mux 1
    219 
    220 # USB Generic HID devices
    221 # uhid*	at uhidev? reportid ?
    222 
    223 # USB Printer
    224 #ulpt*	at uhub? port ? configuration ? interface ?
    225 
    226 # USB Modem
    227 #umodem*	at uhub? port ? configuration ?
    228 #ucom*	at umodem?
    229 
    230 # USB Mass Storage
    231 #umass*	at uhub? port ? configuration ? interface ?
    232 #wd* at umass?
    233 
    234 # USB audio
    235 #uaudio*	at uhub? port ? configuration ?
    236 
    237 # USB MIDI
    238 #umidi* at uhub? port ? configuration ?
    239 
    240 # USB IrDA
    241 # USB-IrDA bridge spec
    242 #uirda* at uhub? port ? configuration ? interface ?
    243 #irframe* at uirda?
    244 
    245 # SigmaTel STIr4200 USB/IrDA Bridge
    246 #ustir* at uhub? port ?
    247 #irframe* at ustir?
    248 
    249 # USB Ethernet adapters
    250 #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    251 #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    252 #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    253 #uax*	at uhub? port ?		# ASIX AX88172 based adapters
    254 #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    255 
    256 # Prolific PL2301/PL2302 host-to-host adapter
    257 #upl*	at uhub? port ?
    258 
    259 # Serial adapters
    260 #ubsa*	at uhub? port ?		# Belkin serial adapter
    261 #ucom*	at ubsa? portno ?
    262 
    263 #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    264 #ucom*	at uftdi? portno ?
    265 
    266 #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    267 #ucom*	at umct? portno ?
    268 
    269 #uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    270 #ucom*	at uplcom? portno ?
    271 
    272 #uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    273 #ucom*	at uvscom? portno ?
    274 
    275 # Diamond Multimedia Rio 500
    276 #urio*	at uhub? port ?
    277 
    278 # USB Handspring Visor
    279 #uvisor*	at uhub? port ?
    280 #ucom*	at uvisor?
    281 
    282 # Kyocera AIR-EDGE PHONE
    283 #ukyopon* at uhub? port ?
    284 #ucom*	at ukyopon? portno ?
    285 
    286 # USB scanners
    287 #uscanner* at uhub? port ?
    288 
    289 # USB scanners that use SCSI emulation, e.g., HP5300
    290 #usscanner* at uhub? port ?
    291 
    292 # Y@P firmware loader
    293 #uyap* at uhub? port ?
    294 
    295 # D-Link DSB-R100 USB radio
    296 #udsbr*	at uhub? port ?
    297 #radio*	at udsbr?
    298 
    299 # USB Generic driver
    300 # ugen*	at uhub? port ?
    301 
    302 # PCMCIA/CF card
    303 opcic0	at opio?
    304 pcmcia*	at opcic?
    305 
    306 # PCMCIA serial interfaces
    307 com*	at pcmcia? function ?		# Modems and serial cards
    308 
    309 pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    310 com*	at pcmcom? slave ?		# ...and the slave devices
    311 
    312 # PCMCIA SCSI controllers
    313 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    314 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    315 
    316 # SCSI bus support
    317 scsibus* at scsi?
    318 
    319 # SCSI devices
    320 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    321 st*	at scsibus? target ? lun ?	# SCSI tape drives
    322 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    323 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    324 ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    325 ss*	at scsibus? target ? lun ?	# SCSI scanners
    326 uk*	at scsibus? target ? lun ?	# SCSI unknown
    327 
    328 # PCMCIA IDE controllers
    329 wdc*	at pcmcia? function ?
    330 atabus*	at wdc? channel ?
    331 wd*		at atabus? drive ? flags 0x0000
    332 
    333 # PCMCIA audio devices
    334 #esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
    335 
    336 # PCMCIA network interfaces
    337 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    338 awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    339 cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    340 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    341 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    342 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    343 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    344 sm*	at pcmcia? function ?		# Megahertz Ethernet
    345 # tr at pcmcia has problems with Cardbus bridges
    346 tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    347 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    348 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    349 com*	at xirc?
    350 xi*	at xirc?
    351 
    352 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    353 com*	at mhzc?
    354 sm*	at mhzc?
    355 
    356 # Pseudo-Devices
    357 
    358 # disk/mass storage pseudo-devices
    359 #pseudo-device	md		1	# memory disk device (ramdisk)
    360 #pseudo-device	vnd		4	# disk-like interface to files
    361 #pseudo-device	fss		4	# file system snapshot device
    362 
    363 # network pseudo-devices
    364 pseudo-device	bpfilter	4	# Berkeley packet filter
    365 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    366 pseudo-device	loop			# network loopback
    367 #pseudo-device	kttcp			# network loopback
    368 #pseudo-device	ppp		2	# Point-to-Point Protocol
    369 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    370 #pseudo-device	sl		2	# Serial Line IP
    371 #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    372 #pseudo-device	irframetty		# IrDA frame line discipline
    373 #pseudo-device	tap			# virtual Ethernet
    374 #pseudo-device	tun		2	# network tunneling over tty
    375 #pseudo-device	gre		2	# generic L3 over IP tunnel
    376 #pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    377 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    378 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    379 #pseudo-device	vlan			# IEEE 802.1q encapsulation
    380 #pseudo-device	bridge			# simple inter-network bridging
    381 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    382 #pseudo-device	pf			# PF packet filter
    383 #pseudo-device	pflog			# PF log if
    384 
    385 # miscellaneous pseudo-devices
    386 pseudo-device	pty			# pseudo-terminals
    387 pseudo-device	rnd			# /dev/random and in-kernel generator
    388 pseudo-device	clockctl		# user control of clock subsystem
    389 
    390 # wscons pseudo-devices
    391 #pseudo-device	wsmux			# mouse & keyboard multiplexor
    392 #pseudo-device	wsfont
    393 pseudo-device	ksyms			# /dev/ksyms
    394