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