# Kernel configuration file for Mac LC II with 10 megs.
#   Note Nubus slot change needed.
#   Also note that LC machines require SBC SCSI.
#   John Klos, jklos@NetBSD.org

include 	"arch/mac68k/conf/std.mac68k"
makeoptions	COPTS="-O2 -m68030 -fno-reorder-blocks -fno-omit-frame-pointer"

maxusers	12		# estimated number of users
options 	M68030

options 	NUBUS_MIN_SLOT="0xE"

options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
options 	BUFQ_PRIOCSCAN

file-system 	FFS		# UFS
file-system 	NFS		# Network File System client
file-system 	KERNFS		# /kern
file-system 	PROCFS		# /proc
file-system	PTYFS		# /dev/pts/N support
file-system	TMPFS		# Efficient memory file-system

options 	WAPBL		# File system journaling support
options 	FFS_NO_SNAPSHOT	# No FFS snapshot support

options 	INET		# IP + ICMP + TCP + UDP
options 	INET6		# IPV6

options 	WSEMUL_VT100		# VT100 / VT220 emulation
options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
options 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)

options 	GRF_COMPAT	# Include grf compatibility code
options 	ZS_CONSOLE_ABORT

config		netbsd	root on ? type ?

mainbus0 at root
obio0 at mainbus?
nubus0 at mainbus?

adb0	at obio?
aed*	at adb?				# ADB event device
akbd*	at adb?				# ADB keyboard
ams*	at adb?				# ADB mouse

intvid0	at obio?			# Internal video hardware
macfb*	at intvid?

wsdisplay* at macfb? console ?
wskbd*	at akbd? console ?
wsmouse* at ams?

zsc0	at obio?
zstty*	at zsc? channel ?

sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
scsibus* at scsi?
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
#se*	at scsibus? target ? lun ?	# SCSI ethernet
#ss*	at scsibus? target ? lun ?	# SCSI scanners
#uk*	at scsibus? target ? lun ?	# SCSI unknown

ae*	at nubus?			# DP8390-based
#sn*	at nubus?			# SONIC-based (DP83932, DP83916)
#sm*	at nubus?			# SMC 91cxx-based

asc0	at obio?			# ASC/EASC audio

pseudo-device	vnd			# disk-like interface to files
pseudo-device	loop			# network loopback
pseudo-device	vlan			# IEEE 802.1q encapsulation
pseudo-device   accf_data		# "dataready" accept filter
pseudo-device   accf_http		# "httpready" accept filter
pseudo-device	grf		2	# grf emulation for wscons
pseudo-device	ite		1	# ite emulation for wscons
pseudo-device	pty			# pseudo-terminals
pseudo-device	swwdog			# software watchdog driver
