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