files.macppc revision 1.10
1#
2# First try for macppc-specific configuration info
3#
4maxpartitions 16
5
6maxusers 2 8 64
7
8include "arch/powerpc/conf/files.ofw"
9
10file arch/macppc/macppc/autoconf.c
11file arch/macppc/macppc/bus_dma.c
12file arch/macppc/macppc/clock.c
13file arch/macppc/macppc/conf.c
14file arch/macppc/macppc/disksubr.c		disk
15file arch/macppc/macppc/extintr.c
16file arch/macppc/macppc/machdep.c
17file arch/macppc/dev/dbdma.c
18file dev/cons.c
19
20#
21# Memory Disk for install floppy
22#
23file arch/macppc/macppc/md_root.c		memory_disk_hooks
24major {md = 9}
25
26#
27# Machine-independent SCSI drivers
28#
29include "dev/scsipi/files.scsipi"
30major {sd = 4}
31major {st = 5}
32major {cd = 6}
33
34#
35# Generic OpenFirmware device support
36#
37#include "dev/ofw/files.ofw"
38#major {ofdisk = 0}
39
40#
41# System bus types
42#
43define mainbus {}
44device mainbus: pcibus, mainbus
45attach mainbus at root
46file arch/macppc/macppc/mainbus.c		mainbus
47
48device cpu
49attach cpu at mainbus
50file arch/macppc/macppc/cpu.c
51
52include "dev/pci/files.pci"
53
54file arch/macppc/pci/pci_machdep.c		pci
55file arch/macppc/pci/bandit.c			pci
56
57# PCI-Host bridge chipsets
58device pchb
59attach pchb at pci
60file arch/macppc/pci/pchb.c			pchb
61
62device obio {}
63attach obio at pci
64file arch/macppc/dev/obio.c			obio
65
66device esp: scsi, ncr53c9x
67attach esp at obio
68file arch/macppc/dev/esp.c			esp
69
70device mc: ifnet, ether, arp
71attach mc at obio
72file arch/macppc/dev/if_mc.c			mc
73file arch/macppc/dev/am79c950.c			mc
74
75device zsc {channel = -1}
76attach zsc at obio
77file arch/macppc/dev/zs.c	 		zsc needs-flag
78file dev/ic/z8530sc.c				zsc
79
80device zstty: tty
81attach zstty at zsc
82file arch/macppc/dev/z8530tty.c			zstty needs-flag
83
84device adb
85attach adb at obio
86file arch/macppc/dev/adb.c			adb needs-flag
87file arch/macppc/dev/adb_direct.c		adb
88file arch/macppc/dev/adbsys.c			adb
89
90device nvram
91attach nvram at obio
92file arch/macppc/dev/nvram.c			nvram needs-flag
93
94define grfdev {}
95
96device grfati: grfdev
97attach grfati at pci
98file arch/macppc/dev/grf_ati.c			grfati needs-flag
99
100device grf {}
101attach grf at grfdev
102file arch/macppc/dev/grf.c			grf needs-flag
103file arch/macppc/dev/grf_subr.c			grf
104
105device ite: tty
106attach ite at grf
107file arch/macppc/dev/ite.c			ite needs-flag
108
109device macofcons: tty
110attach macofcons at pci
111file arch/macppc/dev/ofcons.c			macofcons needs-flag
112