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