diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /sys/arch/mvme68k/conf/files.mvme68k |
initial import of NetBSD tree
Diffstat (limited to 'sys/arch/mvme68k/conf/files.mvme68k')
-rw-r--r-- | sys/arch/mvme68k/conf/files.mvme68k | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/sys/arch/mvme68k/conf/files.mvme68k b/sys/arch/mvme68k/conf/files.mvme68k new file mode 100644 index 00000000000..9c6e6ce97bd --- /dev/null +++ b/sys/arch/mvme68k/conf/files.mvme68k @@ -0,0 +1,49 @@ +# $NetBSD: files.mvme68k,v 1.1.1.1 1995/07/25 23:12:05 chuck Exp $ + +# config file for mvme68k + +# maxpartitions must be first item in files.${ARCH}.newconf +maxpartitions 8 + +device mainbus at root { } + +device iio at mainbus { offset = -1, [ ipl = 0 ] } +file arch/mvme68k/dev/iio.c iio + +device clock at iio +file arch/mvme68k/mvme68k/clock.c clock + +device zs at iio: tty +file arch/mvme68k/dev/zs.c zs needs-count + +device pcc at iio +file arch/mvme68k/dev/pcc.c pcc + +device le at iio: ifnet, ether +file arch/mvme68k/dev/if_le.c le + +include "../../../scsi/files.scsi" + +major { sd = 7 } +major { cd = 18 } +major { vnd = 6 } + +file arch/mvme68k/mvme68k/autoconf.c +file arch/mvme68k/mvme68k/conf.c +file arch/mvme68k/mvme68k/disksubr.c +file arch/mvme68k/mvme68k/dkbad.c +file arch/mvme68k/mvme68k/machdep.c config-dependent +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 arch/m68k/m68k/copy.s +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 + |