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