Add files.dev and files.mace

This commit is contained in:
sekiya 2004-01-18 04:07:17 +00:00
parent 63b59c4db4
commit 5aea276a37
2 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $NetBSD: files.dev,v 1.1 2004/01/18 04:07:17 sekiya Exp $
define giobus {}
device imc: giobus, eisabus
attach imc at mainbus
file arch/sgimips/dev/imc.c imc
device pic: giobus
attach pic at mainbus
file arch/sgimips/dev/pic.c pic
device crime
attach crime at mainbus
file arch/sgimips/dev/crime.c crime
device zsc {[channel = -1]}
device zstty: tty
attach zstty at zsc
file dev/ic/z8530tty.c zstty needs-flag
file arch/sgimips/dev/zs_kgdb.c kgdb
file arch/sgimips/dev/zs.c zsc needs-flag
file dev/ic/z8530sc.c zsc

View File

@ -0,0 +1,32 @@
# $NetBSD: files.mace,v 1.1 2004/01/18 04:07:17 sekiya 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
device lpt
attach lpt at mace with lpt_mace
file arch/sgimips/mace/lpt_mace.c lpt_mace
file dev/ic/lpt.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