Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc PR port-sparc/49103: add device name ma...



details:   https://anonhg.NetBSD.org/src/rev/ac6be35f0ee7
branches:  trunk
changeset: 331503:ac6be35f0ee7
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 12 13:53:49 2014 +0000

description:
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 4b9eb75cedd3 -r ac6be35f0ee7 sys/arch/sparc/sparc/autoconf.c
--- a/sys/arch/sparc/sparc/autoconf.c   Tue Aug 12 13:50:42 2014 +0000
+++ b/sys/arch/sparc/sparc/autoconf.c   Tue Aug 12 13:53:49 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.258 2014/08/12 13:53:49 martin 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.258 2014/08/12 13:53:49 martin 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