Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/fe84799a3154
branches:  netbsd-9
changeset: 746501:fe84799a3154
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 02 19:20:07 2020 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #817):

        sys/arch/evbarm/conf/GENERIC: revision 1.73
        sys/arch/evbarm/conf/GENERIC64: revision 1.136

add MIDI sequencer device.  now midiplay works on usb midi devices.

diffstat:

 sys/arch/evbarm/conf/GENERIC   |  3 ++-
 sys/arch/evbarm/conf/GENERIC64 |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 0128bac57c6f -r fe84799a3154 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Thu Apr 02 19:17:04 2020 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Thu Apr 02 19:20:07 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.48.2.6 2020/01/27 07:06:02 martin Exp $
+#      $NetBSD: GENERIC,v 1.48.2.7 2020/04/02 19:20:07 martin Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -754,5 +754,6 @@
 
 include "dev/usb/usbdevices.config"
 midi*          at midibus?
+pseudo-device  sequencer                       # MIDI sequencer
 
 cinclude "arch/evbarm/conf/GENERIC.local"
diff -r 0128bac57c6f -r fe84799a3154 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Thu Apr 02 19:17:04 2020 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Thu Apr 02 19:20:07 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.103.2.8 2020/01/27 07:06:02 martin Exp $
+#      $NetBSD: GENERIC64,v 1.103.2.9 2020/04/02 19:20:07 martin Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -508,6 +508,7 @@
 
 include "dev/usb/usbdevices.config"
 midi*          at midibus?
+pseudo-device  sequencer                       # MIDI sequencer
 
 # Virtio devices
 virtio*                at fdt?                 # Virtio MMIO device



Home | Main Index | Thread Index | Old Index