6c14651ea0
* lpt device is defined in MI place (dev/ppbus/files.ppbus), dev/ic/lpt.c is included there too; dev/ic/lpt.c is not included if ppbus is configured or if there is alternative platform lpt (like for pc532) * g/c MD lpt definitions and custom puc/upc attachments, glue moved to conf/files and dev/pci/files.pci respectively; remove device lpt definition from dev/isa/files.isa * add ppbus parport attribute, atppc device attachments, adjust plip and lpt glue
31 lines
827 B
Plaintext
31 lines
827 B
Plaintext
# $NetBSD: files.mace,v 1.2 2004/01/20 19:58:00 jdolecek 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_mace.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
|