No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / conf / files.mvme68k
blob8d40d99d077fa6b487b6c190707eb16b8ea64503
1 #       $NetBSD: files.mvme68k,v 1.60 2005/12/11 12:18:17 christos Exp $
3 # config file for mvme68k
5 defflag opt_m060sp.h            M060SP
6 defflag                         PANICBUTTON     # panic on ABORT if not DDB
8 # maxpartitions must be first item in files.${ARCH}.newconf
9 maxpartitions 8
11 device mainbus { }
12 attach mainbus at root
13 file arch/mvme68k/dev/mainbus.c         mainbus
15 device clock
17 # Grab the MD VMEbus goop
18 include "dev/vme/files.vme"
20 # Grab the common MVME glue
21 include "dev/mvme/files.mvme"
23 # MVME-147 Peripheral Channel Controller
24 device pcc { [ ipl = -1 ] }
25 attach pcc at mainbus
26 file arch/mvme68k/dev/pcc.c                     pcc needs-flag
28 # MVME-147 VME controller chip
29 device  vmepcc: mvmebus, vmebus
30 attach  vmepcc at pcc
31 file    arch/mvme68k/dev/vme_pcc.c              vmepcc
33 # MVME-147 Clock
34 attach clock at pcc with clock_pcc
35 file arch/mvme68k/dev/clock_pcc.c               clock_pcc
37 # ZS Serial ports
38 device zsc { channel = -1 }
39 file arch/mvme68k/dev/zs.c                      zsc
40 file dev/ic/z8530sc.c                           zsc
42 # MVME-147 Serial ports
43 attach zsc at pcc with zsc_pcc
44 file arch/mvme68k/dev/zs_pcc.c                  zsc_pcc needs-flag
46 # MVME-1[67]2 Serial ports
47 attach zsc at pcctwo with zsc_pcctwo
48 file arch/mvme68k/dev/zs_pcctwo.c               zsc_pcctwo needs-flag
50 device zstty: tty
51 attach zstty at zsc
52 file dev/ic/z8530tty.c                          zstty needs-flag
54 # MVME-147 Parallel printer
55 attach lpt at pcc with lpt_pcc
56 file arch/mvme68k/dev/lpt_pcc.c                 lpt_pcc
58 # device defined in sys/conf/files
59 attach le at pcc with le_pcc: le24
60 file arch/mvme68k/dev/if_le.c                   le_pcc
62 # TimeKeeper NVRAM device
63 device timekeeper: mk48txx
64 attach timekeeper at mainbus
65 file arch/mvme68k/dev/timekeeper.c              timekeeper
67 # Memory disk for boot tape
68 file dev/md_root.c                              memory_disk_hooks
70 include "dev/scsipi/files.scsipi"
72 # WD33C93 SCSI ...
73 define sbic
74 file arch/mvme68k/dev/sbic.c                    sbic
76 # ... on the MVME-147
77 device wdsc: sbic, scsi
78 attach wdsc at pcc with wdsc_pcc
79 file arch/mvme68k/dev/wdsc.c                    wdsc_pcc
81 file arch/mvme68k/dev/pcctwo_68k.c              pcctwo
82 file arch/mvme68k/dev/memc_68k.c                memc
84 # This isn't as odd as it looks. This file is still needed even if
85 # no vmetwo device is configured into the kernel.
86 file arch/mvme68k/dev/vme_two_68k.c             vmetwo | pcctwo
88 file arch/mvme68k/mvme68k/autoconf.c
89 file arch/mvme68k/mvme68k/bus_dma.c
90 file arch/mvme68k/mvme68k/bus_space.c
91 file arch/mvme68k/mvme68k/clock.c
92 file arch/mvme68k/mvme68k/conf.c
93 file arch/mvme68k/mvme68k/disksubr.c
94 file arch/mvme68k/mvme68k/isr.c
95 file arch/mvme68k/mvme68k/machdep.c
96 file arch/mvme68k/mvme68k/mem.c
97 file arch/mvme68k/mvme68k/pmap_bootstrap.c      compile-with "${NOPROF_C}"
98 file arch/mvme68k/mvme68k/trap.c
99 file arch/m68k/m68k/cacheops.c
100 file arch/m68k/m68k/db_memrw.c                  ddb | kgdb
101 file arch/m68k/m68k/pmap_motorola.c
102 file arch/m68k/m68k/procfs_machdep.c            procfs
103 file arch/m68k/m68k/sys_machdep.c
104 file arch/m68k/m68k/vm_machdep.c
105 file dev/cons.c
106 file dev/cninit.c
108 # Motorola 68060 support package
109 include "arch/m68k/060sp/files.060sp"
111 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
112 include "compat/aoutm68k/files.aoutm68k"
114 # SunOS Binary Compatibility (COMPAT_SUNOS)
115 include "compat/sunos/files.sunos"
116 file    arch/m68k/m68k/sunos_machdep.c          compat_sunos
118 # SVR4 Binary Compatibility (COMPAT_SVR4)
119 include "compat/svr4/files.svr4"
121 # Linux binary compatibility (COMPAT_LINUX)
122 include "compat/linux/files.linux"
123 include "compat/linux/arch/m68k/files.linux_m68k"
124 file arch/m68k/m68k/linux_trap.c                compat_linux
126 # OSS audio driver compatibility
127 include "compat/ossaudio/files.ossaudio"
129 include "arch/mvme68k/conf/majors.mvme68k"