111 lines
2.8 KiB
Plaintext
111 lines
2.8 KiB
Plaintext
# $NetBSD: files.next68k,v 1.18 2001/01/17 00:07:31 fvdl Exp $
|
|
|
|
# next68k-specific configuration info
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
# serial console options
|
|
defopt opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE
|
|
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
|
|
#
|
|
# Internal i/o space
|
|
#
|
|
device intio { [ ipl = -1 ] }
|
|
attach intio at mainbus
|
|
file arch/next68k/dev/intio.c intio
|
|
|
|
device zsc { channel = -1 }
|
|
attach zsc at intio
|
|
file arch/next68k/dev/zs.c zsc needs-flag
|
|
file dev/ic/z8530sc.c zsc
|
|
|
|
device zstty: tty
|
|
attach zstty at zsc
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
|
file arch/next68k/dev/zs_kgdb.c kgdb
|
|
|
|
#file arch/m68k/m68k/db_memrw.c ddb | kgdb
|
|
file arch/next68k/next68k/db_memrw.c ddb | kgdb
|
|
|
|
file arch/m68k/m68k/cacheops.c
|
|
|
|
# include "arch/m68k/fpe/files.fpe"
|
|
|
|
file arch/next68k/next68k/trap.c
|
|
file arch/next68k/next68k/mem.c
|
|
file arch/next68k/next68k/pmap.c
|
|
file arch/next68k/next68k/pmap_bootstrap.c
|
|
file arch/next68k/next68k/procfs_machdep.c procfs
|
|
file arch/next68k/next68k/vm_machdep.c
|
|
file arch/next68k/next68k/machdep.c
|
|
file arch/next68k/next68k/clock.c
|
|
file arch/next68k/next68k/conf.c
|
|
file arch/next68k/next68k/sys_machdep.c
|
|
file arch/next68k/next68k/isr.c
|
|
file arch/next68k/next68k/autoconf.c
|
|
file arch/next68k/next68k/nextrom.c
|
|
file arch/next68k/next68k/rtc.c
|
|
file arch/next68k/next68k/disksubr.c
|
|
file arch/next68k/next68k/kgdb_machdep.c kgdb
|
|
file arch/next68k/next68k/stub.c kgdb
|
|
|
|
#file arch/next68k/dev/dbj_debug.c
|
|
file arch/next68k/dev/bus_dma.c
|
|
file arch/next68k/dev/nextdma.c
|
|
|
|
file dev/cons.c
|
|
file dev/cninit.c
|
|
|
|
file dev/clock_subr.c
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
include "dev/wscons/files.wscons"
|
|
|
|
device xe: arp, ether, ifnet
|
|
attach xe at intio
|
|
file arch/next68k/dev/mb8795.c
|
|
file arch/next68k/dev/if_xe.c
|
|
|
|
device nextdisplay: wsemuldisplaydev, wsrasteremulops
|
|
attach nextdisplay at mainbus
|
|
file arch/next68k/dev/nextdisplay.c nextdisplay needs-flag
|
|
|
|
device nextkbd: wskbddev
|
|
attach nextkbd at intio
|
|
file arch/next68k/dev/nextkbd.c nextkbd needs-flag
|
|
file arch/next68k/dev/wskbdmap_next.c nextkbd
|
|
file arch/next68k/dev/nextcons.c nextkbd
|
|
|
|
attach esp at intio
|
|
file arch/next68k/dev/esp.c esp needs-flag
|
|
|
|
# Memory disk for boot tape
|
|
file arch/next68k/dev/md_root.c memory_disk_hooks
|
|
major {sd = 4}
|
|
major {cd = 6}
|
|
major {md = 13}
|
|
|
|
# RAIDframe
|
|
major {raid = 20}
|
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
|
include "compat/sunos/files.sunos"
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|
|
|
|
# SVR4 Binary Compatibility (COMPAT_SVR4)
|
|
include "compat/svr4/files.svr4"
|
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
|
include "compat/linux/files.linux"
|
|
include "compat/linux/arch/m68k/files.linux_m68k"
|
|
|
|
# OSS audio driver compatibility
|
|
include "compat/ossaudio/files.ossaudio"
|