Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / mipsco / conf / files.mipsco
blobc6a995bebe2ac402e41268a976966ec2e40eb7a1
1 #       $NetBSD: files.mipsco,v 1.13 2006/09/01 13:28:17 cube Exp $
3 #  MIPS Computer Corp -specific configuration info
5 # maxpartitions must be first item in files.${ARCH}.
6 maxpartitions 8
8 maxusers 2 8 64
10 device mainbus { }                      # no locators
11 attach mainbus at root
13 device cpu
14 attach cpu at mainbus
15 file arch/mipsco/mipsco/cpu.c           cpu
17 device isabus: isabus
18 attach  isabus at mainbus
19 file arch/mipsco/isa/isa_machdep.c      isabus
20 include "dev/isa/files.isa"
22 device obio { [addr = -1], [level = -1] }
23 attach obio at mainbus
24 file arch/mipsco/obio/obio.c            obio
26 device mkclock
27 attach mkclock at obio
28 file arch/mipsco/obio/mkclock.c         mkclock
30 device rambo
31 attach rambo at obio
32 file arch/mipsco/obio/rambo.c           rambo
34 #device le: ifnet, ether, arp
35 attach le at obio: le24
36 file arch/mipsco/obio/if_le.c           le needs-count
38 device fd
39 attach fd at obio
40 file arch/mipsco/obio/i82072.c          fd needs-count
42 device zsc { [channel = -1] }
43 attach zsc at obio
44 file arch/mipsco/obio/zs.c              zsc needs-count
45 file arch/mipsco/obio/zs_kgdb.c         kgdb
46 file dev/ic/z8530sc.c                   zsc
48 device zstty: tty
49 attach zstty at zsc
50 file dev/ic/z8530tty.c                  zstty needs-count
52 file arch/mipsco/mipsco/autoconf.c
53 file arch/mipsco/mipsco/machdep.c
54 file arch/mipsco/mipsco/interrupt.c
55 file arch/mipsco/mipsco/mips_3x30.c
56 file arch/mipsco/mipsco/disksubr.c
57 file arch/mipsco/mipsco/mainbus.c
58 file arch/mipsco/mipsco/clock.c
59 file arch/mipsco/mipsco/bus_space.c
60 file arch/mipsco/mipsco/bus_dma.c
61 file arch/mipsco/mipsco/prom.c
62 file dev/cons.c
64 file common/bus_dma/bus_dmamem_common.c
66 # Memory Disk
67 file dev/md_root.c                      memory_disk_hooks
70 # Machine-independent SCSI driver.
73 include "dev/scsipi/files.scsipi"
75 device asc: scsi, ncr53c9x
76 attach asc at obio
77 file arch/mipsco/obio/asc.c             asc needs-count
79 include "arch/mipsco/conf/majors.mipsco"