Home | History | Annotate | Line # | Download | only in conf
TX3922 revision 1.107
      1 #
      2 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
      3 #
      4 #	$NetBSD: TX3922,v 1.107 2018/08/01 20:04:11 maxv Exp $
      5 #
      6 include 	"arch/hpcmips/conf/std.hpcmips"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	16
     11 
     12 include 	"arch/hpcmips/conf/std.hpcmips.tx39"
     13 makeoptions	CPUFLAGS="-march=r3900"	# CPU codegen options
     14 options 	TX392X			# Toshiba TX3922
     15 
     16 options 	TX39_DEBUG
     17 #options 	TX39_WATCHDOGTIMER
     18 #options 	WINCE_DEFAULT_SETTING	# Debugging use
     19 #options 	TX39ICU_DEBUG
     20 #options 	TX39BIU_DEBUG
     21 #options 	TX39POWER_DEBUG
     22 #options 	TX39UART_DEBUG
     23 
     24 options 	KLOADER
     25 options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     26 options		KLOADER_DEBUG
     27 
     28 options 	DDB			# in-kernel debugger
     29 pseudo-device	ksyms
     30 #options 	DIAGNOSTIC		# extra kernel debugging checks
     31 options 	DEBUG			# extra kernel debugging support
     32 options 	KTRACE			# system call tracing support
     33 options 	MSGBUFSIZE=65534
     34 
     35 options 	SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     36 
     37 include 	"conf/compat_netbsd16.config"
     38 
     39 #options 	SCSIVERBOSE	# human readable SCSI error messages
     40 #options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     41 #options 	USBVERBOSE	# verbose USB device autoconfig messages
     42 #options 	MIIVERBOSE	# verbose PHY autoconfig messages
     43 
     44 options 	NTP			# network time protocol
     45 
     46 options 	USERCONF	# userconf(4) support
     47 #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     48 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     49 
     50 # File systems
     51 file-system 	FFS		# UFS
     52 #file-system 	EXT2FS		# second extended file system (linux)
     53 #file-system 	LFS		# log-structured file system
     54 file-system 	MFS		# memory file system
     55 file-system 	NFS		# Network File System client
     56 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     57 file-system 	MSDOSFS		# MS-DOS file system
     58 file-system 	FDESC		# /dev/fd
     59 file-system 	KERNFS		# /kern
     60 #file-system 	NULLFS		# loopback file system
     61 #file-system 	OVERLAY		# overlay file system
     62 file-system 	PROCFS		# /proc
     63 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     64 file-system 	UNION		# union file system
     65 #file-system	CODA		# Coda File System; also needs vcoda (below)
     66 file-system	PTYFS		# /dev/pts/N support
     67 
     68 # Networking options
     69 #options 	GATEWAY		# IP packet forwarding
     70 options 	INET		# IP + ICMP + TCP + UDP
     71 options 	INET6		# IPV6
     72 #options 	IPSEC		# IP security
     73 #options 	IPSEC_DEBUG	# debug for IP security
     74 #options 	MROUTING	# Multicast routing support
     75 #options 	PIM		# Protocol Independent Multicast
     76 
     77 # JIT compiler for bpfilter
     78 #options	SLJIT
     79 #options	BPFJIT
     80 
     81 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     82 options 	WAPBL		# File system journaling support
     83 #options 	QUOTA		# legacy UFS quotas
     84 #options 	QUOTA2		# new, in-filesystem UFS quotas
     85 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     86 
     87 options 	NFS_BOOT_DHCP
     88 
     89 # compile options
     90 #makeoptions	DEFGP="-G 18"
     91 
     92 config		netbsd		root on ? type ?
     93 
     94 # Networking options
     95 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     96 options 	PPP_DEFLATE	# Deflate compression support for PPP
     97 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     98 
     99 # temporally power management
    100 hpcapm0	at mainbus0			# power management
    101 apmdev0	at hpcapm0			# APM
    102 
    103 txcsbus1	at tx39biu? platform SHARP_TELIOS
    104 txcsbus2	at tx39biu? platform VICTOR_INTERLINK
    105 txcsbus3	at tx39biu? platform FUJITSU_PENCENTRA_200
    106 
    107 # IO module manager (virtual bridge) DO NOT DELETE
    108 txioman* at txsim?
    109 # iochip 0 TX39 internal MFIO
    110 #	 1 TX39 internal IO
    111 #	 2 BETTY IO
    112 #	(3) ITE IO notyet
    113 #	(4) Plum2 IO (EXTPW[0:2]) notyet
    114 hpcioman1 at txioman? platform SHARP_TELIOS_HCAJ
    115 hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    116 hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    117 hpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
    118 hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    119 hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
    120 hpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    121 
    122 hpcioman2 at txioman? platform SHARP_TELIOS_HCVJ
    123 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    124 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    125 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
    126 hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
    127 hpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
    128 hpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    129 hpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
    130 hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
    131 hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    132 
    133 # InterLink (not maintainanced.)
    134 hpcioman3 at txioman? platform VICTOR_INTERLINK
    135 hpcin*	at hpcioman3 iochip 1 evtype BUTTON id BTN_COVER   port 4
    136 hpcin*	at hpcioman3 iochip 1 evtype BUTTON id BTN_REC	port 7
    137 hpcin*	at hpcioman3 iochip 0 evtype EVENT  id COM0_DCD	port 29
    138 hpcin*	at hpcioman3 iochip 0 evtype EVENT  id COM0_CTS	port 30
    139 # kbd MFIO:7 ?
    140 
    141 options 	USE_POLL
    142 
    143 # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
    144 ucb*		at tx39sib? slot 0
    145 ucbtp*		at ucb?
    146 ucbsnd*		at ucb?
    147 ucbio*		at ucb?
    148 
    149 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    150 # chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
    151 # interrupt-mode don't work. use polling mode.
    152 tc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
    153 hpckbd*		at tc5165buf?
    154 wsmouse*	at ucbtp? mux 0
    155 
    156 # VICTOR InterLink keyboard driver
    157 # chip select: CARD1 IRQ ???
    158 m38813c*	at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
    159 hpckbd*		at m38813c?
    160 
    161 # Sharp Telios LCD and battery control driver
    162 #  register space: KUCS3
    163 teliosio*	at txcsbus1 regcs 13 regcswidth 16
    164 
    165 # TC6358TB(Plum2)
    166 #  register space: CS3,
    167 #  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
    168 #
    169 plum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
    170 plumicu*	at plum?
    171 plumpower*	at plum?
    172 plumvideo*	at plum?
    173 plumpcmcia*	at plum?
    174 #plumiobus*	at plum?
    175 #plumisab0	at plumiobus? platform ? slot 0
    176 ohci*	at plum?
    177 
    178 # USB bus support
    179 usb*	at ohci?
    180 
    181 # USB Hubs
    182 uhub*	at usb?
    183 uhub*	at uhub? port ?
    184 
    185 # USB HID device
    186 uhidev*	at uhub? port ? configuration ? interface ?
    187 
    188 # USB Mice
    189 ums*	at uhidev? reportid ?
    190 wsmouse*	at ums? mux 0
    191 
    192 # USB Keyboards
    193 ukbd*	at uhidev? reportid ?
    194 wskbd*	at ukbd? console ? mux 1
    195 
    196 # USB serial adapter
    197 ucycom*	at uhidev? reportid ?
    198 
    199 # USB Generic HID devices
    200 uhid*	at uhidev? reportid ?
    201 
    202 # USB joystick, game pad
    203 #ujoy*	at uhub? configuration ? interface ?
    204 
    205 # USB Printer
    206 ulpt*	at uhub? port ? configuration ? interface ?
    207 
    208 # USB Modem
    209 umodem*	at uhub? port ? configuration ?
    210 ucom*	at umodem?
    211 
    212 # Option N.V. Wireless WAN modems
    213 uhso*	at uhub? port ? configuration ?
    214 
    215 # USB Mass Storage
    216 umass*	at uhub? port ? configuration ? interface ?
    217 scsibus* at umass? channel ?
    218 
    219 # USB audio
    220 uaudio*	at uhub? port ? configuration ?
    221 audio*	at uaudio?
    222 
    223 spkr*	at audio?		# PC speaker (synthesized)
    224 
    225 # USB Ethernet adapters
    226 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    227 axe*	at uhub? port ?		# ASIX AX88172 based adapters
    228 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    229 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    230 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    231 
    232 # Prolific PL2301/PL2302 host-to-host adapter
    233 upl*	at uhub? port ?
    234 
    235 # USB Handspring Visor
    236 uvisor*	at uhub? port ?
    237 ucom*	at uvisor?
    238 
    239 # Kyocera AIR-EDGE PHONE
    240 ukyopon* at uhub? port ?
    241 ucom*	at ukyopon? portno ?
    242 
    243 # USB scanners
    244 #uscanner* at uhub? port ?
    245 
    246 # Y@P firmware loader
    247 uyap* at uhub? port ?
    248 
    249 # USB Generic driver
    250 ugen*	at uhub? port ?
    251 
    252 # MII/PHY support
    253 exphy*	at mii? phy ?			# 3Com internal PHYs
    254 icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
    255 inphy*	at mii? phy ?			# Intel 82555 PHYs
    256 iophy*	at mii? phy ?			# Intel 82553 PHYs
    257 lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    258 nsphy*	at mii? phy ?			# NS83840 PHYs
    259 nsphyter* at mii? phy ?			# NS83843 PHYs
    260 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    261 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    262 tlphy*	at mii? phy ?			# ThunderLAN PHYs
    263 tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    264 ukphy*	at mii? phy ?			# generic unknown PHYs
    265 
    266 # WS console uses SUN or VT100 terminal emulation
    267 hpcfb*		at plumvideo?
    268 wsdisplay*	at hpcfb?
    269 wskbd*		at hpckbd? mux 1
    270 btnmgr0		at mainbus0
    271 wskbd*		at btnmgr0 mux 1
    272 
    273 options 	WSEMUL_VT100
    274 options 	WSDISPLAY_DEFAULTSCREENS=4
    275 options 	FONT_VT220L8x10
    276 options 	WS_KERNEL_FG=WSCOL_BROWN
    277 options 	WS_KERNEL_BG=WSCOL_BLUE
    278 # compatibility to other console drivers
    279 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    280 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    281 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
    282 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    283 
    284 # PCMCIA bus support
    285 pcmcia* at plumpcmcia? controller ? socket ?
    286 
    287 # PCMCIA IDE disk
    288 wdc*	at pcmcia? function ?
    289 
    290 # ATA (IDE) bus support
    291 atabus* at ata?
    292 
    293 # IDE drives
    294 wd*	at atabus? drive ? flags 0x0000
    295 
    296 # ATAPI bus support
    297 atapibus* at atapi?
    298 
    299 # ATAPI devices
    300 # flags have the same meaning as for IDE drives.
    301 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    302 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    303 #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    304 
    305 # PCMCIA network interfaces
    306 awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    307 cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    308 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    309 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    310 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    311 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    312 sm*	at pcmcia? function ?		# Megahertz Ethernet
    313 wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    314 #xe*	at pcmcia? function ?		# Xircom PCMCIA cards
    315 
    316 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    317 com*	at mhzc?
    318 sm*	at mhzc?
    319 
    320 # PCMCIA serial interfaces
    321 com*	at pcmcia? function ?		# Modems and serial cards
    322 
    323 pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    324 com*	at pcmcom? slave ?		# ...and the slave devices
    325 
    326 # PCMCIA SCSI interfaces
    327 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    328 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    329 
    330 scsibus* at aic?
    331 scsibus* at esp?
    332 
    333 # SCSI devices
    334 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    335 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    336 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    337 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    338 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    339 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    340 
    341 # disk/mass storage pseudo-devices
    342 #pseudo-device	ccd			# concatenated disks
    343 #pseudo-device	raid			# RAIDframe disk driver
    344 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    345 #pseudo-device	fss			# file system snapshot device
    346 pseudo-device	md			# memory disk
    347 pseudo-device	vnd			# disk-like interface to files
    348 
    349 # network pseudo-devices
    350 pseudo-device	bpfilter		# Berkeley packet filter
    351 pseudo-device	npf			# NPF packet filter
    352 pseudo-device	loop			# network loopback
    353 pseudo-device	ppp			# Point-to-Point Protocol
    354 
    355 # mouse & keyboard multiplexor pseudo-devices
    356 pseudo-device	wsmux
    357 
    358 # miscellaneous pseudo-devices
    359 pseudo-device	pty			# pseudo-terminals
    360 pseudo-device	clockctl		# user control of clock subsystem
    361 
    362 # a pseudo device needed for Coda	# also needs CODA (above)
    363 #pseudo-device	vcoda			# coda minicache <-> venus comm.
    364 
    365 # for IPv6
    366 pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    367 #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    368 pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    369