NetBSD/sys/arch/next68k/conf/files.next68k
mycroft c618f2cc87 Comprehensive patches from Christian Limpach:
* Fix problems with the DMA and SCSI drivers.
* Make turbo machines sort of work.
Additional fixes from me:
* Determine if we're a turbo at boot time, by looking at the ROM machine type.
* Set the display size correctly (1120 pixels wide, but padded to 1152 only on
  non-turbo machines).
Caveats:
* SCSI doesn't work on the turbo (or at least it blows chunks with no devices
  attached).
* Media selection doesn't work on the turbo (the BMAP stuff doesn't exist on
  turbo machines).
* The boot block is prone to timing out.
2002-09-11 01:46:29 +00:00

115 lines
2.9 KiB
Plaintext

# $NetBSD: files.next68k,v 1.27 2002/09/11 01:46:29 mycroft 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/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/mainbus.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/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"