Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf Added PCI support for DBAU1500 (verifi...



details:   https://anonhg.NetBSD.org/src/rev/9c376acc1c9e
branches:  trunk
changeset: 588133:9c376acc1c9e
user:      gdamore <gdamore%NetBSD.org@localhost>
date:      Thu Feb 09 00:43:10 2006 +0000

description:
Added PCI support for DBAU1500 (verified).

diffstat:

 sys/arch/evbmips/conf/DBAU1500 |  26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r d82648bc30b9 -r 9c376acc1c9e sys/arch/evbmips/conf/DBAU1500
--- a/sys/arch/evbmips/conf/DBAU1500    Thu Feb 09 00:26:39 2006 +0000
+++ b/sys/arch/evbmips/conf/DBAU1500    Thu Feb 09 00:43:10 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DBAU1500,v 1.2 2006/02/08 17:02:05 gdamore Exp $
+#      $NetBSD: DBAU1500,v 1.3 2006/02/09 00:43:10 gdamore Exp $
 #
 # Kernel config for the AMD Alchemy DBAu1500 evaluation board.
 
@@ -14,3 +14,27 @@
 
 options                ALCHEMY_AU1500
 options                ALCHEMY_DBAU1500
+options                PCI_NETBSD_CONFIGURE
+
+aupci* at aubus? addr ?
+pci*   at aupci?
+
+# Note that this is just fairly random selection of PCI devices.
+# Only the hptide controller is actually on-board.
+
+bge*           at pci? dev ? function ?        # Broadcom GigE
+wi*            at pci? dev ? function ?        # Intersil PRISM WLAN
+ral*           at pci? dev ? function ?        # Ralink WLAN
+re*            at pci? dev ? function ?        # Realtek 8169 GigE
+tlp*           at pci? dev ? function ?        # DEC Tulip Ethernet
+vge*           at pci? dev ? function ?        # VIA GigE
+rtk*           at pci? dev ? function ?        # Realtek 8129/8139
+hptide*                at pci? dev ? function ?        # Triones/HighPoint IDE
+
+atabus*                at ata?
+wd*            at atabus? drive ? flags 0x0000
+
+atapibus*      at atabus?
+cd*            at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
+sd*            at atapibus? drive ? flags 0x0000       # ATAPI disk drives
+uk*            at atapibus? drive ? flags 0x0000       # ATAPI unknown



Home | Main Index | Thread Index | Old Index