NetBSD/sys/arch/x68k/conf/files.x68k

139 lines
2.9 KiB
Plaintext

# $NetBSD: files.x68k,v 1.21 1998/08/05 16:08:35 minoura 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 zsc {channel = -1}
attach zsc at mainbus
file arch/x68k/dev/zs.c zsc needs-flag
file dev/ic/z8530sc.c zsc
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty needs-flag
device ms: event
attach ms at zsc
file arch/x68k/dev/ms.c ms needs-flag
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
# 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