files.virt68k revision 1.1
11.1Sthorpej# $NetBSD: files.virt68k,v 1.1 2024/01/02 07:40:59 thorpej Exp $ 21.1Sthorpej 31.1Sthorpej# config file for virt68k 41.1Sthorpej 51.1Sthorpej# maxpartitions must be first item in files.${ARCH}.newconf 61.1Sthorpejmaxpartitions 8 71.1Sthorpej 81.1Sthorpejdefflag opt_m060sp.h M060SP 91.1Sthorpej 101.1Sthorpej# Generic devices 111.1Sthorpejinclude "dev/scsipi/files.scsipi" # SCSI 121.1Sthorpej 131.1Sthorpejdevice mainbus { [addr = -1] } 141.1Sthorpejattach mainbus at root 151.1Sthorpejfile arch/virt68k/dev/mainbus.c mainbus 161.1Sthorpej 171.1Sthorpejattach gfpic at mainbus with gfpic_mainbus 181.1Sthorpejfile arch/virt68k/dev/gfpic_mainbus.c gfpic_mainbus 191.1Sthorpej 201.1Sthorpejattach gftty at mainbus with gftty_mainbus 211.1Sthorpejfile arch/virt68k/dev/gftty_mainbus.c gftty_mainbus 221.1Sthorpej 231.1Sthorpejattach gfrtc at mainbus with gfrtc_mainbus 241.1Sthorpejfile arch/virt68k/dev/gfrtc_mainbus.c gfrtc_mainbus 251.1Sthorpej 261.1Sthorpejattach virtio at mainbus with virtio_mainbus: virtio_mmio 271.1Sthorpejfile arch/virt68k/dev/virtio_mainbus.c virtio_mainbus 281.1Sthorpej 291.1Sthorpej# Memory disk for installer 301.1Sthorpejfile dev/md_root.c memory_disk_hooks 311.1Sthorpej 321.1Sthorpejfile arch/virt68k/virt68k/autoconf.c 331.1Sthorpejfile arch/virt68k/virt68k/bootinfo.c 341.1Sthorpejfile arch/virt68k/virt68k/bus_dma.c 351.1Sthorpejfile arch/virt68k/virt68k/bus_space.c 361.1Sthorpejfile arch/virt68k/virt68k/clock.c 371.1Sthorpejfile arch/virt68k/virt68k/disksubr.c 381.1Sthorpejfile arch/virt68k/virt68k/intr.c 391.1Sthorpejfile arch/virt68k/virt68k/machdep.c 401.1Sthorpejfile arch/virt68k/virt68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 411.1Sthorpejfile arch/virt68k/virt68k/trap.c 421.1Sthorpejfile arch/m68k/m68k/cacheops.c 431.1Sthorpejfile arch/m68k/m68k/db_memrw.c ddb | kgdb 441.1Sthorpejfile arch/m68k/m68k/kgdb_machdep.c kgdb 451.1Sthorpejfile arch/m68k/m68k/m68k_trap.c 461.1Sthorpejfile arch/m68k/m68k/pmap_motorola.c 471.1Sthorpejfile arch/m68k/m68k/procfs_machdep.c procfs 481.1Sthorpejfile arch/m68k/m68k/sys_machdep.c 491.1Sthorpejfile arch/m68k/m68k/vm_machdep.c 501.1Sthorpejfile dev/cons.c 511.1Sthorpej 521.1Sthorpej# Motorola 68060 support package 531.1Sthorpejinclude "arch/m68k/060sp/files.060sp" 541.1Sthorpej 551.1Sthorpej# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 561.1Sthorpejinclude "compat/aoutm68k/files.aoutm68k" 571.1Sthorpej 581.1Sthorpej# SunOS Binary Compatibility (COMPAT_SUNOS) 591.1Sthorpejinclude "compat/sunos/files.sunos" 601.1Sthorpejfile arch/m68k/m68k/sunos_machdep.c compat_sunos 611.1Sthorpej 621.1Sthorpej# Linux binary compatibility (COMPAT_LINUX) 631.1Sthorpejinclude "compat/linux/files.linux" 641.1Sthorpejinclude "compat/linux/arch/m68k/files.linux_m68k" 651.1Sthorpejfile arch/m68k/m68k/linux_trap.c compat_linux 661.1Sthorpej 671.1Sthorpej# OSS audio driver compatibility 681.1Sthorpejinclude "compat/ossaudio/files.ossaudio" 691.1Sthorpej 701.1Sthorpejinclude "arch/virt68k/conf/majors.virt68k" 71