Home | History | Annotate | Line # | Download | only in conf
TX3922 revision 1.3
      1 #
      2 # Distribution kernel (TX3922 based model) kernel config file
      3 
      4 #
      5 #	$NetBSD: TX3922,v 1.3 1999/12/12 17:08:37 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		SOFTFLOAT		# No FPU
     14 #options		R3900_CACHE_DISABLE	# Disable I/D-cache
     15 
     16 options		TX39XX			# Toshiba TX39 series
     17 options		TX392X			# Toshiba TX3922
     18 options		KSEG2IOBUFSIZE=0x08000000	# MCS0/MCS1 are mapped to kseg2
     19 
     20 options		TX39_DEBUG
     21 #options	TX39_WATCHDOGTIMER
     22 #options	WINCE_DEFAULT_SETTING	# Debugging use
     23 options		TX39ICUDEBUG
     24 options		TX39BIUDEBUG
     25 options		TX39IODEBUG
     26 options		TX39POWERDEBUG
     27 #options		TX39UARTDEBUG
     28 
     29 options		DDB			# in-kernel debugger
     30 options		DIAGNOSTIC		# extra kernel debugging checks
     31 options		DEBUG			# extra kernel debugging support
     32 options		KTRACE			# system call tracing support
     33 options		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     34 
     35 options		__NO_SOFT_SERIAL_INTERRUPT
     36 options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     37 
     38 options		COMPAT_43
     39 
     40 options 	SCSIVERBOSE	# human readable SCSI error messages
     41 options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     42 options 	USBVERBOSE	# verbose USB device autoconfig messages
     43 
     44 file-system	FFS		# fast filesystem with user and group quotas
     45 config		netbsd		root on ? type ?
     46 
     47 # Networking options
     48 options		INET		# Internet protocols
     49 
     50 txsim*	at	mainbus0
     51 #
     52 # TX39 System Internal Modules
     53 #
     54 tx39biu*	at	txsim?
     55 tx39icu*	at	txsim?
     56 tx39clock*	at	txsim?
     57 tx39power*	at	txsim?
     58 tx39io*		at	txsim?
     59 tx39uart*	at	txsim?
     60 txcom0		at	tx39uart? slot 0
     61 txcom1		at	tx39uart? slot 1
     62 
     63 txcsbus1	at	tx39biu? platform SHARP_TELIOS
     64 txcsbus2	at	tx39biu? platform VICTOR_INTERLINK
     65 
     66 options USE_POLL	# m38813,tc5165 requires this
     67 
     68 #
     69 # SHARP Telios keyboard driver 
     70 # chip select: CS1, IRQ: 3:12/4:12
     71 tc5165buf*	at	txcsbus1 iocs 1 iocsbase 0 iocssize 0x100 iocswidth 16 irq1 108
     72 skbd*		at	tc5165buf?
     73 
     74 #
     75 # VICTOR InterLink keyboard driver
     76 # chip select: CARD1 IRQ ???
     77 m38813c*	at	txcsbus2 iocs 8 iocswidth 16 iocsbase 0 iocssize 8
     78 skbd*		at	m38813c?
     79 
     80 #
     81 # TC6358TB(Plum2) 
     82 #  register space: CS3,	 
     83 #  I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
     84 #
     85 plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
     86 plumicu*	at	plum?
     87 plumpower*	at	plum?
     88 plumvideo*	at	plum?
     89 plumpcmcia*	at	plum?
     90 plumiobus*	at	plum?
     91 #ohci*		at	plum?
     92 #plumisab0	at	plumiobus? platform ? slot 0
     93 
     94 #
     95 # fake ISA-bridge directly connected TX3922 chip select.
     96 #
     97 # CS1 connect
     98 # IRQ MFIO 3:7
     99 #txisab*		at	txcsbus? iocs 1 iocswidth 16 irq1 103
    100 # CS2 connect
    101 #txisab*		at	txcsbus? iocs 2 iocswidth 16 irq1 103
    102 # CARD1 io/attr connect
    103 #txisab*		at	txcsbus? iocs 8 iocswidth 16 irq1 103
    104 # ISA bus support
    105 #isa*		at	plumisab?
    106 #isa*		at	txisab?
    107 
    108 
    109 # USB bus support
    110 #usb*		at ohci?
    111 # USB Hubs
    112 #uhub*	at usb?
    113 #uhub*	at uhub? port ? configuration ? interface ?
    114 
    115 # USB Mice
    116 #ums*	at uhub? port ? configuration ? interface ?
    117 #wsmouse*	at ums? mux 0
    118 
    119 # USB Keyboards
    120 #ukbd*	at uhub? port ? configuration ? interface ?
    121 #wskbd*	at ukbd? console ? mux 1
    122 
    123 # WS console uses SUN or VT100 terminal emulation
    124 fb*		at	plumvideo?
    125 wsdisplay*	at	fb?
    126 wskbd*		at	skbd? mux 1
    127 
    128 options 	WSEMUL_VT100
    129 options 	WSDISPLAY_DEFAULTSCREENS=4
    130 options 	FONT_VT220L8x10
    131 
    132 # PCMCIA bus support
    133 pcmcia* at plumpcmcia? 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 sm*	at pcmcia? function ?		# Megahertz Ethernet
    147 
    148 com*	at pcmcia? function ?		# Modems and serial cards
    149 
    150 # PCMCIA SCSI interfaces
    151 aic*	at pcmcia? function ?
    152 scsibus* at aic?
    153 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    154 
    155 pseudo-device	loop		1	# network loopback
    156 pseudo-device	pty		64	# pseudo ptys
    157