Home | History | Annotate | Line # | Download | only in conf
DBAU1550 revision 1.6
      1  1.6   simonb #	$NetBSD: DBAU1550,v 1.6 2006/02/25 11:47:41 simonb Exp $
      2  1.1  gdamore #
      3  1.1  gdamore # Kernel config for the AMD Alchemy DBAu1550 evaluation board.
      4  1.1  gdamore 
      5  1.2  gdamore include		"arch/evbmips/conf/ALCHEMY"
      6  1.1  gdamore 
      7  1.6   simonb no options 	ALCHEMY_AU1000
      8  1.6   simonb no options 	ALCHEMY_AU1100
      9  1.6   simonb no options 	ALCHEMY_AU1500
     10  1.6   simonb no options 	ALCHEMY_AU1550
     11  1.6   simonb no options 	ALCHEMY_GENERIC
     12  1.1  gdamore 
     13  1.2  gdamore # configure out local board support
     14  1.1  gdamore 
     15  1.6   simonb options 	ALCHEMY_AU1550
     16  1.6   simonb options 	ALCHEMY_DBAU1550
     17  1.6   simonb options 	PCI_NETBSD_CONFIGURE
     18  1.3  gdamore 
     19  1.3  gdamore aupci*	at aubus? addr ?
     20  1.3  gdamore pci*	at aupci?
     21  1.3  gdamore 
     22  1.3  gdamore # Note that this is just fairly random selection of PCI devices.
     23  1.3  gdamore 
     24  1.6   simonb # Ethernet cards
     25  1.3  gdamore bge*		at pci? dev ? function ?	# Broadcom GigE
     26  1.6   simonb fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
     27  1.3  gdamore ral*		at pci?	dev ? function ?	# Ralink WLAN
     28  1.3  gdamore re*		at pci? dev ? function ?	# Realtek 8169 GigE
     29  1.6   simonb rtk*		at pci? dev ? function ?	# Realtek 8129/8139
     30  1.6   simonb sip*		at pci? dev ? function ?	# SiS 900/DP83815 Ethernet
     31  1.3  gdamore tlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
     32  1.3  gdamore vge*		at pci? dev ? function ?	# VIA GigE
     33  1.6   simonb wi*		at pci? dev ? function ?	# Intersil PRISM WLAN
     34  1.6   simonb 
     35  1.6   simonb # (on-board) IDE controller
     36  1.3  gdamore hptide*		at pci? dev ? function ?	# Triones/HighPoint IDE
     37  1.3  gdamore 
     38  1.3  gdamore atabus*		at ata?
     39  1.3  gdamore wd*		at atabus? drive ? flags 0x0000
     40  1.3  gdamore 
     41  1.3  gdamore atapibus*	at atabus?
     42  1.3  gdamore cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     43  1.3  gdamore sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     44  1.3  gdamore uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
     45