Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/db528570de71
branches:  netbsd-6
changeset: 776699:db528570de71
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Sep 09 08:35:50 2014 +0000

description:
Pull up following revision(s) (requested by martin in ticket #1110):
        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 9a10f0e1608a -r db528570de71 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Tue Sep 09 08:29:53 2014 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Tue Sep 09 08:35:50 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.242.8.2 2012/08/08 15:51:11 martin Exp $ */
+/*     $NetBSD: autoconf.c,v 1.242.8.3 2014/09/09 08:35:50 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.242.8.2 2012/08/08 15:51:11 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.242.8.3 2014/09/09 08:35:50 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -1545,6 +1545,7 @@
        { "SUNW,fdtwo", "fdc" },
        { "network",    "hme" }, /* Krups */
        { "SUNW,hme",   "hme" },
+       { "SUNW,qfe",   "hme" },
 };
 
 static const char *



Home | Main Index | Thread Index | Old Index