Home | History | Annotate | Line # | Download | only in conf
files.alchemy revision 1.3
      1 #	$NetBSD: files.alchemy,v 1.3 2003/11/08 05:05:15 simonb Exp $
      2 
      3 file	arch/mips/alchemy/au_icu.c
      4 file	arch/mips/alchemy/au_timer.c
      5 file	arch/mips/alchemy/au_cpureg_mem.c
      6 
      7 # Alchemy peripheral bus
      8 device	aubus { [addr=-1] }
      9 attach	aubus at mainbus
     10 file	arch/mips/alchemy/aubus.c		aubus
     11 
     12 # "fake" RTC for using an Au1x00 timer for boards without a real RTC
     13 device	aurtc
     14 attach	aurtc at aubus
     15 file	arch/mips/alchemy/dev/aurtc.c		aurtc
     16 
     17 # On-chip com-alike device(s)
     18 device	aucom { } : tty
     19 file	arch/mips/alchemy/dev/aucom.c		aucom		needs-flag
     20 defflag	opt_com.h	COM_AU1x00
     21 options			COM_AU1x00	# Au1x00 support in com driver
     22 
     23 attach	aucom at aubus with aucom_aubus
     24 file	arch/mips/alchemy/dev/aucom_aubus.c	aucom_aubus
     25 
     26 # On-chip ethernet device(s)
     27 device	aumac: ether, ifnet, arp, mii
     28 attach	aumac at aubus
     29 file	arch/mips/alchemy/dev/if_aumac.c	aumac
     30 
     31 # On-chip OHCI USB controller
     32 attach	ohci at aubus with ohci_aubus
     33 file	arch/mips/alchemy/dev/ohci_aubus.c	ohci
     34 
     35 # On-chip AC'97 audio controller
     36 device	auaudio: audiobus, auconv, mulaw, ac97, aurateconv
     37 attach	auaudio at aubus
     38 file	arch/mips/alchemy/dev/auaudio.c		auaudio
     39