Home | History | Annotate | Line # | Download | only in conf
TX3912 revision 1.15
      1 #
      2 # Distribution kernel (TX3912 based model) kernel config file
      3 
      4 #
      5 #	$NetBSD: TX3912,v 1.15 2000/04/09 14:14:50 uch 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 # Pull in config fragments for kernel crypto.  Use only one of these,
     77 # and adjust the prefixes as necessary.
     78 
     79 #prefix ../crypto-us/sys
     80 #cinclude "conf/files.crypto-us"
     81 #prefix
     82 
     83 #prefix ../crypto-intl/sys
     84 #cinclude "conf/files.crypto-intl"
     85 #prefix
     86 
     87 # Networking options
     88 #options 	GATEWAY		# IP packet forwarding
     89 options 	INET		# IP + ICMP + TCP + UDP
     90 options 	INET6		# IPV6
     91 #options 	IPSEC		# IP security
     92 #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     93 #options 	IPSEC_DEBUG	# debug for IP security
     94 #options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     95 #options 	MROUTING	# Multicast routing support
     96 #options 	ISO		# OSI networking
     97 #options 	TPIP		# TPIP
     98 #options 	EON		# OSI tunneling over IP
     99 #options 	CCITT,LLC,HDLC	# X.25
    100 
    101 options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
    102 #options 	SOFTDEP         # FFS soft updates support.
    103 #options 	QUOTA		# UFS quotas
    104 
    105 options 	NFS_BOOT_DHCP
    106 
    107 config		netbsd		root on ? type ?
    108 
    109 txsim*	at mainbus0
    110 #
    111 # System Internal Modules
    112 #
    113 tx39biu*	at txsim?
    114 tx39icu*	at txsim?
    115 tx39clock*	at txsim?
    116 tx39power*	at txsim?
    117 tx3912video*	at txsim?
    118 tx39io*		at txsim?
    119 tx39sib*	at txsim?
    120 tx39uart*	at txsim?
    121 txcom0		at tx39uart? slot 0
    122 txcom1		at tx39uart? slot 1
    123 tx39ir*		at txcom1
    124 
    125 #
    126 # TX39 external modules. (Platform dependent)
    127 #
    128 options USE_POLL	# keyboard / touchpanel device  requires this
    129 
    130 # IO module manager (Don't delete)
    131 txioman3	at tx39io? platform COMPAQ_C
    132 txioman4	at tx39io? platform PHILIPS_NINO
    133 txioman5	at tx39io? platform SHARP_MOBILON
    134 txioman*	at tx39io?	# misc unknown.
    135 
    136 # Chip select manager
    137 txcsbus3	at tx39biu? platform COMPAQ_C
    138 txcsbus4	at tx39biu? platform PHILIPS_NINO
    139 txcsbus5	at tx39biu? platform SHARP_MOBILON
    140 txcsbus*	at tx39biu?	# misc unknown.
    141 
    142 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    143 tc5165buf*	at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
    144 tc5165buf*	at txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
    145 skbd*		at tc5165buf?
    146 
    147 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
    148 # card/insert	... 3:2 (98)
    149 # remove	... 5:8 (168)
    150 options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
    151 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
    152 
    153 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
    154 ucb*		at tx39sib? slot 0
    155 ucbtp*		at ucb?
    156 ucbsnd*		at ucb?
    157 ucbio*		at ucb?
    158 ucbioport*	at ucbio? platform COMPAQ_C_810 id BTN_LIGHT port 5
    159 
    160 # WS console uses SUN or VT100 terminal emulation
    161 bivideo*	at tx3912video?
    162 hpcfb*		at bivideo?
    163 wsdisplay*	at hpcfb?
    164 wskbd*		at skbd? mux 1
    165 wsmouse*	at ucbtp? mux 0
    166 btnmgr0		at mainbus0
    167 wskbd*		at btnmgr0 mux 1
    168 
    169 options 	WSEMUL_VT100
    170 options 	WSDISPLAY_DEFAULTSCREENS=4
    171 options 	FONT_VT220L8x10
    172 
    173 # PCMCIA bus support
    174 pcmcia* at it8368e? controller ? socket ?
    175 
    176 # PCMCIA IDE disk
    177 wdc*	at pcmcia? function ?
    178 wd*	at wdc? channel ? drive ? flags 0x0000
    179 
    180 # ATAPI bus support
    181 atapibus* at wdc? channel ?
    182 
    183 # ATAPI devices
    184 # flags have the same meaning as for IDE drives.
    185 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    186 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    187 #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    188 
    189 # PCMCIA network interfaces
    190 #awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    191 #cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    192 #ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    193 #mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    194 #ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    195 #ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    196 #sm*	at pcmcia? function ?		# Megahertz Ethernet
    197 #wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    198 #xe*	at pcmcia? function ?		# Xircom PCMCIA cards
    199 
    200 #mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    201 #com*	at mhzc?
    202 #sm*	at mhzc?
    203 
    204 # PCMCIA serial interfaces
    205 #com*	at pcmcia? function ?		# Modems and serial cards
    206 
    207 #pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    208 #com*	at pcmcom? slave ?		# ...and the slave devices
    209 
    210 # PCMCIA SCSI interfaces
    211 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    212 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    213 
    214 scsibus* at aic?
    215 scsibus* at esp?
    216 
    217 # SCSI devices
    218 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    219 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    220 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    221 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    222 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    223 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    224 
    225 # disk/mass storage pseudo-devices
    226 #pseudo-device	ccd		4	# concatenated disks
    227 #pseudo-device	raid		4	# RAIDframe disk driver
    228 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    229 pseudo-device	md		1	# memory disk
    230 pseudo-device	vnd		4	# disk-like interface to files
    231 
    232 # network pseudo-devices
    233 pseudo-device	bpfilter	8	# Berkeley packet filter
    234 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    235 pseudo-device	loop		1	# network loopback
    236 pseudo-device	ppp		2	# Point-to-Point Protocol
    237 
    238 # mouse & keyboard multiplexor pseudo-devices
    239 pseudo-device	wsmux		2
    240 
    241 # a pseudo device needed for Coda	# also needs CODA (above)
    242 #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    243 
    244 # miscellaneous pseudo-devices
    245 pseudo-device   rnd                     # /dev/random and in-kernel generator
    246 pseudo-device	pty		64	# pseudo ptys
    247 
    248 # for IPv6
    249 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    250 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    251