Home | History | Annotate | Line # | Download | only in conf
TX3922 revision 1.1
      1 #
      2 # Distribution kernel (TX3922 based model) kernel config file
      3 
      4 #
      5 #	$NetBSD: TX3922,v 1.1 1999/11/21 07:04:32 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		NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     31 options 	RTC_OFFSET=-540		# JST-9
     32 
     33 options		__NO_SOFT_SERIAL_INTERRUPT
     34 options		SERIALCONSSLOT=0	# UARTA 0, UARTB 1
     35 
     36 options		COMPAT_43
     37 
     38 options		PCMCIAVERBOSE	# verbose PCMCIA configuration messages
     39 
     40 file-system	FFS		# fast filesystem with user and group quotas
     41 config		netbsd		root on ? type ?
     42 
     43 # Networking options
     44 options		INET		# Internet protocols
     45 
     46 txsim*	at	mainbus0
     47 #
     48 # TX39 System Internal Modules
     49 #
     50 tx39biu*	at	txsim?
     51 tx39icu*	at	txsim?
     52 tx39clock*	at	txsim?
     53 tx39power*	at	txsim?
     54 tx39io*		at	txsim?
     55 tx39uart*	at	txsim?
     56 txcom0		at	tx39uart? slot 0
     57 txcom1		at	tx39uart? slot 1
     58 
     59 txcsbus*	at	tx39biu? platform ?
     60 
     61 #
     62 # TC6358TB(Plum2) register space: CS3,	 I/O space: MCS0 & MCS1,  IRQ: 8:21 (IO[5] positive)
     63 #
     64 plum*		at	txcsbus? regcs 3 regcswidth 32 iocs 4 iocswidth 32 memcs 5 memcswidth 32 irq1 277
     65 plumicu*	at	plum?
     66 plumpower*	at	plum?
     67 plumvideo*	at	plum?
     68 plumpcmcia*	at	plum?
     69 plumiobus*	at	plum?
     70 
     71 plumisab0	at	plumiobus? platform ? slot 0
     72 # ISA bus support
     73 isa0		at	plumisab0
     74 
     75 # WS console uses SUN or VT100 terminal emulation
     76 #fb*		at	plumvideo?
     77 #wsdisplay*	at	fb?
     78 
     79 options 	WSEMUL_VT100
     80 options 	WSDISPLAY_DEFAULTSCREENS=4
     81 #options 	FONT_VT220L8x8
     82 options 	FONT_VT220L8x10
     83 
     84 #pckbc0		at	isa0		# pc keyboard controller
     85 #pckbd*		at	pckbc?		# PC keyboard
     86 #wskbd* 		at	pckbd? console ?
     87 
     88 # PCMCIA bus support
     89 pcmcia* at plumpcmcia? controller ? socket ?
     90 
     91 # PCMCIA IDE disk
     92 wdc*	at pcmcia? function ?
     93 wd*	at wdc? channel ? drive ? flags 0x0000
     94 
     95 # ATAPI bus support
     96 atapibus* at wdc? channel ?
     97 
     98 # PCMCIA network interfaces
     99 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    100 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    101 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    102 sm*	at pcmcia? function ?		# Megahertz Ethernet
    103 
    104 com*	at pcmcia? function ?		# Modems and serial cards
    105 
    106 # PCMCIA SCSI interfaces
    107 aic*	at pcmcia? function ?
    108 scsibus* at aic?
    109 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    110 
    111 pseudo-device	loop		1	# network loopback
    112 pseudo-device	pty		64	# pseudo ptys
    113 
    114 #pseudo-device	biconsdev	1	# build-in console device
    115