1 1.8 gdamore # $NetBSD: DBAU1500,v 1.8 2006/04/04 04:30:28 gdamore Exp $ 2 1.1 gdamore # 3 1.1 gdamore # Kernel config for the AMD Alchemy DBAu1500 evaluation board. 4 1.1 gdamore 5 1.2 gdamore include "arch/evbmips/conf/ALCHEMY" 6 1.1 gdamore 7 1.7 simonb no options ALCHEMY_AU1000 8 1.7 simonb no options ALCHEMY_AU1100 9 1.7 simonb no options ALCHEMY_AU1500 10 1.7 simonb no options ALCHEMY_AU1550 11 1.7 simonb no options ALCHEMY_GENERIC 12 1.1 gdamore 13 1.2 gdamore # configure out local board support 14 1.1 gdamore 15 1.7 simonb options ALCHEMY_AU1500 16 1.7 simonb options ALCHEMY_DBAU1500 17 1.7 simonb options PCI_NETBSD_CONFIGURE 18 1.3 gdamore 19 1.4 gdamore # XXX AU1500 PCI seems busted, at least on the DBAU1500. Attempts to use 20 1.4 gdamore # commands like "dd if=/dev/zero of=/tmp/f bs=64k count=1000" result in 21 1.4 gdamore # kernel panics when running diskless with / mounted over a PCI NIC. 22 1.4 gdamore # 23 1.4 gdamore # Additionally early steppings (AB, AC) of the AU1500 are incredibly buggy 24 1.4 gdamore # and are unlikely to perform properly without special software workarounds 25 1.4 gdamore # that I have not yet figured out. 26 1.4 gdamore # 27 1.4 gdamore # Finally, the AU1500 pci bus is completely hopeless when it comes to making 28 1.4 gdamore # PCI-PCI bridges (such as multiport ethernet cards). The design is flawed, 29 1.4 gdamore # and has not been fixed in at least the AD stepping of the AU1500. 30 1.4 gdamore # 31 1.5 gdamore # I would welcome some constructive feedback or correction to any or all of 32 1.5 gdamore # these problems. Please include gdamore (a] netbsd.org if you figure this out. 33 1.5 gdamore # 34 1.6 gdamore aupci* at aubus? addr ? 35 1.6 gdamore pci* at aupci? 36 1.3 gdamore 37 1.3 gdamore # Note that this is just fairly random selection of PCI devices. 38 1.3 gdamore 39 1.7 simonb # Ethernet cards 40 1.8 gdamore ath* at pci? dev ? function ? # Atheros WLAN 41 1.3 gdamore bge* at pci? dev ? function ? # Broadcom GigE 42 1.7 simonb fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 43 1.3 gdamore ral* at pci? dev ? function ? # Ralink WLAN 44 1.3 gdamore re* at pci? dev ? function ? # Realtek 8169 GigE 45 1.7 simonb rtk* at pci? dev ? function ? # Realtek 8129/8139 46 1.7 simonb sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 47 1.3 gdamore tlp* at pci? dev ? function ? # DEC Tulip Ethernet 48 1.3 gdamore vge* at pci? dev ? function ? # VIA GigE 49 1.7 simonb wi* at pci? dev ? function ? # Intersil PRISM WLAN 50 1.7 simonb 51 1.7 simonb # (on-board) IDE controller 52 1.3 gdamore hptide* at pci? dev ? function ? # Triones/HighPoint IDE 53 1.3 gdamore 54 1.3 gdamore atabus* at ata? 55 1.3 gdamore wd* at atabus? drive ? flags 0x0000 56 1.3 gdamore 57 1.3 gdamore atapibus* at atabus? 58 1.3 gdamore cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 59 1.3 gdamore sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 60 1.3 gdamore uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 61