DBAU1550 revision 1.8 1 # $NetBSD: DBAU1550,v 1.8 2006/04/04 04:30:28 gdamore Exp $
2 #
3 # Kernel config for the AMD Alchemy DBAu1550 evaluation board.
4
5 include "arch/evbmips/conf/ALCHEMY"
6
7 no options ALCHEMY_AU1000
8 no options ALCHEMY_AU1100
9 no options ALCHEMY_AU1500
10 no options ALCHEMY_AU1550
11 no options ALCHEMY_GENERIC
12
13 # configure out local board support
14
15 options ALCHEMY_AU1550
16 options ALCHEMY_DBAU1550
17 options PCI_NETBSD_CONFIGURE
18
19 aupci* at aubus? addr ?
20 pci* at aupci?
21 aupcmcia* at aubus? addr ?
22 pcmcia* at aupcmcia?
23
24
25 # PCMCIA devices
26 wdc* at pcmcia? function ? # IDE
27 atabus* at wdc?
28 an* at pcmcia? function ? # Aironet (802.11b)
29 #wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
30 #ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
31 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
32 #mhzc* at pcmcia? function ? # 3Com/MHz Combo
33 #com* at mhzc?
34 #sm* at mhzc?
35
36 # Note that this is just fairly random selection of PCI devices.
37
38 # Ethernet cards
39 ath* at pci? dev ? function ? # Atheros WLAN
40 bge* at pci? dev ? function ? # Broadcom GigE
41 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
42 ral* at pci? dev ? function ? # Ralink WLAN
43 re* at pci? dev ? function ? # Realtek 8169 GigE
44 rtk* at pci? dev ? function ? # Realtek 8129/8139
45 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
46 tlp* at pci? dev ? function ? # DEC Tulip Ethernet
47 vge* at pci? dev ? function ? # VIA GigE
48 wi* at pci? dev ? function ? # Intersil PRISM WLAN
49
50 # (on-board) IDE controller
51 hptide* at pci? dev ? function ? # Triones/HighPoint IDE
52
53 atabus* at ata?
54 wd* at atabus? drive ? flags 0x0000
55
56 atapibus* at atabus?
57 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
58 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
59 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
60