Home | History | Annotate | Line # | Download | only in conf
TX3912 revision 1.26
      1 #
      2 # Distribution kernel (TOSHIBA TX3912 based model) kernel config file
      3 
      4 #
      5 #	$NetBSD: TX3912,v 1.26 2000/09/27 10:22:23 shin Exp $
      6 #
      7 include		"arch/hpcmips/conf/std.hpcmips"
      8 
      9 maxusers	8
     10 
     11 options 	MIPS1			# R2000/R3000 CPUs
     12 options 	ENABLE_MIPS_TX3900	# R3900 CPU core
     13 options 	NOFPU			# No FPU
     14 options 	SOFTFLOAT		# emulate FPU insn
     15 #options	R3900_CACHE_DISABLE	# Disable I/D-cache
     16 
     17 options 	TX39XX			# Toshiba TX39 series
     18 options 	TX391X			# Product TMPR3912
     19 options 	KSEG2IOBUFSIZE=0x08000000	# MCS[0:3] are mapped to kseg2
     20 
     21 options 	TX39_DEBUG
     22 options 	TX39_WATCHDOGTIMER
     23 #options 	TX39ICUDEBUG
     24 #options 	TX39CLKDEBUG
     25 #options 	TX39BIUDEBUG
     26 #options 	TX39IODEBUG
     27 #options 	TX39POWERDEBUG
     28 #options 	TX39UARTDEBUG
     29 
     30 options 	__NO_SOFT_SERIAL_INTERRUPT
     31 options 	SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     32 
     33 options 	DDB			# in-kernel debugger
     34 #options 	DDB_ONPANIC=0		# don't enter debugger on panic
     35 options 	DIAGNOSTIC		# extra kernel debugging checks
     36 options 	DEBUG			# extra kernel debugging support
     37 options 	KTRACE			# system call tracing support
     38 #options 	SYSCALL_DEBUG		# for debug
     39 #options	 MINIROOTSIZE=10000
     40 
     41 #options 	MEMORY_DISK_HOOKS
     42 #options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     43 #options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     44 #options 	MINIROOTSIZE=12288	# size of memory disk, in blocks
     45 
     46 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     47 options 	PPP_DEFLATE	# Deflate compression support for PPP
     48 options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     49 
     50 options 	COMPAT_43
     51 
     52 options 	SCSIVERBOSE	# human readable SCSI error messages
     53 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     54 
     55 options 	NTP			# network time protocol
     56 #options 	UCONSOLE		# users can redirect console (unsafe)
     57 
     58 # File systems
     59 file-system 	FFS		# UFS
     60 #file-system 	EXT2FS		# second extended file system (linux)
     61 #file-system 	LFS		# log-structured file system
     62 file-system 	MFS		# memory file system
     63 file-system 	NFS		# Network File System client
     64 #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     65 file-system 	MSDOSFS		# MS-DOS file system
     66 file-system 	FDESC		# /dev/fd
     67 file-system 	KERNFS		# /kern
     68 #file-system 	NULLFS		# loopback file system
     69 #file-system 	OVERLAY		# overlay file system
     70 #file-system 	PORTAL		# portal filesystem (still experimental)
     71 file-system 	PROCFS		# /proc
     72 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     73 file-system 	UNION		# union file system
     74 #file-system	CODA		# Coda File System; also needs vcoda (below)
     75 
     76 # Networking options
     77 #options 	GATEWAY		# IP packet forwarding
     78 options 	INET		# IP + ICMP + TCP + UDP
     79 options 	INET6		# IPV6
     80 #options 	IPSEC		# IP security
     81 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     82 #options 	IPSEC_DEBUG	# debug for IP security
     83 #options 	MROUTING	# Multicast routing support
     84 #options 	ISO		# OSI networking
     85 #options 	TPIP		# TPIP
     86 #options 	EON		# OSI tunneling over IP
     87 #options 	CCITT,LLC,HDLC	# X.25
     88 
     89 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     90 options 	SOFTDEP         # FFS soft updates support.
     91 #options 	QUOTA		# UFS quotas
     92 options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     93 
     94 options 	NFS_BOOT_DHCP
     95 
     96 config		netbsd		root on ? type ?
     97 
     98 txsim*	at mainbus0
     99 #
    100 # System Internal Modules
    101 #
    102 tx39biu*	at txsim?
    103 tx39icu*	at txsim?
    104 tx39clock*	at txsim?
    105 tx39power*	at txsim?
    106 tx3912video*	at txsim?
    107 tx39io*		at txsim?
    108 tx39sib*	at txsim?
    109 tx39uart*	at txsim?
    110 txcom0		at tx39uart? slot 0
    111 txcom1		at tx39uart? slot 1
    112 tx39ir*		at txcom1
    113 
    114 #
    115 # TX39 external modules. (Platform dependent)
    116 #
    117 options USE_POLL	# keyboard / touchpanel device  requires this
    118 
    119 # IO module manager (Don't delete)
    120 txioman3	at tx39io? platform COMPAQ_C
    121 txioman4	at tx39io? platform PHILIPS_NINO
    122 txioman5	at tx39io? platform SHARP_MOBILON
    123 txioman*	at tx39io?	# misc unknown.
    124 
    125 # Chip select manager
    126 txcsbus3	at tx39biu? platform COMPAQ_C
    127 txcsbus4	at tx39biu? platform PHILIPS_NINO
    128 txcsbus5	at tx39biu? platform SHARP_MOBILON
    129 txcsbus*	at tx39biu?	# misc unknown.
    130 
    131 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    132 tc5165buf*	at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
    133 tc5165buf*	at txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
    134 hpckbd*		at tc5165buf?
    135 
    136 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
    137 # card/insert	... 3:2 (98)
    138 # remove	... 5:8 (168)
    139 options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
    140 it8368e*	at txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 98 irq2 168 irq3 98
    141 
    142 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
    143 ucb*		at tx39sib? slot 0
    144 ucbtp*		at ucb?
    145 ucbsnd*		at ucb?
    146 ucbio*		at ucb?
    147 ucbioport*	at ucbio? platform COMPAQ_C_810 id BTN_LIGHT port 5
    148 
    149 # WS console uses SUN or VT100 terminal emulation
    150 hpcfb*		at tx3912video?
    151 wsdisplay*	at hpcfb?
    152 wskbd*		at hpckbd? mux 1
    153 wsmouse*	at ucbtp? mux 0
    154 btnmgr0		at mainbus0
    155 wskbd*		at btnmgr0 mux 1
    156 
    157 options 	WSEMUL_VT100
    158 options 	WS_KERNEL_FG=WSCOL_BROWN
    159 options 	WS_KERNEL_BG=WSCOL_BLUE
    160 options 	WSDISPLAY_DEFAULTSCREENS=4
    161 options 	FONT_VT220L8x10
    162 # compatibility to other console drivers
    163 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    164 options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    165 options 	WSDISPLAY_COMPAT_USL		# VT handling
    166 options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    167 
    168 # PCMCIA bus support
    169 pcmcia* at it8368e? controller ? socket ?
    170 
    171 # PCMCIA IDE disk
    172 wdc*	at pcmcia? function ?
    173 wd*	at wdc? channel ? drive ? flags 0x0000
    174 
    175 # ATAPI bus support
    176 atapibus* at wdc? channel ?
    177 
    178 # ATAPI devices
    179 # flags have the same meaning as for IDE drives.
    180 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    181 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    182 #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    183 
    184 # PCMCIA network interfaces
    185 #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    186 #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    187 #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    188 #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    189 #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    190 #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    191 #sm*	at pcmcia? function ?		# Megahertz Ethernet
    192 #wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    193 #xe*	at pcmcia? function ?		# Xircom PCMCIA cards
    194 
    195 #mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    196 #com*	at mhzc?
    197 #sm*	at mhzc?
    198 
    199 # PCMCIA serial interfaces
    200 #com*	at pcmcia? function ?		# Modems and serial cards
    201 
    202 #pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    203 #com*	at pcmcom? slave ?		# ...and the slave devices
    204 
    205 # PCMCIA SCSI interfaces
    206 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    207 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    208 
    209 scsibus* at aic?
    210 scsibus* at esp?
    211 
    212 # SCSI devices
    213 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    214 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    215 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    216 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    217 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    218 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    219 
    220 # disk/mass storage pseudo-devices
    221 #pseudo-device	ccd		4	# concatenated disks
    222 #pseudo-device	raid		4	# RAIDframe disk driver
    223 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    224 pseudo-device	md		1	# memory disk
    225 pseudo-device	vnd		4	# disk-like interface to files
    226 
    227 # network pseudo-devices
    228 pseudo-device	bpfilter	8	# Berkeley packet filter
    229 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    230 pseudo-device	loop		1	# network loopback
    231 pseudo-device	ppp		2	# Point-to-Point Protocol
    232 
    233 # mouse & keyboard multiplexor pseudo-devices
    234 pseudo-device	wsmux		2
    235 
    236 # a pseudo device needed for Coda	# also needs CODA (above)
    237 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    238 
    239 # miscellaneous pseudo-devices
    240 pseudo-device   rnd                     # /dev/random and in-kernel generator
    241 pseudo-device	pty			# pseudo-terminals
    242 
    243 # for IPv6
    244 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    245 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    246