113 lines
2.8 KiB
Plaintext
113 lines
2.8 KiB
Plaintext
# $NetBSD: files.next68k,v 1.31 2002/11/03 02:29:42 chs Exp $
|
|
|
|
# next68k-specific configuration info
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
maxpartitions 8
|
|
|
|
maxusers 2 8 64
|
|
|
|
# serial console options
|
|
defflag 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/cacheops.c
|
|
file arch/m68k/m68k/db_memrw.c ddb | kgdb
|
|
file arch/m68k/m68k/kgdb_machdep.c kgdb
|
|
file arch/m68k/m68k/sys_machdep.c
|
|
file arch/m68k/m68k/vm_machdep.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/machdep.c
|
|
file arch/next68k/next68k/clock.c
|
|
file arch/next68k/next68k/conf.c
|
|
file arch/next68k/next68k/isr.c
|
|
file arch/next68k/next68k/autoconf.c
|
|
file arch/next68k/next68k/mainbus.c
|
|
file arch/next68k/next68k/nextrom.c
|
|
file arch/next68k/next68k/rtc.c
|
|
file arch/next68k/next68k/disksubr.c
|
|
|
|
#file arch/next68k/dev/dbj_debug.c
|
|
file arch/m68k/m68k/bus_dma.c
|
|
|
|
define nextdma
|
|
device nextdma
|
|
attach nextdma at intio
|
|
file arch/next68k/dev/nextdma.c nextdma
|
|
|
|
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: nextdma
|
|
file arch/next68k/dev/mb8795.c xe
|
|
file arch/next68k/dev/if_xe.c xe needs-flag
|
|
|
|
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: nextdma
|
|
file arch/next68k/dev/esp.c esp needs-flag
|
|
|
|
# Memory disk for boot tape
|
|
file dev/md_root.c memory_disk_hooks
|
|
|
|
# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
|
|
include "compat/aoutm68k/files.aoutm68k"
|
|
|
|
# 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"
|
|
file arch/m68k/m68k/linux_trap.c compat_linux
|
|
|
|
# OSS audio driver compatibility
|
|
include "compat/ossaudio/files.ossaudio"
|
|
|
|
include "arch/next68k/conf/majors.next68k"
|