Home | History | Annotate | Line # | Download | only in conf
TX3922 revision 1.40
      1   1.1       uch #
      2  1.17       uch # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
      3   1.1       uch #
      4  1.40  jdolecek #	$NetBSD: TX3922,v 1.40 2002/01/27 13:23:16 jdolecek Exp $
      5   1.1       uch #
      6   1.1       uch include		"arch/hpcmips/conf/std.hpcmips"
      7   1.1       uch 
      8  1.36       uch maxusers	16
      9   1.1       uch 
     10  1.38       uch include		"arch/hpcmips/conf/std.hpcmips.tx39"
     11  1.11       uch options 	TX392X			# Toshiba TX3922
     12   1.1       uch 
     13  1.11       uch options 	TX39_DEBUG
     14  1.35     lukem #options 	TX39_WATCHDOGTIMER
     15  1.35     lukem #options 	WINCE_DEFAULT_SETTING	# Debugging use
     16  1.11       uch #options 	TX39ICUDEBUG
     17  1.11       uch #options 	TX39BIUDEBUG
     18  1.11       uch #options 	TX39POWERDEBUG
     19  1.11       uch #options 	TX39UARTDEBUG
     20  1.11       uch 
     21  1.11       uch options 	DDB			# in-kernel debugger
     22  1.11       uch #options 	DIAGNOSTIC		# extra kernel debugging checks
     23  1.11       uch options 	DEBUG			# extra kernel debugging support
     24  1.11       uch options 	KTRACE			# system call tracing support
     25  1.35     lukem options 	MSGBUFSIZE=65534
     26   1.1       uch 
     27  1.11       uch options 	SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     28   1.1       uch 
     29  1.11       uch options 	COMPAT_43
     30   1.1       uch 
     31   1.2       uch options 	SCSIVERBOSE	# human readable SCSI error messages
     32  1.11       uch options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     33   1.2       uch options 	USBVERBOSE	# verbose USB device autoconfig messages
     34  1.20  augustss options 	MIIVERBOSE	# verbose PHY autoconfig messages
     35   1.1       uch 
     36  1.13       uch options 	NTP			# network time protocol
     37  1.13       uch #options 	UCONSOLE		# users can redirect console (unsafe)
     38  1.40  jdolecek 
     39  1.40  jdolecek #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     40  1.11       uch 
     41  1.13       uch # File systems
     42  1.13       uch file-system 	FFS		# UFS
     43  1.13       uch #file-system 	EXT2FS		# second extended file system (linux)
     44  1.13       uch #file-system 	LFS		# log-structured file system
     45  1.13       uch file-system 	MFS		# memory file system
     46  1.13       uch file-system 	NFS		# Network File System client
     47  1.13       uch #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     48  1.13       uch file-system 	MSDOSFS		# MS-DOS file system
     49  1.13       uch file-system 	FDESC		# /dev/fd
     50  1.13       uch file-system 	KERNFS		# /kern
     51  1.13       uch #file-system 	NULLFS		# loopback file system
     52  1.13       uch #file-system 	OVERLAY		# overlay file system
     53  1.13       uch #file-system 	PORTAL		# portal filesystem (still experimental)
     54  1.13       uch file-system 	PROCFS		# /proc
     55  1.13       uch #file-system 	UMAPFS		# NULLFS + uid and gid remapping
     56  1.11       uch file-system 	UNION		# union file system
     57  1.13       uch #file-system	CODA		# Coda File System; also needs vcoda (below)
     58  1.13       uch 
     59  1.13       uch # Networking options
     60  1.13       uch #options 	GATEWAY		# IP packet forwarding
     61  1.13       uch options 	INET		# IP + ICMP + TCP + UDP
     62  1.13       uch options 	INET6		# IPV6
     63  1.13       uch #options 	IPSEC		# IP security
     64  1.13       uch #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     65  1.13       uch #options 	IPSEC_DEBUG	# debug for IP security
     66  1.13       uch #options 	MROUTING	# Multicast routing support
     67  1.13       uch #options 	ISO		# OSI networking
     68  1.13       uch #options 	TPIP		# TPIP
     69  1.13       uch #options 	EON		# OSI tunneling over IP
     70  1.13       uch #options 	CCITT,LLC,HDLC	# X.25
     71   1.5       uch 
     72   1.7       uch options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     73  1.35     lukem options 	SOFTDEP		# FFS soft updates support.
     74  1.13       uch #options 	QUOTA		# UFS quotas
     75  1.26      shin options 	VNODE_OP_NOINLINE # don't inline vnode op calls
     76   1.8      shin 
     77   1.8      shin options 	NFS_BOOT_DHCP
     78  1.39  takemura 
     79  1.39  takemura # compile options
     80  1.39  takemura makeoptions	DEFGP="-G 18"
     81   1.7       uch 
     82   1.1       uch config		netbsd		root on ? type ?
     83   1.1       uch 
     84   1.1       uch # Networking options
     85  1.11       uch options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     86  1.11       uch options 	PPP_DEFLATE	# Deflate compression support for PPP
     87  1.11       uch options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     88  1.11       uch 
     89  1.27       uch # temporally power management
     90  1.27       uch hpcapm0	at mainbus0			# power management
     91  1.27       uch apmdev0	at hpcapm0			# APM
     92   1.1       uch 
     93  1.11       uch txcsbus1	at tx39biu? platform SHARP_TELIOS
     94  1.11       uch txcsbus2	at tx39biu? platform VICTOR_INTERLINK
     95   1.3       uch 
     96  1.32       uch # IO module manager (virtual bridge) DO NOT DELETE
     97  1.32       uch txioman* at txsim?
     98  1.32       uch # iochip 0 TX39 internal IO
     99  1.32       uch #	 1 TX39 internal MFIO
    100  1.32       uch #	 2 BETTY IO
    101  1.28       uch #	(3) ITE IO notyet
    102  1.28       uch #	(4) Plum2 IO (EXTPW[0:2]) notyet
    103  1.32       uch hpcioman1 at txioman? platform SHARP_TELIOS_HCAJ1
    104  1.35     lukem hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    105  1.35     lukem hpcin*	at hpcioman1 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    106  1.33       uch hpcin*	at hpcioman1 iochip 1 evtype PMEVENT id PME_AC	   port 6  edge 1 # AC-power
    107  1.33       uch hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    108  1.33       uch hpcin*	at hpcioman1 iochip 0 evtype EVENT   id COM0_DCD   port 29 edge 3
    109  1.33       uch hpcout*	at hpcioman1 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    110  1.32       uch 
    111  1.32       uch hpcioman2 at txioman? platform SHARP_TELIOS_HCVJ1C_JP
    112  1.35     lukem hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP0   port 7  edge 1 # IE button
    113  1.35     lukem hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP1   port 8  edge 1 # Mail button
    114  1.33       uch hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP2   port 11 edge 1 # Video button
    115  1.33       uch hpcin*	at hpcioman2 iochip 1 evtype BUTTON  id BTN_APP3   port 12 edge 1 # Head phone button
    116  1.33       uch hpcin*	at hpcioman2 iochip 1 evtype PMEVENT id PME_AC     port 6
    117  1.33       uch hpcin*	at hpcioman2 iochip 0 evtype EVENT   id COM0_CTS   port 27 edge 3
    118  1.33       uch hpcin*	at hpcioman2 iochip 1 evtype EVENT   id COM0_DCD   port 13 edge 3
    119  1.33       uch hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_COM0 port 15
    120  1.33       uch hpcout*	at hpcioman2 iochip 1 evtype POWER   id PWCTL_LED  port 4  flags 3 #(blink)
    121  1.32       uch 
    122  1.32       uch # InterLink (not maintainanced.)
    123  1.32       uch hpcioman3 at txioman? platform VICTOR_INTERLINK
    124  1.33       uch hpcin*	at hpcioman3 iochip 1 evtype BUTTON id BTN_COVER   port 4
    125  1.33       uch hpcin*	at hpcioman3 iochip 1 evtype BUTTON id BTN_REC	port 7
    126  1.33       uch hpcin*	at hpcioman3 iochip 0 evtype EVENT  id COM0_DCD	port 29
    127  1.33       uch hpcin*	at hpcioman3 iochip 0 evtype EVENT  id COM0_CTS	port 30
    128  1.28       uch # kbd MFIO:7 ?
    129  1.28       uch 
    130  1.35     lukem options 	USE_POLL
    131   1.3       uch 
    132   1.5       uch # PHILIPS UCB1200 / TOSHIBA TC35413F modem/audio analog front-end
    133  1.11       uch ucb*		at tx39sib? slot 0
    134  1.28       uch ucbtp*		at ucb?
    135  1.11       uch ucbsnd*		at ucb?
    136  1.28       uch ucbio*		at ucb?
    137   1.5       uch 
    138   1.7       uch # PHILIPS 74ALVC*1624? / TOSHIBA TC5165BFTS buffer chip (keyboard)
    139  1.35     lukem # chip select: CS1, IRQ: 3:12/4:12 (irq1 108)
    140  1.28       uch # interrupt-mode don't work. use polling mode.
    141  1.11       uch tc5165buf*	at txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16
    142  1.24  takemura hpckbd*		at tc5165buf?
    143  1.27       uch #wsmouse*	at ucbtp? mux 0
    144   1.3       uch 
    145   1.3       uch # VICTOR InterLink keyboard driver
    146   1.3       uch # chip select: CARD1 IRQ ???
    147  1.11       uch m38813c*	at txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
    148  1.24  takemura hpckbd*		at m38813c?
    149   1.1       uch 
    150  1.35     lukem # TC6358TB(Plum2)
    151  1.35     lukem #  register space: CS3,
    152   1.2       uch #  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
    153   1.1       uch #
    154  1.11       uch plum*		at txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
    155  1.11       uch plumicu*	at plum?
    156  1.11       uch plumpower*	at plum?
    157  1.11       uch plumvideo*	at plum?
    158  1.11       uch plumpcmcia*	at plum?
    159  1.11       uch #plumiobus*	at plum?
    160  1.11       uch #plumisab0	at plumiobus? platform ? slot 0
    161  1.11       uch ohci*	at plum?
    162  1.13       uch 
    163  1.13       uch # USB bus support
    164  1.11       uch usb*	at ohci?
    165  1.11       uch 
    166  1.11       uch # USB Hubs
    167  1.11       uch uhub*	at usb?
    168  1.11       uch uhub*	at uhub? port ? configuration ? interface ?
    169  1.11       uch 
    170  1.37  augustss # USB HID device
    171  1.37  augustss uhidev*	at uhub? port ? configuration ? interface ?
    172  1.37  augustss 
    173  1.11       uch # USB Mice
    174  1.37  augustss ums*	at uhidev? reportid ?
    175  1.11       uch wsmouse*	at ums? mux 0
    176  1.11       uch 
    177  1.11       uch # USB Keyboards
    178  1.37  augustss ukbd*	at uhidev? reportid ?
    179  1.11       uch wskbd*	at ukbd? console ? mux 1
    180  1.11       uch 
    181  1.37  augustss # USB Generic HID devices
    182  1.37  augustss uhid*	at uhidev? reportid ?
    183  1.37  augustss 
    184  1.13       uch # USB joystick, game pad
    185  1.13       uch #ujoy*	at uhub? configuration ? interface ?
    186  1.13       uch 
    187  1.13       uch # USB Printer
    188  1.11       uch ulpt*	at uhub? port ? configuration ? interface ?
    189  1.13       uch 
    190  1.13       uch # USB Modem
    191  1.11       uch umodem*	at uhub? port ? configuration ?
    192  1.11       uch ucom*	at umodem?
    193  1.13       uch 
    194  1.13       uch # USB Mass Storage
    195  1.11       uch umass*	at uhub? port ? configuration ? interface ?
    196  1.12  augustss atapibus* at umass? channel ?
    197  1.11       uch scsibus* at umass? channel ?
    198  1.11       uch 
    199  1.11       uch # USB audio
    200  1.11       uch uaudio*	at uhub? port ? configuration ?
    201  1.11       uch audio*	at uaudio?
    202  1.11       uch 
    203  1.11       uch # USB Ethernet adapters
    204  1.11       uch aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    205  1.11       uch cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    206  1.11       uch kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    207  1.14       uch 
    208  1.14       uch # Prolofic PL2301/PL2302 host-to-host adapter
    209  1.14       uch upl*	at uhub? port ?
    210  1.14       uch 
    211  1.14       uch # USB Handspring Visor
    212  1.14       uch uvisor*	at uhub? port ?
    213  1.14       uch ucom*	at uvisor?
    214  1.29  augustss 
    215  1.29  augustss # USB scanners
    216  1.29  augustss uscanner* at uhub? port ?
    217  1.31  augustss 
    218  1.31  augustss # Y@P firmware loader
    219  1.31  augustss uyap* at uhub? port ?
    220  1.11       uch 
    221  1.11       uch # USB Generic driver
    222  1.11       uch ugen*	at uhub? port ?
    223  1.11       uch 
    224  1.11       uch # MII/PHY support
    225  1.11       uch exphy*	at mii? phy ?			# 3Com internal PHYs
    226  1.11       uch icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
    227  1.11       uch inphy*	at mii? phy ?			# Intel 82555 PHYs
    228  1.11       uch iophy*	at mii? phy ?			# Intel 82553 PHYs
    229  1.11       uch lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    230  1.11       uch nsphy*	at mii? phy ?			# NS83840 PHYs
    231  1.11       uch nsphyter* at mii? phy ?			# NS83843 PHYs
    232  1.11       uch qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    233  1.11       uch sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    234  1.11       uch tlphy*	at mii? phy ?			# ThunderLAN PHYs
    235  1.11       uch tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    236  1.11       uch ukphy*	at mii? phy ?			# generic unknown PHYs
    237   1.1       uch 
    238   1.1       uch # WS console uses SUN or VT100 terminal emulation
    239  1.18       uch hpcfb*		at plumvideo?
    240  1.11       uch wsdisplay*	at hpcfb?
    241  1.24  takemura wskbd*		at hpckbd? mux 1
    242  1.11       uch btnmgr0		at mainbus0
    243  1.11       uch wskbd*		at btnmgr0 mux 1
    244   1.1       uch 
    245   1.1       uch options 	WSEMUL_VT100
    246   1.1       uch options 	WSDISPLAY_DEFAULTSCREENS=4
    247   1.1       uch options 	FONT_VT220L8x10
    248  1.21       uch options 	WS_KERNEL_FG=WSCOL_BROWN
    249  1.21       uch options 	WS_KERNEL_BG=WSCOL_BLUE
    250  1.19  takemura # compatibility to other console drivers
    251  1.19  takemura options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    252  1.19  takemura options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    253  1.19  takemura options 	WSDISPLAY_COMPAT_USL		# VT handling
    254  1.19  takemura options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    255   1.1       uch 
    256   1.1       uch # PCMCIA bus support
    257   1.1       uch pcmcia* at plumpcmcia? controller ? socket ?
    258   1.1       uch 
    259   1.1       uch # PCMCIA IDE disk
    260   1.1       uch wdc*	at pcmcia? function ?
    261   1.1       uch wd*	at wdc? channel ? drive ? flags 0x0000
    262   1.1       uch 
    263   1.1       uch # ATAPI bus support
    264   1.1       uch atapibus* at wdc? channel ?
    265   1.1       uch 
    266  1.13       uch # ATAPI devices
    267  1.13       uch # flags have the same meaning as for IDE drives.
    268  1.13       uch cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    269  1.13       uch sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    270  1.13       uch #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    271  1.13       uch 
    272   1.1       uch # PCMCIA network interfaces
    273  1.13       uch awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    274  1.13       uch cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    275   1.1       uch ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    276   1.1       uch mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    277   1.1       uch ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    278  1.13       uch ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    279  1.13       uch sm*	at pcmcia? function ?		# Megahertz Ethernet
    280  1.13       uch wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
    281  1.13       uch #xe*	at pcmcia? function ?		# Xircom PCMCIA cards
    282  1.13       uch 
    283  1.11       uch mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    284  1.11       uch com*	at mhzc?
    285  1.11       uch sm*	at mhzc?
    286   1.1       uch 
    287  1.13       uch # PCMCIA serial interfaces
    288   1.1       uch com*	at pcmcia? function ?		# Modems and serial cards
    289   1.1       uch 
    290  1.13       uch pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    291  1.13       uch com*	at pcmcom? slave ?		# ...and the slave devices
    292  1.13       uch 
    293   1.1       uch # PCMCIA SCSI interfaces
    294  1.13       uch aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    295  1.13       uch esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    296  1.13       uch 
    297   1.1       uch scsibus* at aic?
    298  1.13       uch scsibus* at esp?
    299  1.13       uch 
    300  1.13       uch # SCSI devices
    301   1.1       uch sd*	at scsibus? target ? lun ?	# SCSI disk drives
    302  1.13       uch #st*	at scsibus? target ? lun ?	# SCSI tape drives
    303  1.13       uch #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    304  1.13       uch #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    305  1.13       uch #ss*	at scsibus? target ? lun ?	# SCSI scanners
    306  1.13       uch #uk*	at scsibus? target ? lun ?	# SCSI unknown
    307   1.1       uch 
    308  1.11       uch # disk/mass storage pseudo-devices
    309  1.13       uch #pseudo-device	ccd		4	# concatenated disks
    310  1.13       uch #pseudo-device	raid		4	# RAIDframe disk driver
    311  1.13       uch #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    312  1.13       uch pseudo-device	md		1	# memory disk
    313  1.11       uch pseudo-device	vnd		4	# disk-like interface to files
    314  1.11       uch 
    315  1.13       uch # network pseudo-devices
    316  1.11       uch pseudo-device	bpfilter	8	# Berkeley packet filter
    317  1.11       uch pseudo-device	ipfilter		# IP filter (firewall) and NAT
    318   1.1       uch pseudo-device	loop		1	# network loopback
    319  1.11       uch pseudo-device	ppp		2	# Point-to-Point Protocol
    320  1.11       uch 
    321  1.11       uch # mouse & keyboard multiplexor pseudo-devices
    322  1.34  augustss pseudo-device	wsmux
    323  1.13       uch 
    324  1.13       uch # miscellaneous pseudo-devices
    325  1.35     lukem pseudo-device	rnd			# /dev/random and in-kernel generator
    326  1.25  jdolecek pseudo-device	pty			# pseudo-terminals
    327  1.13       uch 
    328  1.13       uch # a pseudo device needed for Coda	# also needs CODA (above)
    329  1.13       uch #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    330  1.13       uch 
    331  1.13       uch # for IPv6
    332  1.13       uch pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    333  1.13       uch #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    334