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 Enable a few more devices (not all work).



details:   https://anonhg.NetBSD.org/src/rev/30eb1371643c
branches:  trunk
changeset: 767190:30eb1371643c
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jul 10 23:34:37 2011 +0000

description:
Enable a few more devices (not all work).

diffstat:

 sys/arch/evbmips/conf/DB120 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 6b1f8117fca3 -r 30eb1371643c sys/arch/evbmips/conf/DB120
--- a/sys/arch/evbmips/conf/DB120       Sun Jul 10 23:33:59 2011 +0000
+++ b/sys/arch/evbmips/conf/DB120       Sun Jul 10 23:34:37 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DB120,v 1.3 2011/07/10 00:03:12 matt Exp $
+#      $NetBSD: DB120,v 1.4 2011/07/10 23:34:37 matt Exp $
 #
 # Qualcomm Atheros AR9344 DB120 evaluation board.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "DB120-$Revision: 1.3 $"
+#ident                 "DB120-$Revision: 1.4 $"
 
 maxusers       32
 
@@ -17,7 +17,7 @@
 makeoptions    CPUFLAGS+="-mips32r2"
 makeoptions    NEED_MDSETIMAGE="yes"
 makeoptions    NEED_BINARY="yes"
-makeoptions    NEED_UBOOTIMAGE="yes"
+makeoptions    NEED_UBOOTIMAGE="gz"
 options        NOFPU                           # No FPU
 options        FPEMUL                          # emulate FPU insn
 options                WISOC_AR9344                    # WiSoC select
@@ -145,15 +145,17 @@
 arbus0         at mainbus?
 
 com*           at arbus? addr ?
-#arpci*                at arbus? addr ?
-#pci*          at arpci?
-#ehci*         at arbus? addr ?
-#usb*          at ohci?
-#uhub*         at usb?
-#uhub*         at uhub? port ?
-#umass*                at uhub? port ? configuration ? interface ?
-#scsibus*      at umass? channel ?
-#sd*           at scsibus? target ? lun ?
+arpcie*                at arbus? addr ?
+pci*           at arpcie?
+arpci*         at arbus? addr ?
+pci*           at arpci?
+ehci*          at arbus? addr ?
+usb*           at ehci?
+uhub*          at usb?
+uhub*          at uhub? port ?
+umass*         at uhub? port ? configuration ? interface ?
+scsibus*       at umass? channel ?
+sd*            at scsibus? target ? lun ?
 #ae*           at arbus? addr ?
 #ath*          at arbus? addr ?
 #athflash*     at arbus? addr ?



Home | Main Index | Thread Index | Old Index