Home | History | Annotate | Line # | Download | only in conf
TX3912 revision 1.12
      1 #
      2 # Distribution kernel (TX3912 based model) kernel config file
      3 
      4 #
      5 #	$NetBSD: TX3912,v 1.12 2000/03/12 15:28:12 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 file-system	FFS		# fast filesystem with user and group quotas
     56 file-system	MFS		# memory-based filesystem
     57 file-system	KERNFS		# /kern (kernel informational filesystem)
     58 file-system	PROCFS		# /proc
     59 file-system	UNION
     60 
     61 # Networking options
     62 options		INET		# Internet protocols
     63 
     64 config		netbsd		root on ? type ?
     65 
     66 txsim*	at	mainbus0
     67 
     68 #
     69 # System Internal Modules
     70 #
     71 tx39biu*	at	txsim?
     72 tx39icu*	at	txsim?
     73 tx39clock*	at	txsim?
     74 tx39power*	at	txsim?
     75 tx3912video*	at	txsim?
     76 tx39io*		at	txsim?
     77 tx39sib*	at	txsim?
     78 tx39uart*	at	txsim?
     79 txcom0		at	tx39uart? slot 0
     80 txcom1		at	tx39uart? slot 1
     81 tx39ir*		at	txcom1
     82 
     83 #
     84 # TX39 external modules. (Platform dependent)
     85 #
     86 options USE_POLL	# keyboard / touchpanel device  requires this
     87 
     88 # IO module manager (Don't delete)
     89 txioman3	at	tx39io? platform COMPAQ_C
     90 txioman4	at	tx39io? platform PHILIPS_NINO
     91 txioman5	at	tx39io? platform SHARP_MOBILON
     92 txioman*	at	tx39io?	# misc unknown.
     93 
     94 # Chip select manager
     95 txcsbus3	at	tx39biu? platform COMPAQ_C
     96 txcsbus4	at	tx39biu? platform PHILIPS_NINO
     97 txcsbus5	at	tx39biu? platform SHARP_MOBILON
     98 txcsbus*	at	tx39biu?	# misc unknown.
     99 
    100 # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    101 tc5165buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
    102 tc5165buf*	at	txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
    103 skbd*		at	tc5165buf?
    104 
    105 # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
    106 # card/insert	... 3:2 (98)
    107 # remove	... 5:8 (168)
    108 options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
    109 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
    110 
    111 # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
    112 ucb*		at	tx39sib? slot 0
    113 ucbtp*		at	ucb?
    114 ucbsnd*		at	ucb?
    115 ucbio*		at	ucb?
    116 ucbioport*	at	ucbio? platform COMPAQ_C_810 id BTN_LIGHT port 5
    117 
    118 # WS console uses SUN or VT100 terminal emulation
    119 fb*		at	tx3912video?
    120 wsdisplay*	at	fb?
    121 wskbd*		at	skbd? mux 1
    122 wsmouse*	at	ucbtp? mux 0
    123 btnmgr0		at	mainbus0
    124 wskbd*		at	btnmgr0 mux 1
    125 
    126 options 	WSEMUL_VT100
    127 options 	WSDISPLAY_DEFAULTSCREENS=4
    128 options		WS_KERNEL_FG=WSCOL_GREEN
    129 #options 	FONT_VT220L8x8
    130 options 	FONT_VT220L8x10
    131 
    132 # PCMCIA bus support
    133 pcmcia* at it8368e? controller ? socket ?
    134 
    135 # PCMCIA IDE disk
    136 wdc*	at pcmcia? function ?
    137 wd*	at wdc? channel ? drive ? flags 0x0000
    138 
    139 # ATAPI bus support
    140 atapibus* at wdc? channel ?
    141 
    142 # PCMCIA network interfaces
    143 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    144 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    145 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    146 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    147 com*	at mhzc?
    148 sm*	at mhzc?
    149 
    150 com*	at pcmcia? function ?		# Modems and serial cards
    151 
    152 # PCMCIA SCSI interfaces
    153 aic*	at pcmcia? function ?
    154 scsibus* at aic?
    155 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    156 
    157 # disk/mass storage pseudo-devices
    158 pseudo-device	vnd		4	# disk-like interface to files
    159 pseudo-device	md		1	# memory disk
    160 
    161 pseudo-device	bpfilter	8	# Berkeley packet filter
    162 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    163 pseudo-device	loop		1	# network loopback
    164 pseudo-device	ppp		2	# Point-to-Point Protocol
    165 pseudo-device	pty		64	# pseudo ptys
    166 
    167 # mouse & keyboard multiplexor pseudo-devices
    168 pseudo-device	wsmux		2
    169 
    170