files.next68k revision 1.15
11.15Soster# $NetBSD: files.next68k,v 1.15 2000/03/14 15:56:56 oster 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.10Sdbj# serial console options 111.10Sdbjdefopt opt_serial.h ZS_CONSOLE_ABORT 121.14Sdbjdefopt opt_serial.h SERCONSOLE 131.10Sdbj 141.1Sdbjdevice mainbus { } 151.1Sdbjattach mainbus at root 161.1Sdbj 171.1Sdbj# 181.1Sdbj# Internal i/o space 191.1Sdbj# 201.1Sdbjdevice intio { [ ipl = -1 ] } 211.1Sdbjattach intio at mainbus 221.1Sdbjfile arch/next68k/dev/intio.c intio 231.1Sdbj 241.1Sdbjdevice zsc { channel = -1 } 251.1Sdbjattach zsc at intio 261.1Sdbjfile arch/next68k/dev/zs.c zsc needs-flag 271.1Sdbjfile dev/ic/z8530sc.c zsc 281.1Sdbj 291.1Sdbjdevice zstty: tty 301.1Sdbjattach zstty at zsc 311.1Sdbjfile dev/ic/z8530tty.c zstty needs-flag 321.10Sdbjfile arch/next68k/dev/zs_kgdb.c kgdb 331.1Sdbj 341.10Sdbj#file arch/m68k/m68k/db_memrw.c ddb | kgdb 351.10Sdbjfile arch/next68k/next68k/db_memrw.c ddb | kgdb 361.1Sdbj 371.3Sdbjfile arch/m68k/m68k/cacheops.c 381.3Sdbj 391.1Sdbj# include "arch/m68k/fpe/files.fpe" 401.1Sdbj 411.1Sdbjfile arch/next68k/next68k/trap.c 421.1Sdbjfile arch/next68k/next68k/mem.c 431.1Sdbjfile arch/next68k/next68k/pmap.c 441.1Sdbjfile arch/next68k/next68k/pmap_bootstrap.c 451.1Sdbjfile arch/next68k/next68k/vm_machdep.c 461.1Sdbjfile arch/next68k/next68k/machdep.c 471.1Sdbjfile arch/next68k/next68k/clock.c 481.1Sdbjfile arch/next68k/next68k/conf.c 491.1Sdbjfile arch/next68k/next68k/sys_machdep.c 501.1Sdbjfile arch/next68k/next68k/isr.c 511.1Sdbjfile arch/next68k/next68k/autoconf.c 521.1Sdbjfile arch/next68k/next68k/nextrom.c 531.1Sdbjfile arch/next68k/next68k/rtc.c 541.1Sdbjfile arch/next68k/next68k/disksubr.c 551.10Sdbjfile arch/next68k/next68k/kgdb_machdep.c kgdb 561.10Sdbjfile arch/next68k/next68k/stub.c kgdb 571.1Sdbj 581.3Sdbj#file arch/next68k/dev/dbj_debug.c 591.1Sdbjfile arch/next68k/dev/bus_dma.c 601.1Sdbjfile arch/next68k/dev/nextdma.c 611.1Sdbj 621.1Sdbjfile dev/cons.c 631.1Sdbjfile dev/cninit.c 641.6Sdbj 651.6Sdbjfile dev/clock_subr.c 661.1Sdbj 671.1Sdbjinclude "dev/scsipi/files.scsipi" 681.5Sdbj 691.5Sdbjinclude "dev/wscons/files.wscons" 701.1Sdbj 711.1Sdbjdevice xe: arp, ether, ifnet 721.1Sdbjattach xe at intio 731.1Sdbjfile arch/next68k/dev/mb8795.c 741.1Sdbjfile arch/next68k/dev/if_xe.c 751.7Sdbj 761.7Sdbjdevice nextdisplay: wsemuldisplaydev, wsrasteremulops 771.7Sdbjattach nextdisplay at mainbus 781.7Sdbjfile arch/next68k/dev/nextdisplay.c nextdisplay needs-flag 791.7Sdbj 801.7Sdbjdevice nextkbd: wskbddev 811.7Sdbjattach nextkbd at intio 821.7Sdbjfile arch/next68k/dev/nextkbd.c nextkbd needs-flag 831.8Sdbjfile arch/next68k/dev/wskbdmap_next.c nextkbd 841.12Sdbjfile arch/next68k/dev/nextcons.c nextkbd 851.1Sdbj 861.1Sdbjdevice esp: scsi, ncr53c9x, disk 871.1Sdbjattach esp at intio 881.2Sdbjfile arch/next68k/dev/esp.c esp needs-flag 891.1Sdbj 901.1Sdbj# Memory disk for boot tape 911.1Sdbjfile arch/next68k/dev/md_root.c memory_disk_hooks 921.1Sdbjmajor {sd = 4} 931.1Sdbjmajor {cd = 6} 941.1Sdbjmajor {md = 13} 951.1Sdbj 961.15Soster# RAIDframe 971.15Sostermajor {raid = 20} 981.1Sdbj 991.1Sdbj# SunOS Binary Compatibility (COMPAT_SUNOS) 1001.1Sdbjinclude "compat/sunos/files.sunos" 1011.1Sdbjfile arch/m68k/m68k/sunos_machdep.c compat_sunos 1021.11Skleink 1031.11Skleink# SVR4 Binary Compatibility (COMPAT_SVR4) 1041.11Skleinkinclude "compat/svr4/files.svr4" 1051.4Sitohy 1061.4Sitohy# Linux binary compatibility (COMPAT_LINUX) 1071.4Sitohyinclude "compat/linux/files.linux" 1081.4Sitohyinclude "compat/linux/arch/m68k/files.linux_m68k" 1091.4Sitohy 1101.4Sitohy# OSS audio driver compatibility 1111.4Sitohyinclude "compat/ossaudio/files.ossaudio" 112