Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Comment out more USB options to to fix ...
details: https://anonhg.NetBSD.org/src/rev/9742483ac860
branches: trunk
changeset: 803155:9742483ac860
user: htodd <htodd%NetBSD.org@localhost>
date: Tue Oct 14 13:53:34 2014 +0000
description:
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 b58419799dc9 -r 9742483ac860 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Tue Oct 14 12:31:14 2014 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Tue Oct 14 13:53:34 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SHEEVAPLUG,v 1.44 2014/09/18 15:00:08 wiz Exp $
+# $NetBSD: SHEEVAPLUG,v 1.45 2014/10/14 13:53:34 htodd Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@@ -303,7 +303,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 b58419799dc9 -r 9742483ac860 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL Tue Oct 14 12:31:14 2014 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL Tue Oct 14 13:53:34 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.64 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: TWINTAIL,v 1.65 2014/10/14 13:53:34 htodd Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -117,7 +117,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