#	$NecBSD: BOOSKA,v 3.21.2.2 1999/09/20 02:04:08 kmatsuda Exp $
#	$NetBSD$
#
#	BOOSKA -- kmatsuda's PC-9821V13/S7R without display
#

include "arch/i386/conf/std.i386"

maxusers	32		# estimated number of users

options 	I386_CPU
options 	I486_CPU
options 	I586_CPU
options 	I686_CPU

options 	VM86		# virtual 8086 emulation
options 	USER_LDT	# user-settable LDT; used by WINE

options 	RTC_OFFSET=-540	# hardware clock is this many mins. west of GMT

options 	KTRACE		# system call tracing via ktrace(1)

options 	SYSVMSG		# System V-like message queues
options 	SYSVSEM		# System V-like semaphores
options 	SYSVSHM		# System V-like memory sharing

options 	LKM		# loadable kernel modules

options 	DIAGNOSTIC	# cheap kernel consistency checks
options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
options 	DDB		# in-kernel debugger
options 	DDB_HISTORY_SIZE=1024

options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
options 	COMPAT_09	# NetBSD 0.9,
options 	COMPAT_10	# NetBSD 1.0,
options 	COMPAT_11	# NetBSD 1.1,
options 	COMPAT_12	# NetBSD 1.2,
options 	COMPAT_13	# NetBSD 1.3,
options 	COMPAT_43	# and 4.3BSD

options 	COMPAT_LINUX	# binary compatibility with Linux
options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD

options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)

file-system 	FFS		# UFS
file-system 	EXT2FS		# second extended file system (linux)
file-system 	LFS		# log-structured file system
file-system 	MFS		# memory file system
file-system 	NFS		# Network File System client
file-system 	CD9660		# ISO 9660 + Rock Ridge file system
file-system 	MSDOSFS		# MS-DOS file system
file-system 	FDESC		# /dev/fd
file-system 	KERNFS		# /kern
file-system 	NULLFS		# loopback file system
file-system 	PORTAL		# portal filesystem (still experimental)
file-system 	PROCFS		# /proc
file-system 	UMAPFS		# NULLFS + uid and gid remapping
file-system 	UNION		# union file system

options 	NFSSERVER	# Network File System server

options 	GATEWAY		# packet forwarding
options 	INET		# IP + ICMP + TCP + UDP
options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
options 	PPP_DEFLATE	# Deflate compression support for PPP
options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
options 	PFIL_HOOKS	# pfil(9) packet filter hooks
options 	IPFILTER_LOG	# ipmon(8) log support

options 	PCIVERBOSE	# verbose PCI device autoconfig messages
options 	SCSIVERBOSE	# human readable SCSI error messages

config		netbsd	root on ? type ?

options 	CONFIG_DEVICES
options 	KTHREAD_VM86BIOSD	# Vm86bios tasks
options 	APM_AUTO_START		# APM automatic start
options 	PCSD_AUTO_START		# PCSD automatic start
options 	IPPCTRL_AUTO_START	# IPPCTRL onetime attach


mainbus0 at root

systm0	at mainbus0		# system devices

isa0	at mainbus0		# isa bus with fixed resources

pci0	at mainbus0 bus ?

ppb*	at pci? dev ? function ?	# PCI-PCI bridges
pci*	at ppb? bus ?

#	kill sound/2nd ccu	 5432 1098 7654 3210
#				 0001 0100 0010 1000
options 	 PCCSHW_IRQMASK=0x1428
gipc*	at systm? flags 0x0001

pccs*	at gipc?
slot*	at pccs?

pisa*	at slot?

#options 	 IPP_IRQMASK=0x1028
ippi0	at systm?
pisa*	at ippi0

npx0	at isa? port 0x0f8 irq 14	# math coprocessor

options 	SERF_SPEED=B38400
ser*	at isa? port 0x030  irq 4  flags 0x00000000	# PC-98 internal
ser*	at isa? port 0x238  irq 5  flags 0x00120000	# PC-98 second com
ser*	at pisa? 					# PCMCIA card (modem)

serf*	at ser? slave?
sertty*	at serf?

seri*	at ser? slave?
sertty* at seri?

sern*	at ser? slave?
sertty* at sern?

ttycom* at sertty?
ttycua* at sertty?

lpt0	at isa? port 0x140 irq 14	# PC-98 internal (bidirectional mode)

olms0	at isa? port 0x7fd9 irq 13	# PC-98 bus mouse based on lms

ncv*	at pisa? 
scsibus* at ncv?

stg*	at pisa?
scsibus* at stg?

nsp*	at pisa?
scsibus* at nsp?

aic*	at pisa?
scsibus* at aic?

