Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/44f1ddac7edf
branches:  netbsd-7
changeset: 800178:44f1ddac7edf
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Apr 11 16:55:39 2017 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #1400):
        sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.45
        sys/arch/evbarm/conf/TWINTAIL: revision 1.65
Comment out more USB options to to fix build.

diffstat:

 sys/arch/evbarm/conf/SHEEVAPLUG |  4 ++--
 sys/arch/evbarm/conf/TWINTAIL   |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r de11c7f418c8 -r 44f1ddac7edf sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Tue Apr 11 16:50:36 2017 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Tue Apr 11 16:55:39 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.39 2014/08/03 09:18:16 martin Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.39.2.1 2017/04/11 16:55:39 martin Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -300,7 +300,7 @@
 uaudio* at uhub? port ? configuration ?
 
 # USB MIDI
-umidi* at uhub? port ? configuration ?
+#umidi* at uhub? port ? configuration ?
 
 # USB IrDA
 # USB-IrDA bridge spec
diff -r de11c7f418c8 -r 44f1ddac7edf sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL     Tue Apr 11 16:50:36 2017 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL     Tue Apr 11 16:55:39 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWINTAIL,v 1.61 2014/08/03 09:18:16 martin Exp $
+#      $NetBSD: TWINTAIL,v 1.61.2.1 2017/04/11 16:55:39 martin Exp $
 #
 #      TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -116,7 +116,7 @@
 options        KTRACE          # system call tracing, a la ktrace(1)
 #options       KMEMSTATS       # kernel memory statistics
 options        PCMCIAVERBOSE   # verbose PCMCIA configuration messages
-options        USBVERBOSE      # verbose USB device autoconfig messages
+#options       USBVERBOSE      # verbose USB device autoconfig messages
 options        SCSIVERBOSE     # Verbose SCSI errors
 #options       MIIVERBOSE      # Verbose MII autoconfuration messages
 #options       DDB_KEYCODE=0x40



Home | Main Index | Thread Index | Old Index