37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
# $NetBSD: files.alchemy,v 1.2 2003/04/01 17:31:50 hpeyerl Exp $
|
|
|
|
file arch/mips/alchemy/au_icu.c
|
|
file arch/mips/alchemy/au_timer.c
|
|
file arch/mips/alchemy/au_cpureg_mem.c
|
|
|
|
# Alchemy peripheral bus
|
|
device aubus { [addr=-1] }
|
|
attach aubus at mainbus
|
|
file arch/mips/alchemy/aubus.c aubus
|
|
|
|
# "fake" RTC for using an Au1x00 timer for boards without a real RTC
|
|
device aurtc
|
|
attach aurtc at aubus
|
|
file arch/mips/alchemy/dev/aurtc.c aurtc
|
|
|
|
# On-chip com-alike device(s)
|
|
device aucom { } : tty
|
|
file arch/mips/alchemy/dev/aucom.c aucom needs-flag
|
|
|
|
attach aucom at aubus with aucom_aubus
|
|
file arch/mips/alchemy/dev/aucom_aubus.c aucom_aubus
|
|
|
|
# On-chip ethernet device(s)
|
|
device aumac: ether, ifnet, arp, mii
|
|
attach aumac at aubus
|
|
file arch/mips/alchemy/dev/if_aumac.c aumac
|
|
|
|
# On-chip OHCI USB controller
|
|
attach ohci at aubus with ohci_aubus
|
|
file arch/mips/alchemy/dev/ohci_aubus.c ohci
|
|
|
|
# On-chip AC'97 audio controller
|
|
device auaudio: audiobus, auconv, mulaw, ac97, aurateconv
|
|
attach auaudio at aubus
|
|
file arch/mips/alchemy/dev/auaudio.c auaudio
|