NetBSD/sys/arch/sgimips/mace/files.mace
tsutsui ef820af6db Rename if_mec_mace.c -> if_mec.c.
This file contains not only an attachment but whole driver functions.
2004-09-23 14:45:20 +00:00

31 lines
822 B
Plaintext

# $NetBSD: files.mace,v 1.3 2004/09/23 14:45:20 tsutsui Exp $
device mace {[offset = -1], [intr = -1], [intrmask = 0] }
attach mace at mainbus
file arch/sgimips/mace/mace.c mace
attach com at mace with com_mace
file arch/sgimips/mace/com_mace.c com_mace
attach lpt at mace with lpt_mace
file arch/sgimips/mace/lpt_mace.c lpt_mace
attach pckbc at mace with pckbc_mace
file arch/sgimips/mace/pckbc_mace.c pckbc_mace
device mcclock
attach mcclock at mace with mcclock_mace
file arch/sgimips/mace/mcclock_mace.c mcclock_mace
device mec: arp, ether, ifnet, mii
attach mec at mace
file arch/sgimips/mace/if_mec.c mec
device macau: audiobus, ad1848, auconv
attach macau at mace with macau
file arch/sgimips/mace/macau_mace.c macau
device macepci: pcibus
attach macepci at mace
file arch/sgimips/mace/pci_mace.c macepci