Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia print "HDA" instead of "SATA" at attach



details:   https://anonhg.NetBSD.org/src/rev/ca1f5f54c95b
branches:  trunk
changeset: 807903:ca1f5f54c95b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Apr 26 16:48:00 2015 +0000

description:
print "HDA" instead of "SATA" at attach

diffstat:

 sys/arch/arm/nvidia/tegra_hdaudio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3e821bb05179 -r ca1f5f54c95b sys/arch/arm/nvidia/tegra_hdaudio.c
--- a/sys/arch/arm/nvidia/tegra_hdaudio.c       Sun Apr 26 16:45:50 2015 +0000
+++ b/sys/arch/arm/nvidia/tegra_hdaudio.c       Sun Apr 26 16:48:00 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_hdaudio.c,v 1.1 2015/03/29 10:41:59 jmcneill Exp $ */
+/* $NetBSD: tegra_hdaudio.c,v 1.2 2015/04/26 16:48:00 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_hdaudio.c,v 1.1 2015/03/29 10:41:59 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_hdaudio.c,v 1.2 2015/04/26 16:48:00 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -80,7 +80,7 @@
        sc->sc.sc_dmat = tio->tio_dmat;
 
        aprint_naive("\n");
-       aprint_normal(": SATA\n");
+       aprint_normal(": HDA\n");
 
        sc->sc_ih = intr_establish(loc->loc_intr, IPL_AUDIO, IST_LEVEL,
            tegra_hdaudio_intr, sc);



Home | Main Index | Thread Index | Old Index