Home | History | Annotate | Line # | Download | only in conf
DBAU1550 revision 1.3
      1  1.3  gdamore #	$NetBSD: DBAU1550,v 1.3 2006/02/09 00:26:39 gdamore 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.2  gdamore no options	ALCHEMY_AU1000
      8  1.2  gdamore no options	ALCHEMY_AU1100
      9  1.2  gdamore no options	ALCHEMY_AU1500
     10  1.2  gdamore no options	ALCHEMY_AU1550
     11  1.2  gdamore no options	ALCHEMY_GENERIC
     12  1.1  gdamore 
     13  1.2  gdamore # configure out local board support
     14  1.1  gdamore 
     15  1.1  gdamore options		ALCHEMY_AU1550
     16  1.1  gdamore options		ALCHEMY_DBAU1550
     17  1.3  gdamore 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 # Only the hptide controller is actually on-board.
     24  1.3  gdamore 
     25  1.3  gdamore bge*		at pci? dev ? function ?	# Broadcom GigE
     26  1.3  gdamore wi*		at pci? dev ? function ?	# Intersil PRISM WLAN
     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.3  gdamore tlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
     30  1.3  gdamore vge*		at pci? dev ? function ?	# VIA GigE
     31  1.3  gdamore rtk*		at pci? dev ? function ?	# Realtek 8129/8139
     32  1.3  gdamore hptide*		at pci? dev ? function ?	# Triones/HighPoint IDE
     33  1.3  gdamore 
     34  1.3  gdamore atabus*		at ata?
     35  1.3  gdamore wd*		at atabus? drive ? flags 0x0000
     36  1.3  gdamore 
     37  1.3  gdamore atapibus*	at atabus?
     38  1.3  gdamore cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     39  1.3  gdamore sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     40  1.3  gdamore uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
     41  1.3  gdamore 
     42