Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / cesfic / conf / files.cesfic
blobf203a55ddc24091afae1349c5b2e7bf538b22ef1
1 #       $NetBSD: files.cesfic,v 1.15 2007/03/05 13:06:44 tsutsui Exp $
3 # cesfic-specific configuration info
5 # maxpartitions must be the first item in files.${ARCH}
6 maxpartitions 8
8 defflag                         PANICBUTTON
10 maxusers 2 8 64
12 # NOTE!  The order of these lines is significant!  Don't change them
13 # unless you absolutely know what you're doing!
16 # Mainbus
19 device  mainbus { }
20 attach  mainbus at root
22 file    arch/cesfic/cesfic/sic6351.c
23 file    arch/cesfic/cesfic/clk_dp8570a.c
24 file    arch/cesfic/cesfic/eeprom.c
27 # devices
30 device zsc { channel = -1 }
31 file arch/cesfic/dev/zs.c                       zsc
32 file dev/ic/z8530sc.c                           zsc
34 attach zsc at mainbus with zsc_pcc
35 file arch/cesfic/dev/zs_pcc.c           zsc_pcc needs-flag
37 device zstty: tty
38 attach zstty at zsc
39 file dev/ic/z8530tty.c                          zstty needs-flag
41 # LANCE ethernet
42 #device lex: arp, ether, ifnet
43 #attach lex at mainbus
44 attach le at mainbus: le32
45 file    arch/cesfic/dev/if_le.c         le
46 #file   arch/cesfic/dev/am79900.c               lex
49 # Non-device files
52 file    arch/cesfic/cesfic/autoconf.c
53 file    arch/cesfic/cesfic/clock.c
54 file    arch/cesfic/cesfic/machdep.c
55 file    arch/cesfic/cesfic/isr.c
56 file    arch/cesfic/cesfic/mem.c
57 file    arch/cesfic/cesfic/pmap_bootstrap.c
58 file    arch/cesfic/cesfic/trap.c
59 file    arch/m68k/m68k/cacheops.c
60 file    arch/m68k/m68k/db_memrw.c               ddb | kgdb
61 file    arch/m68k/m68k/kgdb_machdep.c           kgdb
62 file    arch/m68k/m68k/pmap_motorola.c
63 file    arch/m68k/m68k/procfs_machdep.c         procfs
64 file    arch/m68k/m68k/sys_machdep.c
65 file    arch/m68k/m68k/vm_machdep.c
67 file    dev/cons.c
69 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
70 include "compat/aoutm68k/files.aoutm68k"
72 # SunOS Binary Compatibility (COMPAT_SUNOS)
73 include "compat/sunos/files.sunos"
74 file    arch/m68k/m68k/sunos_machdep.c  compat_sunos
76 include "arch/cesfic/conf/majors.cesfic"