Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/c2dbcc7a314d
branches:  netbsd-7
changeset: 798237:c2dbcc7a314d
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Aug 12 18:59:48 2014 +0000

description:
Pull up following revision(s) (requested by martin in ticket #7):
        sys/arch/sparc/sparc/autoconf.c: revision 1.258
PR port-sparc/49103: add device name mapping for "qfe" (quad hme) cards.
>From MOCHIDA Shuji.

diffstat:

 sys/arch/sparc/sparc/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cc51a6ff3e25 -r c2dbcc7a314d sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Tue Aug 12 18:56:51 2014 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Tue Aug 12 18:59:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.257 2014/07/25 17:21:32 nakayama Exp $ */
+/*     $NetBSD: autoconf.c,v 1.257.2.1 2014/08/12 18:59:48 riz Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.257 2014/07/25 17:21:32 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.257.2.1 2014/08/12 18:59:48 riz Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -1563,6 +1563,7 @@
        { "SUNW,fdtwo", "fdc" },
        { "network",    "hme" }, /* Krups */
        { "SUNW,hme",   "hme" },
+       { "SUNW,qfe",   "hme" },
 };
 
 static const char *



Home | Main Index | Thread Index | Old Index