1 # $NetBSD: files.newsmips,v 1.26 2008/02/20 21:43:34 drochner Exp $
3 # NEWSMIPS-specific configuration info
5 # maxpartitions must be first item in files.${ARCH}.
10 device mainbus {} # no locators
11 attach mainbus at root
15 file arch/newsmips/newsmips/cpu.c cpu
17 device hb { [addr = -1], [level = -1] }
19 file arch/newsmips/dev/hb.c hb
21 #device iop { [addr = -1], [level = -1] }
22 #attach iop at mainbus
23 #file arch/newsmips/dev/iop.c iop
25 device ap { [addr = -1], [level = -1] }
27 file arch/newsmips/apbus/apbus.c ap
28 file arch/newsmips/apbus/apbus_subr.c ap
30 # MK48T02 TOD clock and NVRAM
31 device mkclock: mk48txx
32 attach mkclock at hb with mkclock_hb
33 file arch/newsmips/dev/mkclock_hb.c mkclock_hb
34 attach mkclock at ap with mkclock_ap
35 file arch/newsmips/apbus/mkclock_ap.c mkclock_ap
38 file arch/newsmips/dev/if_le.c le needs-count
40 device zsc { [channel = -1] }
41 file arch/newsmips/dev/zs.c zsc needs-count
42 file dev/ic/z8530sc.c zsc
44 attach zsc at hb with zsc_hb
45 file arch/newsmips/dev/zs_hb.c zsc_hb
47 attach zsc at ap with zsc_ap
48 file arch/newsmips/apbus/zs_ap.c zsc_ap
52 file dev/ic/z8530tty.c zstty needs-count
55 file dev/news/newskeymap.c kb
57 attach kb at hb with kb_hb
58 file arch/newsmips/dev/kb_hb.c kb_hb
60 attach kb at ap with kb_ap
61 file arch/newsmips/apbus/kb_ap.c kb_ap
64 attach ms at hb with ms_hb
65 file arch/newsmips/dev/ms_hb.c ms_hb
67 attach ms at ap with ms_ap
68 file arch/newsmips/apbus/ms_ap.c ms_ap
70 device fb: wsemuldisplaydev, rasops1
72 file arch/newsmips/dev/fb.c fb needs-flag
78 file arch/newsmips/dev/fd.c fdc | fd needs-count
80 device sn: arp, ether, ifnet
81 attach sn at ap with sn_ap
82 file arch/newsmips/apbus/if_sn.c sn
83 file arch/newsmips/apbus/if_sn_ap.c sn_ap
85 attach tlp at ap with tlp_ap
86 file arch/newsmips/apbus/if_tlp_ap.c tlp_ap
88 file arch/newsmips/newsmips/autoconf.c
89 file arch/newsmips/newsmips/bus.c
90 file arch/newsmips/newsmips/clock.c
91 file arch/newsmips/newsmips/machdep.c
92 file arch/newsmips/newsmips/news3400.c hb
93 file arch/newsmips/newsmips/news5000.c ap
94 file arch/newsmips/newsmips/disksubr.c
95 file arch/newsmips/newsmips/mainbus.c
96 file arch/newsmips/newsmips/cpu_cons.c
99 file common/bus_dma/bus_dmamem_common.c
101 file arch/mips/mips/softintr.c
104 # Machine-independent SCSI driver.
107 include "dev/scsipi/files.scsipi"
111 file arch/newsmips/dev/scsi_1185.c sc needs-count
112 file arch/newsmips/dev/sc_wrap.c sc
116 file arch/newsmips/apbus/spifi.c spifi
120 file arch/newsmips/apbus/dmac3.c dmac
122 device xafb: wsemuldisplaydev, rasops8
124 file arch/newsmips/apbus/xafb.c xafb needs-flag
127 # Memory Disk for install floppy
129 file dev/md_root.c memory_disk_hooks
131 include "arch/newsmips/conf/majors.newsmips"