files.next68k revision 1.1
11.1Sdbj# $NetBSD: files.next68k,v 1.1 1998/06/09 07:53:05 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.1Sdbj# include "arch/m68k/fpe/files.fpe" 331.1Sdbj 341.1Sdbjfile arch/next68k/next68k/trap.c 351.1Sdbjfile arch/next68k/next68k/mem.c 361.1Sdbjfile arch/next68k/next68k/pmap.c 371.1Sdbjfile arch/next68k/next68k/pmap_bootstrap.c 381.1Sdbjfile arch/next68k/next68k/vm_machdep.c 391.1Sdbjfile arch/next68k/next68k/machdep.c 401.1Sdbjfile arch/next68k/next68k/clock.c 411.1Sdbjfile arch/next68k/next68k/conf.c 421.1Sdbjfile arch/next68k/next68k/sys_machdep.c 431.1Sdbjfile arch/next68k/next68k/isr.c 441.1Sdbjfile arch/next68k/next68k/autoconf.c 451.1Sdbjfile arch/next68k/next68k/nextrom.c 461.1Sdbjfile arch/next68k/next68k/rtc.c 471.1Sdbjfile arch/next68k/next68k/disksubr.c 481.1Sdbj 491.1Sdbjfile arch/next68k/dev/bus_dma.c 501.1Sdbjfile arch/next68k/dev/nextdma.c 511.1Sdbj 521.1Sdbjfile dev/cons.c 531.1Sdbjfile dev/cninit.c 541.1Sdbj 551.1Sdbjinclude "dev/scsipi/files.scsipi" 561.1Sdbj 571.1Sdbjdevice xe: arp, ether, ifnet 581.1Sdbjattach xe at intio 591.1Sdbjfile arch/next68k/dev/mb8795.c 601.1Sdbjfile arch/next68k/dev/if_xe.c 611.1Sdbj 621.1Sdbjdevice esp: scsi, ncr53c9x, disk 631.1Sdbjattach esp at intio 641.1Sdbj#file arch/next68k/dev/esp.c esp needs-flag 651.1Sdbj 661.1Sdbj# Memory disk for boot tape 671.1Sdbjfile arch/next68k/dev/md_root.c memory_disk_hooks 681.1Sdbjmajor {sd = 4} 691.1Sdbjmajor {st = 5} 701.1Sdbjmajor {cd = 6} 711.1Sdbjmajor {vnd = 8} 721.1Sdbjmajor {md = 13} 731.1Sdbj 741.1Sdbj 751.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS) 761.1Sdbjinclude "compat/sunos/files.sunos" 771.1Sdbjfile arch/m68k/m68k/sunos_machdep.c compat_sunos 78