DBAU1500 revision 1.4
11.4Sgdamore#	$NetBSD: DBAU1500,v 1.4 2006/02/14 04:26:59 gdamore Exp $
21.1Sgdamore#
31.1Sgdamore# Kernel config for the AMD Alchemy DBAu1500 evaluation board.
41.1Sgdamore
51.2Sgdamoreinclude		"arch/evbmips/conf/ALCHEMY"
61.1Sgdamore
71.2Sgdamoreno options	ALCHEMY_AU1000
81.2Sgdamoreno options	ALCHEMY_AU1100
91.2Sgdamoreno options	ALCHEMY_AU1500
101.2Sgdamoreno options	ALCHEMY_AU1550
111.2Sgdamoreno options	ALCHEMY_GENERIC
121.1Sgdamore
131.2Sgdamore# configure out local board support
141.1Sgdamore
151.1Sgdamoreoptions		ALCHEMY_AU1500
161.1Sgdamoreoptions		ALCHEMY_DBAU1500
171.3Sgdamoreoptions		PCI_NETBSD_CONFIGURE
181.3Sgdamore
191.4Sgdamore# XXX AU1500 PCI seems busted, at least on the DBAU1500.  Attempts to use
201.4Sgdamore# commands like "dd if=/dev/zero of=/tmp/f bs=64k count=1000" result in
211.4Sgdamore# kernel panics when running diskless with / mounted over a PCI NIC.
221.4Sgdamore#
231.4Sgdamore# Additionally early steppings (AB, AC) of the AU1500 are incredibly buggy
241.4Sgdamore# and are unlikely to perform properly without special software workarounds
251.4Sgdamore# that I have not yet figured out.
261.4Sgdamore#
271.4Sgdamore# Finally, the AU1500 pci bus is completely hopeless when it comes to making
281.4Sgdamore# PCI-PCI bridges (such as multiport ethernet cards).  The design is flawed,
291.4Sgdamore# and has not been fixed in at least the AD stepping of the AU1500.
301.4Sgdamore#
311.4Sgdamore# aupci*	at aubus? addr ?
321.4Sgdamore# pci*	at aupci?
331.3Sgdamore
341.3Sgdamore# Note that this is just fairly random selection of PCI devices.
351.3Sgdamore# Only the hptide controller is actually on-board.
361.3Sgdamore
371.3Sgdamorebge*		at pci? dev ? function ?	# Broadcom GigE
381.3Sgdamorewi*		at pci? dev ? function ?	# Intersil PRISM WLAN
391.3Sgdamoreral*		at pci?	dev ? function ?	# Ralink WLAN
401.3Sgdamorere*		at pci? dev ? function ?	# Realtek 8169 GigE
411.3Sgdamoretlp*		at pci? dev ? function ?	# DEC Tulip Ethernet
421.3Sgdamorevge*		at pci? dev ? function ?	# VIA GigE
431.3Sgdamorertk*		at pci? dev ? function ?	# Realtek 8129/8139
441.3Sgdamorehptide*		at pci? dev ? function ?	# Triones/HighPoint IDE
451.3Sgdamore
461.3Sgdamoreatabus*		at ata?
471.3Sgdamorewd*		at atabus? drive ? flags 0x0000
481.3Sgdamore
491.3Sgdamoreatapibus*	at atabus?
501.3Sgdamorecd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
511.3Sgdamoresd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
521.3Sgdamoreuk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
53