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