1998-02-17 01:12:45 +03:00
|
|
|
# $NetBSD: files.mvme68k,v 1.19 1998/02/16 22:12:47 thorpej Exp $
|
1995-07-26 03:11:53 +04:00
|
|
|
|
|
|
|
# config file for mvme68k
|
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus { }
|
1996-03-17 04:26:49 +03:00
|
|
|
attach mainbus at root
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1996-04-26 22:47:34 +04:00
|
|
|
# MVME-147 Peripheral Channel Controller
|
1998-02-17 01:12:45 +03:00
|
|
|
device pcc { [ ipl = -1 ] }
|
1996-04-26 22:47:34 +04:00
|
|
|
attach pcc at mainbus
|
|
|
|
file arch/mvme68k/dev/pcc.c pcc needs-flag
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device clock
|
1996-04-26 22:47:34 +04:00
|
|
|
attach clock at pcc with clock_pcc
|
|
|
|
file arch/mvme68k/dev/clock_pcc.c clock_pcc
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device zsc { channel = -1 }
|
1996-04-26 22:47:34 +04:00
|
|
|
file arch/mvme68k/dev/zs.c zsc
|
|
|
|
file dev/ic/z8530sc.c zsc
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1996-04-26 22:47:34 +04:00
|
|
|
attach zsc at pcc with zsc_pcc
|
|
|
|
file arch/mvme68k/dev/zs_pcc.c zsc_pcc needs-flag
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device zstty: tty
|
1996-04-26 22:47:34 +04:00
|
|
|
attach zstty at zsc
|
|
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1996-11-09 06:52:51 +03:00
|
|
|
# printer
|
1998-02-17 01:12:45 +03:00
|
|
|
device lpt
|
1996-11-09 06:52:51 +03:00
|
|
|
attach lpt at pcc with lpt_pcc
|
|
|
|
file arch/mvme68k/dev/lpt.c lpt needs-flag
|
|
|
|
|
1996-05-16 23:00:06 +04:00
|
|
|
# device defined in sys/conf/files
|
1996-04-26 22:47:34 +04:00
|
|
|
attach le at pcc with le_pcc
|
|
|
|
file arch/mvme68k/dev/if_le.c le
|
|
|
|
|
|
|
|
# Generic VME support
|
1998-02-17 01:12:45 +03:00
|
|
|
device vmechip { }
|
1996-04-26 22:47:34 +04:00
|
|
|
file arch/mvme68k/dev/vme.c vmechip
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device vmes { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
|
1996-04-26 22:47:34 +04:00
|
|
|
attach vmes at vmechip
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device vmel { [ atype = -1 ], addr = 0, [ ipl = -1 ], [ vec = - 1 ] }
|
1996-04-26 22:47:34 +04:00
|
|
|
attach vmel at vmechip
|
|
|
|
|
1996-12-29 02:22:07 +03:00
|
|
|
# Memory disk for boot tape
|
|
|
|
file arch/mvme68k/dev/md_root.c memory_disk_hooks
|
1996-05-20 05:15:45 +04:00
|
|
|
|
1996-04-26 22:47:34 +04:00
|
|
|
# MVME-147 VME controller chip
|
|
|
|
attach vmechip at pcc with vmechip_pcc
|
|
|
|
file arch/mvme68k/dev/vme_pcc.c vmechip_pcc
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1997-08-27 15:22:52 +04:00
|
|
|
include "../../../dev/scsipi/files.scsipi"
|
1995-07-26 03:11:53 +04:00
|
|
|
|
1996-05-20 05:15:45 +04:00
|
|
|
major { vnd = 6 }
|
1995-07-26 03:11:53 +04:00
|
|
|
major { sd = 7 }
|
1996-12-29 02:22:07 +03:00
|
|
|
major { md = 9 }
|
1995-07-26 03:11:53 +04:00
|
|
|
major { cd = 18 }
|
|
|
|
|
1996-04-26 22:47:34 +04:00
|
|
|
# WD33C93 SCSI ...
|
|
|
|
define sbic
|
|
|
|
file arch/mvme68k/dev/sbic.c sbic
|
|
|
|
|
|
|
|
# ... on the MVME-147
|
1998-02-17 01:12:45 +03:00
|
|
|
device wdsc: sbic, scsi
|
1996-04-26 22:47:34 +04:00
|
|
|
attach wdsc at pcc with wdsc_pcc
|
|
|
|
file arch/mvme68k/dev/wdsc.c wdsc_pcc
|
1996-04-18 22:07:58 +04:00
|
|
|
|
1995-07-26 03:11:53 +04:00
|
|
|
file arch/mvme68k/mvme68k/autoconf.c
|
1996-04-26 22:47:34 +04:00
|
|
|
file arch/mvme68k/mvme68k/clock.c
|
1995-07-26 03:11:53 +04:00
|
|
|
file arch/mvme68k/mvme68k/conf.c
|
1997-03-19 00:39:01 +03:00
|
|
|
file arch/mvme68k/mvme68k/db_memrw.c ddb | kgdb
|
1995-07-26 03:11:53 +04:00
|
|
|
file arch/mvme68k/mvme68k/disksubr.c
|
|
|
|
file arch/mvme68k/mvme68k/dkbad.c
|
1996-04-26 22:47:34 +04:00
|
|
|
file arch/mvme68k/mvme68k/isr.c
|
1996-08-12 04:16:25 +04:00
|
|
|
file arch/mvme68k/mvme68k/machdep.c
|
1995-07-26 03:11:53 +04:00
|
|
|
file arch/mvme68k/mvme68k/mem.c
|
|
|
|
file arch/mvme68k/mvme68k/pmap.c
|
|
|
|
file arch/mvme68k/mvme68k/pmap_bootstrap.c
|
|
|
|
file arch/mvme68k/mvme68k/sys_machdep.c
|
|
|
|
file arch/mvme68k/mvme68k/trap.c
|
|
|
|
file arch/mvme68k/mvme68k/vm_machdep.c
|
|
|
|
file dev/cons.c
|
|
|
|
file dev/cninit.c
|
|
|
|
|
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
|
|
|
include "../../../compat/sunos/files.sunos"
|
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|