#	$NetBSD: KICKME,v 1.31 1996/04/04 05:01:51 cgd Exp $
#
#	KICKME -- 486Cx-33 development machine
#

machine		i386		# architecture, used by config; REQUIRED

#options	COMCONSOLE=0
#options	COMADDR=0x3f8

options		I486_CPU
#options	MATH_EMULATE	# floating point emulation

# Some BIOSes don't get the size of extended memory right.  If you
# have a broken BIOS, uncomment the following and set the value
# properly for your system.
#options	EXTMEM_SIZE=... # size of extended memory

#options	DUMMY_NOPS	# speed hack; recommended
#options	XSERVER,UCONSOLE
options		MACHINE_NONCONTIG

maxusers	10		# estimated number of users
options		TIMEZONE=480	# time zone to adjust RTC time by
options		DST=1		# daylight savings time used by RTC

options		SWAPPAGER	# paging; REQUIRED
options		VNODEPAGER	# mmap() of files
options		DEVPAGER	# mmap() of devices

options		DDB		# in-kernel debugger
options		KTRACE		# system call tracing, a la ktrace(1)

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_43	# and 4.3BSD

options		FFS		# UFS

options		NFSCLIENT	# Network File System client
options		NFSSERVER	# Network File System server

options		CD9660		# ISO 9660 + Rock Ridge file system
options		FIFO		# FIFOs; RECOMMENDED
options		UNION		# union file system

options		INET		# IP + ICMP + TCP + UDP

config		netbsd	root on sd0 swap on sd0 and sd1

mainbus0 at root

isa0	at mainbus0

npx0	at isa? port 0xf0 irq 13	# math coprocessor

pc0	at isa? port 0x60 irq 1		# generic PC console device

com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
com1	at isa? port 0x2f8 irq 3

bt0	at isa? port 0x330 irq ? drq ?	# BusLogic 54x SCSI controllers
scsibus* at bt?
sd*	at scsibus? target ? lun ?	# SCSI disk drives
#st*	at scsibus? target ? lun ?	# SCSI tape drives
cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
#ch*	at scsibus? target ? lun ?	# SCSI autochangers

fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
fd*	at fdc? drive ?

ed0	at isa? port 0x280 iomem 0xd0000 irq 3	# WD/SMC, 3C503, and NE[12]000
ed1	at isa? port 0x300 iomem 0xcc000 irq 10

pseudo-device	loop	1		# network loopback
pseudo-device	bpfilter 4		# packet filter
pseudo-device	pty	32		# pseudo-terminals
pseudo-device	vnd	16		# vnode-disk driver
