NetBSD/sys/arch/next68k/conf/files.next68k

115 lines
2.9 KiB
Plaintext
Raw Normal View History

2001-11-20 09:00:09 +03:00
# $NetBSD: files.next68k,v 1.21 2001/11/20 06:03:17 lukem Exp $
1998-06-09 11:53:05 +04:00
# next68k-specific configuration info
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 8
maxusers 2 8 64
1999-03-27 05:59:41 +03:00
# serial console options
2000-09-29 10:33:37 +04:00
defopt opt_serial.h ZS_CONSOLE_ABORT SERCONSOLE
1999-03-27 05:59:41 +03:00
1998-06-09 11:53:05 +04:00
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
2001-11-20 09:00:09 +03:00
file arch/next68k/dev/zs_kgdb.c kgdb
1998-06-09 11:53:05 +04:00
1999-03-27 05:59:41 +03:00
#file arch/m68k/m68k/db_memrw.c ddb | kgdb
file arch/next68k/next68k/db_memrw.c ddb | kgdb
1998-06-09 11:53:05 +04:00
file arch/m68k/m68k/cacheops.c
1998-06-09 11:53:05 +04:00
# 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
1998-06-09 11:53:05 +04:00
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
1999-03-27 05:59:41 +03:00
file arch/next68k/next68k/kgdb_machdep.c kgdb
file arch/next68k/next68k/stub.c kgdb
1998-06-09 11:53:05 +04:00
#file arch/next68k/dev/dbj_debug.c
1998-06-09 11:53:05 +04:00
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
1998-06-09 11:53:05 +04:00
include "dev/scsipi/files.scsipi"
include "dev/wscons/files.wscons"
1998-06-09 11:53:05 +04:00
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
1998-06-09 11:53:05 +04:00
attach esp at intio
file arch/next68k/dev/esp.c esp needs-flag
1998-06-09 11:53:05 +04:00
# 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}
1998-06-09 11:53:05 +04:00
# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
include "compat/aoutm68k/files.aoutm68k"
1998-06-09 11:53:05 +04:00
# SunOS Binary Compatibility (COMPAT_SUNOS)
include "compat/sunos/files.sunos"
file arch/m68k/m68k/sunos_machdep.c compat_sunos
1998-12-15 22:36:36 +03:00
1999-04-20 01:22:56 +04:00
# SVR4 Binary Compatibility (COMPAT_SVR4)
include "compat/svr4/files.svr4"
1998-12-15 22:36:36 +03:00
# 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
1998-12-15 22:36:36 +03:00
# OSS audio driver compatibility
include "compat/ossaudio/files.ossaudio"