files.next68k revision 1.5
11.5Sdbj# $NetBSD: files.next68k,v 1.5 1999/01/02 13:30:45 dbj Exp $ 21.1Sdbj 31.1Sdbj# next68k-specific configuration info 41.1Sdbj 51.1Sdbj# maxpartitions must be first item in files.${ARCH}.newconf 61.1Sdbjmaxpartitions 8 71.1Sdbj 81.1Sdbjmaxusers 2 8 64 91.1Sdbj 101.1Sdbjdevice mainbus { } 111.1Sdbjattach mainbus at root 121.1Sdbj 131.1Sdbj# 141.1Sdbj# Internal i/o space 151.1Sdbj# 161.1Sdbjdevice intio { [ ipl = -1 ] } 171.1Sdbjattach intio at mainbus 181.1Sdbjfile arch/next68k/dev/intio.c intio 191.1Sdbj 201.1Sdbjdevice zsc { channel = -1 } 211.1Sdbjattach zsc at intio 221.1Sdbjfile arch/next68k/dev/zs.c zsc needs-flag 231.1Sdbjfile dev/ic/z8530sc.c zsc 241.1Sdbj 251.1Sdbjdevice zstty: tty 261.1Sdbjattach zstty at zsc 271.1Sdbjfile dev/ic/z8530tty.c zstty needs-flag 281.1Sdbj 291.1Sdbj#file arch/m68k/m68k/db_memrw.c ddb 301.1Sdbjfile arch/next68k/next68k/db_memrw.c ddb 311.1Sdbj 321.3Sdbjfile arch/m68k/m68k/cacheops.c 331.3Sdbj 341.1Sdbj# include "arch/m68k/fpe/files.fpe" 351.1Sdbj 361.1Sdbjfile arch/next68k/next68k/trap.c 371.1Sdbjfile arch/next68k/next68k/mem.c 381.1Sdbjfile arch/next68k/next68k/pmap.c 391.1Sdbjfile arch/next68k/next68k/pmap_bootstrap.c 401.1Sdbjfile arch/next68k/next68k/vm_machdep.c 411.1Sdbjfile arch/next68k/next68k/machdep.c 421.1Sdbjfile arch/next68k/next68k/clock.c 431.1Sdbjfile arch/next68k/next68k/conf.c 441.1Sdbjfile arch/next68k/next68k/sys_machdep.c 451.1Sdbjfile arch/next68k/next68k/isr.c 461.1Sdbjfile arch/next68k/next68k/autoconf.c 471.1Sdbjfile arch/next68k/next68k/nextrom.c 481.1Sdbjfile arch/next68k/next68k/rtc.c 491.1Sdbjfile arch/next68k/next68k/disksubr.c 501.1Sdbj 511.3Sdbj#file arch/next68k/dev/dbj_debug.c 521.1Sdbjfile arch/next68k/dev/bus_dma.c 531.1Sdbjfile arch/next68k/dev/nextdma.c 541.1Sdbj 551.1Sdbjfile dev/cons.c 561.1Sdbjfile dev/cninit.c 571.1Sdbj 581.1Sdbjinclude "dev/scsipi/files.scsipi" 591.5Sdbj 601.5Sdbjinclude "dev/wscons/files.wscons" 611.1Sdbj 621.1Sdbjdevice xe: arp, ether, ifnet 631.1Sdbjattach xe at intio 641.1Sdbjfile arch/next68k/dev/mb8795.c 651.1Sdbjfile arch/next68k/dev/if_xe.c 661.1Sdbj 671.1Sdbjdevice esp: scsi, ncr53c9x, disk 681.1Sdbjattach esp at intio 691.2Sdbjfile arch/next68k/dev/esp.c esp needs-flag 701.1Sdbj 711.1Sdbj# Memory disk for boot tape 721.1Sdbjfile arch/next68k/dev/md_root.c memory_disk_hooks 731.1Sdbjmajor {sd = 4} 741.1Sdbjmajor {st = 5} 751.1Sdbjmajor {cd = 6} 761.1Sdbjmajor {vnd = 8} 771.1Sdbjmajor {md = 13} 781.1Sdbj 791.1Sdbj 801.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS) 811.1Sdbjinclude "compat/sunos/files.sunos" 821.1Sdbjfile arch/m68k/m68k/sunos_machdep.c compat_sunos 831.4Sitohy 841.4Sitohy# Linux binary compatibility (COMPAT_LINUX) 851.4Sitohyinclude "compat/linux/files.linux" 861.4Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 871.4Sitohy 881.4Sitohy# OSS audio driver compatibility 891.4Sitohyinclude "compat/ossaudio/files.ossaudio" 90