NetBSD/sys/arch/hpcmips/conf/TX3912

140 lines
3.5 KiB
Plaintext
Raw Normal View History

1999-11-21 10:04:31 +03:00
#
# Distribution kernel (TX3912 based model) kernel config file
#
1999-12-08 18:54:11 +03:00
# $NetBSD: TX3912,v 1.2 1999/12/08 15:56:03 uch Exp $
1999-11-21 10:04:31 +03:00
#
include "arch/hpcmips/conf/std.hpcmips"
maxusers 8
options MIPS1 # R2000/R3000 CPUs
options ENABLE_MIPS_TX3900 # R3900 CPU core
options SOFTFLOAT # No FPU
#options R3900_CACHE_DISABLE # Disable I/D-cache
options TX39XX # Toshiba TX39 series
options TX391X # Product TMPR3912
options TX39_DEBUG
1999-12-08 18:54:11 +03:00
#options TX39_WATCHDOGTIMER
#options WINCE_DEFAULT_SETTING # Debugging use
#options TX39ICUDEBUG
#options TX39CLKDEBUG
#options TX39BIUDEBUG
#options TX39IODEBUG
#options TX39POWERDEBUG
#options TX39UARTDEBUG
#options IT8368DEBUG
1999-11-21 10:04:31 +03:00
options __NO_SOFT_SERIAL_INTERRUPT
options SERIALCONSSLOT=0 # UARTA 0, UARTB 1
options DDB # in-kernel debugger
1999-12-08 18:54:11 +03:00
options DIAGNOSTIC # extra kernel debugging checks
options DEBUG # extra kernel debugging support
1999-11-21 10:04:31 +03:00
options KTRACE # system call tracing support
options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options MINIROOTSIZE=10000
options COMPAT_43
1999-12-08 18:54:11 +03:00
options SCSIVERBOSE # human readable SCSI error messages
1999-11-21 10:04:31 +03:00
options PCMCIAVERBOSE # verbose PCMCIA configuration messages
file-system FFS # fast filesystem with user and group quotas
file-system MFS # memory-based filesystem
file-system KERNFS # /kern (kernel informational filesystem)
file-system PROCFS # /proc
file-system UNION
# Networking options
options INET # Internet protocols
config netbsd root on ? type ?
txsim* at mainbus0
#
# System Internal Modules
#
tx39biu* at txsim?
tx39icu* at txsim?
tx39clock* at txsim?
tx39power* at txsim?
tx3912video* at txsim?
tx39io* at txsim?
tx39uart* at txsim?
txcom0 at tx39uart? slot 0
txcom1 at tx39uart? slot 1
#
# TX39 external modules. (Platform dependent)
#
1999-12-08 18:54:11 +03:00
options USE_POLL # p7416buf requires this
1999-11-21 10:04:31 +03:00
#
# COMPAQ C-series
#
#options COMPAQ_LOCAL_INTR
txcsbus3 at tx39biu? platform COMPAQ_C
1999-12-08 18:54:11 +03:00
# PHILIPS 74ALVC*1624? connected keyboard
#
p7416buf* at txcsbus3 iocs 3 iocsbase 0 iocssize 0x100 iocswidth 16
skbd* at p7416buf?
# ITE IT8368E PCMCIA buffer chip
1999-11-21 10:04:31 +03:00
# card ... 3:2 (98)
1999-12-08 18:54:11 +03:00
# insert/remove ... 5:1/8 (161/168)
1999-11-21 10:04:31 +03:00
it8368e* at txcsbus3 regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
#
# Philips Nino300
#
txcsbus4 at tx39biu? platform PHILIPS_NINO
it8368e* at txcsbus4 regcs 2 regcsbase 0 regcssize 0x20 regcswidth 16 iocs 8 iocsbase 0 iocssize 0x4000000 iocswidth 16 irq1 161 irq2 168 irq3 98
#
# misc unknown.
#
txcsbus* at tx39biu?
# WS console uses SUN or VT100 terminal emulation
fb* at tx3912video?
wsdisplay* at fb?
1999-12-08 18:54:11 +03:00
wskbd* at skbd? mux 1
1999-11-21 10:04:31 +03:00
options WSEMUL_VT100
options WSDISPLAY_DEFAULTSCREENS=4
#options FONT_VT220L8x8
options FONT_VT220L8x10
# PCMCIA bus support
pcmcia* at it8368e? controller ? socket ?
# PCMCIA IDE disk
wdc* at pcmcia? function ?
wd* at wdc? channel ? drive ? flags 0x0000
# ATAPI bus support
atapibus* at wdc? channel ?
# PCMCIA network interfaces
ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
mbe* at pcmcia? function ? # MB8696x based Ethernet
ne* at pcmcia? function ? # NE2000-compatible Ethernet
sm* at pcmcia? function ? # Megahertz Ethernet
com* at pcmcia? function ? # Modems and serial cards
# PCMCIA SCSI interfaces
aic* at pcmcia? function ?
scsibus* at aic?
sd* at scsibus? target ? lun ? # SCSI disk drives
pseudo-device loop 1 # network loopback
pseudo-device pty 64 # pseudo ptys
#pseudo-device md 1 # memory disk
pseudo-device biconsdev 1 # build-in console device