ct*	at pisa?					# PnP
scsibus* at ct?

ahc*	at pci? dev ? function ?	# Adaptec 2940 SCSI controllers
scsibus* at ahc?

#options 	NCR_IOMAPPED		# if IO MAPPING TYPE (old IO DATA products)
options 	SCSI_NCR_DFLT_TAGS=0
ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
scsibus* at ncr?

isp*	at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FibreChannel
scsibus* at isp?

sd*	at scsibus? target ? lun 0 flags 0xffff0003	# SCSI fixed disks
st*	at scsibus? target ? lun 0 flags 0xffff0003	# SCSI tape drives
cd*	at scsibus? target ? lun ? flags 0xffff0003	# SCSI CD-ROM drives

fdc0	at isa? port 0x090 irq 11 drq 2
fd0	at fdc? drive 0

pciide*	at pci?	dev ? function ?
wdc0	at isa? port 0x640 irq 9
wdc*	at pisa?

atabus*   at pciide? channel ?
atabus*   at wdc? bank ?

wd*	  at atabus? drive ?
atapibus* at atabus?
cd*	  at atapibus? drive ?
sd*	  at atapibus? drive ?

ep*	at isa? port 0x40d0 irq 3
ep*	at pisa?

ne*	at isa? port 0x00d0 irq 6  flags 0x400000	# LGY-98, IND-SP/SS
ne*	at pisa?					# PCMCIA ether card

sic*	at isa? port 0x00d0 irq 6  iomem 0xc0000 flags 0x100000	# SIC-98

we*	at isa? port 0x10d0 irq 6  iomem 0xc8000 iosiz 8192 flags 0x10000

mbe*	at isa? port 0x01d4 irq 3 flags 0x10000		# Allied Telesis RE100x
mbe*	at pisa?					# PCMCIA ether card

ix*	at isa? port 0x800 irq 6 flags 0x110000		# Intel EtherExpress 98

cnle*	at isa? port 0x03d0 irq 6 drq 1		# CONTEC C-NET(98)S-12
le*	at cnle?

fes*	at isa? port 0x0d0 irq 3 flags 0x10000		# AngeLan AL-98

sm*	at pisa?

options 	SNDEBUG
sn*	at isa? port 0x888 irq 6 iomem 0xc0000		# NEC PC-9801-83
sn*	at pisa?

de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
en*	at pci? dev ? function ?	# ENI/Adaptec ATM
ep*	at pci? dev ? function ?	# 3Com 3c59x/3c90x Ethernet
epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
fpa*	at pci? dev ? function ?	# DEC DEFPA FDDI
fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
le*	at pci? dev ? function ?	# PCnet-PCI Ethernet
# XXX: could not compile for us (PC-98)
#tl*	at pci? dev ? function ?	# ThunderLAN-based Ethernet

# MII/PHY support
exphy*	at mii? phy ?			# 3Com internal PHYs
icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
inphy*	at mii? phy ?			# Intel 82555 PHYs
lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
nsphy*	at mii? phy ?			# NS83840 PHYs
qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
tlphy*	at mii? phy ?			# ThunderLAN PHYs
ukphy*	at mii? phy ?			# generic unknown PHYs


#133->141 NOT YET#spkr0	at isa?
#133->141 NOT YET#
necss0	at systm?				# Windows Sound System (NEC)
wss*	at necss?				# Wss based system
yms*	at necss?				# YM2203, YM2608, YM288

qws*	at pisa?				# PnP QVision WaveStar
pcm*	at qws?
yms*	at qws?

# Audio/Midi interface connection
audio*	at pcm?
audio*	at wss?
audio*	at yms?

#joy0	at isa? port 0x4d2
joy*	at pisa?

apm0	at systm?

nulldv*	at pisa?

include	"arch/i386/conf/GENERIC.local"

pseudo-device	ccd		4	# concatenated/striped disk devices
pseudo-device	md		1	# memory disk device (ramdisk)
pseudo-device	vnd		4	# disk-like interface to files
pseudo-device	vpd		4	# virtual partition driver

pseudo-device   sndtm		1	# systm sound timer manager

pseudo-device	bpfilter	8	# Berkeley packet filter
pseudo-device	ipfilter		# IP filter (firewall) and NAT
pseudo-device	loop			# network loopback
pseudo-device	ppp		2	# Point-to-Point Protocol
pseudo-device	tun		2	# network tunneling over tty

pseudo-device	pty		64	# pseudo-terminals
pseudo-device	tb		1	# tablet line discipline
# rnd works; RND_COM does not on port i386 yet.
pseudo-device	rnd			# /dev/random and in-kernel generator
#options 	RND_COM			# use "com" randomness as well (BROKEN)
