files.mace revision 1.1
1#	$NetBSD: files.mace,v 1.1 2004/01/18 04:07:17 sekiya Exp $
2
3device mace {[offset = -1], [intr = -1], [intrmask = 0] }
4attach mace at mainbus
5file arch/sgimips/mace/mace.c		mace
6
7attach com at mace with com_mace
8file arch/sgimips/mace/com_mace.c	com_mace
9
10device lpt
11attach lpt at mace with lpt_mace
12file arch/sgimips/mace/lpt_mace.c	lpt_mace
13file dev/ic/lpt.c			lpt_mace
14
15attach pckbc at mace with pckbc_mace
16file arch/sgimips/mace/pckbc_mace.c	pckbc_mace
17
18device mcclock
19attach mcclock at mace with mcclock_mace
20file arch/sgimips/mace/mcclock_mace.c	mcclock_mace
21
22device mec: arp, ether, ifnet, mii
23attach mec at mace
24file arch/sgimips/mace/if_mec_mace.c	mec
25
26device macau: audiobus, ad1848, auconv
27attach macau at mace with macau
28file arch/sgimips/mace/macau_mace.c	macau
29
30device macepci: pcibus
31attach macepci at mace
32file arch/sgimips/mace/pci_mace.c	macepci
33