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

132 lines
2.9 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.x68k,v 1.18 1998/02/01 21:23:33 is Exp $
1996-05-05 16:17:03 +04:00
#
# new style config file for x68k architecture
#
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 8
maxusers 2 16 64
1998-01-12 23:52:29 +03:00
device mainbus class dull {}
1996-05-05 16:17:03 +04:00
attach mainbus at root
1998-01-12 23:52:29 +03:00
device cpu class cpu
1996-05-05 16:17:03 +04:00
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
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
1997-10-19 13:29:25 +04:00
1996-05-05 16:17:03 +04:00
file dev/cons.c
file dev/cninit.c ite
major {vnd = 6}
1996-05-05 16:17:03 +04:00
# Emulation modules
# 6888x emulator (FPU_EMULATE)
1996-11-27 17:37:18 +03:00
include "arch/m68k/fpe/files.fpe"
1996-05-05 16:17:03 +04:00
# 68060 software support package
include "arch/m68k/060sp/files.060sp"
1996-05-05 16:17:03 +04:00
#
# SCSI drivers
#
include "dev/scsipi/files.scsipi"
major {cd = 7}
1996-05-05 16:17:03 +04:00
major {sd = 4}
major {st = 5}
1998-01-12 23:52:29 +03:00
device spc class dull: scsi
1996-05-05 16:17:03 +04:00
attach spc at mainbus
file arch/x68k/dev/spc.c spc needs-count
1998-01-12 23:52:29 +03:00
device mha class dull: scsi
1997-10-19 13:29:25 +04:00
attach mha at mainbus
file arch/x68k/dev/mha.c mha needs-count
1998-01-12 23:52:29 +03:00
device ed class ifnet: ether, ifnet, arp
1996-05-05 16:17:03 +04:00
attach ed at mainbus
file arch/x68k/dev/if_ed.c ed needs-flag
1998-01-12 23:52:29 +03:00
device fdc class dull { unit = -1 }
1996-05-05 16:17:03 +04:00
attach fdc at mainbus
1998-01-12 23:52:29 +03:00
device fd class disk
1996-05-05 16:17:03 +04:00
attach fd at fdc
file arch/x68k/dev/fd.c fd needs-flag
1998-01-12 23:52:29 +03:00
device zs class tty: tty
1996-05-05 16:17:03 +04:00
attach zs at mainbus
file arch/x68k/dev/zs.c zs needs-count
1998-01-12 23:52:29 +03:00
device xcom class tty: tty
attach xcom at mainbus
file arch/x68k/dev/com.c xcom needs-count
1996-05-05 16:17:03 +04:00
1998-01-12 23:52:29 +03:00
device par class dull
1996-05-05 16:17:03 +04:00
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 {}
1998-01-12 23:52:29 +03:00
device grfbus class dull: grfb
1996-05-05 16:17:03 +04:00
attach grfbus at mainbus
1998-01-12 23:52:29 +03:00
device grf class dull {}
1996-05-05 16:17:03 +04:00
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
1998-01-12 23:52:29 +03:00
device ite class tty
1996-05-05 16:17:03 +04:00
attach ite at grf
file arch/x68k/dev/ite.c ite needs-flag
file arch/x68k/dev/ite_tv.c grf|ite
1996-05-05 16:17:03 +04:00
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
1998-01-12 23:52:29 +03:00
device adpcm class dull: audio
1996-05-05 16:17:03 +04:00
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
1996-12-29 02:27:00 +03:00
# memory disk
1997-10-19 13:29:25 +04:00
file arch/x68k/dev/md_root.c memory_disk_hooks
1996-05-20 18:56:20 +04:00
1996-11-27 17:37:18 +03:00
include "compat/sunos/files.sunos"
1996-05-05 16:17:03 +04:00
file arch/m68k/m68k/sunos_machdep.c compat_sunos