Home | History | Annotate | Line # | Download | only in conf
TX3912 revision 1.4
      1  1.1  uch #
      2  1.1  uch # Distribution kernel (TX3912 based model) kernel config file
      3  1.1  uch 
      4  1.1  uch #
      5  1.4  uch #	$NetBSD: TX3912,v 1.4 2000/01/07 15:19:14 uch Exp $
      6  1.1  uch #
      7  1.1  uch include		"arch/hpcmips/conf/std.hpcmips"
      8  1.1  uch 
      9  1.1  uch maxusers	8
     10  1.1  uch 
     11  1.1  uch options		MIPS1			# R2000/R3000 CPUs
     12  1.1  uch options		ENABLE_MIPS_TX3900	# R3900 CPU core
     13  1.1  uch options		SOFTFLOAT		# No FPU
     14  1.1  uch #options	R3900_CACHE_DISABLE	# Disable I/D-cache
     15  1.1  uch 
     16  1.1  uch options		TX39XX			# Toshiba TX39 series
     17  1.1  uch options		TX391X			# Product TMPR3912
     18  1.4  uch options		KSEG2IOBUFSIZE=0x08000000	# MCS0/MCS1 are mapped to kseg2
     19  1.1  uch 
     20  1.1  uch options		TX39_DEBUG
     21  1.4  uch options		TX39_WATCHDOGTIMER
     22  1.2  uch #options		TX39ICUDEBUG
     23  1.2  uch #options		TX39CLKDEBUG
     24  1.2  uch #options		TX39BIUDEBUG
     25  1.2  uch #options		TX39IODEBUG
     26  1.2  uch #options		TX39POWERDEBUG
     27  1.2  uch #options		TX39UARTDEBUG
     28  1.1  uch 
     29  1.1  uch options		__NO_SOFT_SERIAL_INTERRUPT
     30  1.1  uch options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     31  1.1  uch 
     32  1.1  uch options		DDB			# in-kernel debugger
     33  1.2  uch options		DIAGNOSTIC		# extra kernel debugging checks
     34  1.2  uch options		DEBUG			# extra kernel debugging support
     35  1.1  uch options		KTRACE			# system call tracing support
     36  1.1  uch options		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     37  1.1  uch #options	 MINIROOTSIZE=10000
     38  1.1  uch 
     39  1.1  uch options		COMPAT_43
     40  1.1  uch 
     41  1.2  uch options 	SCSIVERBOSE	# human readable SCSI error messages
     42  1.1  uch options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     43  1.1  uch 
     44  1.1  uch file-system	FFS		# fast filesystem with user and group quotas
     45  1.1  uch file-system	MFS		# memory-based filesystem
     46  1.1  uch file-system	KERNFS		# /kern (kernel informational filesystem)
     47  1.1  uch file-system	PROCFS		# /proc
     48  1.1  uch file-system	UNION
     49  1.1  uch 
     50  1.1  uch # Networking options
     51  1.1  uch options		INET		# Internet protocols
     52  1.1  uch 
     53  1.1  uch config		netbsd		root on ? type ?
     54  1.1  uch 
     55  1.1  uch txsim*	at	mainbus0
     56  1.1  uch #
     57  1.1  uch # System Internal Modules
     58  1.1  uch #
     59  1.1  uch tx39biu*	at	txsim?
     60  1.1  uch tx39icu*	at	txsim?
     61  1.1  uch tx39clock*	at	txsim?
     62  1.1  uch tx39power*	at	txsim?
     63  1.1  uch tx3912video*	at	txsim?
     64  1.4  uch #options COMPAQ_LOCAL_INTR
     65  1.1  uch tx39io*		at	txsim?
     66  1.4  uch tx39sib*	at	txsim?
     67  1.1  uch tx39uart*	at	txsim?
     68  1.1  uch txcom0		at	tx39uart? slot 0
     69  1.1  uch txcom1		at	tx39uart? slot 1
     70  1.1  uch 
     71  1.1  uch #
     72  1.1  uch # TX39 external modules. (Platform dependent)
     73  1.1  uch #
     74  1.4  uch options USE_POLL	# keyboard device requires this
     75  1.1  uch 
     76  1.1  uch txcsbus3	at	tx39biu? platform COMPAQ_C
     77  1.3  uch txcsbus4	at	tx39biu? platform PHILIPS_NINO
     78  1.4  uch txcsbus5	at	tx39biu? platform SHARP_MOBILON
     79  1.4  uch txcsbus*	at	tx39biu?	# misc unknown.
     80  1.2  uch 
     81  1.2  uch # PHILIPS 74ALVC*1624? connected keyboard
     82  1.2  uch #
     83  1.4  uch tc5165buf*	at	txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
     84  1.4  uch tc5165buf*	at	txcsbus5 iocs 4 iocsbase 0 iocssize 0x100 iocswidth 16
     85  1.4  uch skbd*		at	tc5165buf?
     86  1.2  uch 
     87  1.2  uch # ITE IT8368E PCMCIA buffer chip
     88  1.1  uch # card		... 3:2 (98)
     89  1.2  uch # insert/remove ... 5:1/8 (161/168)
     90  1.4  uch options	IT8368E_LEGACY_MODE	# Mobilon HC-4100 requires this
     91  1.3  uch it8368e*	at	txcsbus? regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
     92  1.1  uch 
     93  1.4  uch # PHILIPS UCB1200 modem/audio analog front-end
     94  1.4  uch #ucb*		at	tx39sib? slot 0
     95  1.1  uch 
     96  1.1  uch # WS console uses SUN or VT100 terminal emulation
     97  1.1  uch fb*		at	tx3912video?
     98  1.1  uch wsdisplay*	at	fb?
     99  1.2  uch wskbd*		at	skbd? mux 1
    100  1.4  uch #wsmouse*	at	ucb? mux 0
    101  1.1  uch 
    102  1.1  uch options 	WSEMUL_VT100
    103  1.1  uch options 	WSDISPLAY_DEFAULTSCREENS=4
    104  1.4  uch options		WS_KERNEL_FG=WSCOL_GREEN
    105  1.1  uch #options 	FONT_VT220L8x8
    106  1.1  uch options 	FONT_VT220L8x10
    107  1.1  uch 
    108  1.1  uch # PCMCIA bus support
    109  1.1  uch pcmcia* at it8368e? controller ? socket ?
    110  1.1  uch 
    111  1.1  uch # PCMCIA IDE disk
    112  1.1  uch wdc*	at pcmcia? function ?
    113  1.1  uch wd*	at wdc? channel ? drive ? flags 0x0000
    114  1.1  uch 
    115  1.1  uch # ATAPI bus support
    116  1.1  uch atapibus* at wdc? channel ?
    117  1.1  uch 
    118  1.1  uch # PCMCIA network interfaces
    119  1.1  uch ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    120  1.1  uch mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    121  1.1  uch ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    122  1.4  uch mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    123  1.4  uch com*	at mhzc?
    124  1.4  uch sm*	at mhzc?
    125  1.1  uch 
    126  1.1  uch com*	at pcmcia? function ?		# Modems and serial cards
    127  1.1  uch 
    128  1.1  uch # PCMCIA SCSI interfaces
    129  1.1  uch aic*	at pcmcia? function ?
    130  1.1  uch scsibus* at aic?
    131  1.1  uch sd*	at scsibus? target ? lun ?	# SCSI disk drives
    132  1.1  uch 
    133  1.4  uch # disk/mass storage pseudo-devices
    134  1.4  uch pseudo-device	vnd		4	# disk-like interface to files
    135  1.4  uch pseudo-device	md		1	# memory disk
    136  1.4  uch 
    137  1.4  uch pseudo-device	bpfilter	8	# Berkeley packet filter
    138  1.1  uch pseudo-device	loop		1	# network loopback
    139  1.4  uch pseudo-device	ppp		2	# Point-to-Point Protocol
    140  1.1  uch pseudo-device	pty		64	# pseudo ptys
    141  1.1  uch 
    142  1.4  uch # mouse & keyboard multiplexor pseudo-devices
    143  1.4  uch pseudo-device	wsmux		2
    144