132 lines
2.8 KiB
Plaintext
132 lines
2.8 KiB
Plaintext
# $NetBSD: files.x68k,v 1.20 1998/05/31 23:28:07 thorpej Exp $
|
|
#
|
|
# new style config file for x68k architecture
|
|
#
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
maxpartitions 8
|
|
|
|
maxusers 2 16 64
|
|
|
|
device mainbus {}
|
|
attach mainbus at root
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
|
|
define event {}
|
|
file arch/x68k/dev/event.c event
|
|
|
|
# keyboard
|
|
pseudo-device kbd: event
|
|
file arch/x68k/dev/kbd.c kbd
|
|
|
|
file arch/x68k/x68k/x68k_init.c
|
|
file arch/x68k/x68k/autoconf.c
|
|
file arch/x68k/x68k/clock.c
|
|
file arch/x68k/x68k/conf.c
|
|
file arch/x68k/x68k/disksubr.c disk
|
|
file arch/x68k/x68k/machdep.c
|
|
file arch/x68k/x68k/mem.c
|
|
file arch/x68k/x68k/pmap_bootstrap.c compile-with "${NOPROF_C}"
|
|
file arch/x68k/x68k/pmap.c
|
|
file arch/x68k/x68k/sys_machdep.c
|
|
file arch/x68k/x68k/trap.c
|
|
file arch/x68k/x68k/vm_machdep.c
|
|
file arch/x68k/x68k/db_memrw.c ddb
|
|
file arch/x68k/x68k/fpu.c
|
|
|
|
file dev/cons.c
|
|
file dev/cninit.c ite
|
|
major {vnd = 6}
|
|
|
|
# Emulation modules
|
|
# 6888x emulator (FPU_EMULATE)
|
|
include "arch/m68k/fpe/files.fpe"
|
|
|
|
# 68060 software support package
|
|
include "arch/m68k/060sp/files.060sp"
|
|
|
|
#
|
|
# SCSI drivers
|
|
#
|
|
include "dev/scsipi/files.scsipi"
|
|
major {cd = 7}
|
|
major {sd = 4}
|
|
major {st = 5}
|
|
|
|
device spc: scsi
|
|
attach spc at mainbus
|
|
file arch/x68k/dev/spc.c spc needs-count
|
|
|
|
device mha: scsi
|
|
attach mha at mainbus
|
|
file arch/x68k/dev/mha.c mha needs-count
|
|
|
|
device ed: ether, ifnet, arp
|
|
attach ed at mainbus
|
|
file arch/x68k/dev/if_ed.c ed needs-flag
|
|
|
|
device fdc { unit = -1 }
|
|
attach fdc at mainbus
|
|
|
|
device fd: disk
|
|
attach fd at fdc
|
|
file arch/x68k/dev/fd.c fd needs-flag
|
|
|
|
device zs: tty
|
|
attach zs at mainbus
|
|
file arch/x68k/dev/zs.c zs needs-count
|
|
|
|
device xcom: tty
|
|
attach xcom at mainbus
|
|
file arch/x68k/dev/com.c xcom needs-count
|
|
|
|
device par
|
|
attach par at mainbus
|
|
file arch/x68k/dev/par.c par needs-flag
|
|
|
|
file arch/x68k/dev/rtclock.c
|
|
pseudo-device mouse
|
|
file arch/x68k/dev/ms.c mouse
|
|
|
|
# graphic devices
|
|
define grfb {}
|
|
|
|
device grfbus: grfb
|
|
attach grfbus at mainbus
|
|
|
|
device grf {}
|
|
attach grf at grfb
|
|
file arch/x68k/dev/grf.c grf needs-count
|
|
file arch/x68k/dev/grf_conf.c grf|ite
|
|
file arch/x68k/dev/grf_machdep.c grf|ite
|
|
file arch/x68k/dev/grf_tv.c grf|ite
|
|
file arch/x68k/dev/grf_gv.c grf|ite
|
|
|
|
device ite: tty
|
|
attach ite at grf
|
|
file arch/x68k/dev/ite.c ite needs-flag
|
|
file arch/x68k/dev/ite_tv.c grf|ite
|
|
file arch/x68k/dev/kbdmap.c ite
|
|
|
|
pseudo-device bell
|
|
file arch/x68k/dev/opmbell.c bell needs-flag
|
|
file arch/x68k/dev/opm.c bell|fdc
|
|
|
|
device adpcm: audio
|
|
attach adpcm at mainbus
|
|
file arch/x68k/dev/bsd_audio.c adpcm needs-flag
|
|
file arch/x68k/dev/adpcm.c adpcm
|
|
pseudo-device sram
|
|
file arch/x68k/dev/sram.c sram needs-flag
|
|
pseudo-device pow
|
|
file arch/x68k/dev/pow.c pow needs-count
|
|
file arch/x68k/dev/dma.c fdc|adpcm
|
|
|
|
# memory disk
|
|
file arch/x68k/dev/md_root.c memory_disk_hooks
|
|
|
|
include "compat/sunos/files.sunos"
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|