files.next68k revision 1.3
11.3Sdbj# $NetBSD: files.next68k,v 1.3 1998/08/28 23:05:53 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.1Sdbj 601.1Sdbjdevice xe: arp, ether, ifnet 611.1Sdbjattach xe at intio 621.1Sdbjfile arch/next68k/dev/mb8795.c 631.1Sdbjfile arch/next68k/dev/if_xe.c 641.1Sdbj 651.1Sdbjdevice esp: scsi, ncr53c9x, disk 661.1Sdbjattach esp at intio 671.2Sdbjfile arch/next68k/dev/esp.c esp needs-flag 681.1Sdbj 691.1Sdbj# Memory disk for boot tape 701.1Sdbjfile arch/next68k/dev/md_root.c memory_disk_hooks 711.1Sdbjmajor {sd = 4} 721.1Sdbjmajor {st = 5} 731.1Sdbjmajor {cd = 6} 741.1Sdbjmajor {vnd = 8} 751.1Sdbjmajor {md = 13} 761.1Sdbj 771.1Sdbj 781.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS) 791.1Sdbjinclude "compat/sunos/files.sunos" 801.1Sdbjfile arch/m68k/m68k/sunos_machdep.c compat_sunos 81