Home | History | Annotate | Line # | Download | only in conf
TWINTAIL revision 1.75
      1 #	$NetBSD: TWINTAIL,v 1.75 2019/08/21 04:17:40 msaitoh 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	PROCFS		# /proc
     47 file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     48 #file-system	UMAPFS		# NULLFS + uid and gid remapping
     49 file-system	UNION		# union file system
     50 file-system	PTYFS		# /dev/pts/N support
     51 
     52 # File system options
     53 #options 	QUOTA		# legacy UFS quotas
     54 #options 	QUOTA2		# new, in-filesystem UFS quotas
     55 #options 	DISKLABEL_EI	# disklabel Endian Independent support
     56 #options 	FFS_EI		# FFS Endian Independent support
     57 #options 	NFSSERVER
     58 options 	WAPBL		# File system journaling support
     59 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     60 
     61 # Networking options
     62 
     63 #options 	GATEWAY		# packet forwarding
     64 options 	INET		# IP + ICMP + TCP + UDP
     65 options 	INET6		# IPV6
     66 #options 	IPSEC		# IP security
     67 #options 	IPSEC_DEBUG	# debug for IP security
     68 #options 	MROUTING	# IP multicast routing
     69 #options 	NETATALK	# AppleTalk networking
     70 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     71 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     72 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     73 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     74 
     75 options 	NFS_BOOT_BOOTP
     76 options 	NFS_BOOT_DHCP
     77 #options 	NFS_BOOT_BOOTPARAM
     78 
     79 # Compatibility options
     80 
     81 include 	"conf/compat_netbsd16.config"
     82 options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     83 
     84 # Shared memory options
     85 
     86 #options 	SYSVMSG		# System V-like message queues
     87 #options 	SYSVSEM		# System V-like semaphores
     88 #options 	SYSVSHM		# System V-like memory sharing
     89 
     90 # Device options
     91 
     92 #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
     93 #options 	MEMORY_DISK_SIZE=3072	# Size in blocks
     94 #options 	MEMORY_DISK_DYNAMIC
     95 #options 	MINIROOTSIZE=1000	# Size in blocks
     96 #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
     97 
     98 # Miscellaneous kernel options
     99 options 	KTRACE		# system call tracing, a la ktrace(1)
    100 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    101 #options 	USBVERBOSE	# verbose USB device autoconfig messages
    102 options 	SCSIVERBOSE	# Verbose SCSI errors
    103 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    104 #options 	DDB_KEYCODE=0x40
    105 #options 	USERCONF	# userconf(4) support
    106 
    107 # Development and Debugging options
    108 
    109 options 	DIAGNOSTIC	# internal consistency checks
    110 #options 	DEBUG
    111 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    112 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    113 #options 	DDB		# in-kernel debugger
    114 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    115 #options 	KGDB
    116 #options  	DEBUG_KGDB
    117 makeoptions	DEBUG="-g"	# compile full symbol table
    118 #makeoptions	COPTS="-O2"
    119 makeoptions	COPY_SYMTAB=1
    120 #options 	AUDIO_DEBUG=2
    121 
    122 config		netbsd		root on ? type ?
    123 config		netbsd-ne0	root on ne0 type nfs
    124 
    125 # The main bus device
    126 mainbus0	at root
    127 
    128 # The boot cpu
    129 cpu0		at mainbus?
    130 
    131 # integrated peripherals
    132 pxaip0	at mainbus?
    133 
    134 pxaintc0 at pxaip?	# interrupt controller
    135 pxagpio0 at pxaip?	# GPIO
    136 
    137 # cotulla integrated 16550 UARTs
    138 options COM_PXA2X0
    139 com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
    140 com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
    141 #com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
    142 options FFUARTCONSOLE
    143 options BTUARTCONSOLE
    144 options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
    145 options KGDB_DEVRATE=115200
    146 
    147 #aupxa0	at pxaip?		# AC97 interface
    148 
    149 # Audio support
    150 #audio*	at audiobus?
    151 
    152 #spkr*	at audio?		# PC speaker (synthesized)
    153 
    154 # FlashROM disk driver
    155 # frd*	at pxaip?
    156 
    157 # On-board device support
    158 obio0          at pxaip? intr 8
    159 ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
    160 
    161 # LCD
    162 #device-major	lcd  		char 37
    163 lcd0		at obio?
    164 wsdisplay*	at lcd? console ?
    165 options FONT_SONY8x16
    166 #options FONT_VT220L8x8
    167 options 	WSEMUL_VT100		# VT100 / VT220 emulation
    168 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    169 options G4250_LCD_TOSHIBA_LTM035
    170 #options G4250_LCD_NEC_NL3224BC35
    171 
    172 kmkbd* at obio?
    173 wskbd* at kmkbd? # mux 1 # console ?
    174 options WSDISPLAY_COMPAT_RAWKBD
    175 
    176 # GB-225 option board
    177 opio0 	at obio?  intr 2
    178 
    179 # USB host
    180 # slhci0	at opio0
    181 # options 	SLHCI_DEBUG
    182 
    183 # USB bus support
    184 #usb*   at slhci?
    185 
    186 # USB Hubs
    187 # uhub*  at usb?
    188 # uhub*  at uhub? port ?
    189 
    190 # USB HID device
    191 # uhidev*	at uhub? port ? configuration ? interface ?
    192 
    193 # USB Mice
    194 # ums*	at uhidev? reportid ?
    195 # wsmouse* at ums? mux 0
    196 
    197 # USB Keyboards
    198 #ukbd*	at uhidev? reportid ?
    199 #wskbd*	at ukbd? console ? mux 1
    200 
    201 # USB serial adapter
    202 #ucycom*	at uhidev? reportid ?
    203 
    204 # USB Generic HID devices
    205 # uhid*	at uhidev? reportid ?
    206 
    207 # USB Printer
    208 #ulpt*	at uhub? port ? configuration ? interface ?
    209 
    210 # USB Modem
    211 #umodem*	at uhub? port ? configuration ?
    212 #ucom*	at umodem?
    213 
    214 # Option N.V. Wireless WAN modems
    215 #uhso*	at uhub? port ? configuration ?
    216 
    217 # USB Mass Storage
    218 #umass*	at uhub? port ? configuration ? interface ?
    219 
    220 # USB audio
    221 #uaudio*	at uhub? port ? configuration ?
    222 
    223 # USB MIDI
    224 #umidi* at uhub? port ? configuration ?
    225 
    226 # USB IrDA
    227 # USB-IrDA bridge spec
    228 #uirda* at uhub? port ? configuration ? interface ?
    229 #irframe* at uirda?
    230 
    231 # SigmaTel STIr4200 USB/IrDA Bridge
    232 #ustir* at uhub? port ?
    233 #irframe* at ustir?
    234 
    235 # USB Ethernet adapters
    236 #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    237 #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    238 #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    239 #uax*	at uhub? port ?		# ASIX AX88172 based adapters
    240 #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    241 
    242 # Prolific PL2301/PL2302 host-to-host adapter
    243 #upl*	at uhub? port ?
    244 
    245 # Serial adapters
    246 #ubsa*	at uhub? port ?		# Belkin serial adapter
    247 #ucom*	at ubsa? portno ?
    248 
    249 #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    250 #ucom*	at uftdi? portno ?
    251 
    252 #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    253 #ucom*	at umct? portno ?
    254 
    255 #uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    256 #ucom*	at uplcom? portno ?
    257 
    258 #uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    259 #ucom*	at uvscom? portno ?
    260 
    261 # Diamond Multimedia Rio 500
    262 #urio*	at uhub? port ?
    263 
    264 # USB Handspring Visor
    265 #uvisor*	at uhub? port ?
    266 #ucom*	at uvisor?
    267 
    268 # Kyocera AIR-EDGE PHONE
    269 #ukyopon* at uhub? port ?
    270 #ucom*	at ukyopon? portno ?
    271 
    272 # USB scanners
    273 #uscanner* at uhub? port ?
    274 
    275 # USB scanners that use SCSI emulation, e.g., HP5300
    276 #usscanner* at uhub? port ?
    277 
    278 # Y@P firmware loader
    279 #uyap* at uhub? port ?
    280 
    281 # D-Link DSB-R100 USB radio
    282 #udsbr*	at uhub? port ?
    283 #radio*	at udsbr?
    284 
    285 # USB Generic driver
    286 # ugen*	at uhub? port ?
    287 
    288 # PCMCIA/CF card
    289 opcic0	at opio?
    290 pcmcia*	at opcic?
    291 
    292 # PCMCIA serial interfaces
    293 com*	at pcmcia? function ?		# Modems and serial cards
    294 
    295 pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    296 com*	at pcmcom? slave ?		# ...and the slave devices
    297 
    298 # PCMCIA SCSI controllers
    299 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    300 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    301 
    302 # SCSI bus support
    303 scsibus* at scsi?
    304 
    305 # SCSI devices
    306 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    307 st*	at scsibus? target ? lun ?	# SCSI tape drives
    308 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    309 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    310 ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    311 ss*	at scsibus? target ? lun ?	# SCSI scanners
    312 uk*	at scsibus? target ? lun ?	# SCSI unknown
    313 
    314 # PCMCIA IDE controllers
    315 wdc*	at pcmcia? function ?
    316 atabus*	at wdc? channel ?
    317 wd*		at atabus? drive ? flags 0x0000
    318 
    319 # PCMCIA network interfaces
    320 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    321 awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    322 cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    323 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    324 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    325 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    326 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    327 sm*	at pcmcia? function ?		# Megahertz Ethernet
    328 # tr at pcmcia has problems with Cardbus bridges
    329 tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    330 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    331 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    332 com*	at xirc?
    333 xi*	at xirc?
    334 
    335 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    336 com*	at mhzc?
    337 sm*	at mhzc?
    338 
    339 # DMAC support
    340 pxadmac0 at pxaip? addr 0x40000000 intr 25
    341 options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    342 #options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
    343 
    344 
    345 # MMC/SD controller in PXA255
    346 #  (attached on obio for card detect and write protect signal)
    347 pxamci0 at obio?
    348 sdmmc* at pxamci?
    349 #options 	PXAMCI_DEBUG
    350 #options 	SDMMC_DEBUG
    351 #options 	SDMMC_DUMP_CSD
    352 
    353 ld* at sdmmc?				# MMC/SD card
    354 
    355 # Pseudo-Devices
    356 
    357 # disk/mass storage pseudo-devices
    358 #pseudo-device	md			# memory disk device (ramdisk)
    359 #pseudo-device	vnd			# disk-like interface to files
    360 #pseudo-device	fss			# file system snapshot device
    361 pseudo-device	putter			# for puffs and pud
    362 
    363 # network pseudo-devices
    364 pseudo-device	bpfilter		# Berkeley packet filter
    365 pseudo-device	npf			# NPF packet filter
    366 pseudo-device	loop			# network loopback
    367 #pseudo-device	kttcp			# network loopback
    368 #pseudo-device	ppp			# Point-to-Point Protocol
    369 #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    370 #pseudo-device	sl			# Serial Line IP
    371 #pseudo-device	strip			# Starmode Radio IP (Metricom)
    372 #pseudo-device	irframetty		# IrDA frame line discipline
    373 #pseudo-device	tap			# virtual Ethernet
    374 #pseudo-device	tun			# network tunneling over tty
    375 #pseudo-device	gre			# generic L3 over IP tunnel
    376 #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    377 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    378 #pseudo-device	stf			# 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 
    383 # miscellaneous pseudo-devices
    384 pseudo-device	pty			# pseudo-terminals
    385 pseudo-device	clockctl		# user control of clock subsystem
    386 
    387 # wscons pseudo-devices
    388 pseudo-device	wsmux			# mouse & keyboard multiplexor
    389 #pseudo-device	wsfont
    390 pseudo-device	ksyms			# /dev/ksyms
    391