Module Name:    src
Committed By:   msaitoh
Date:           Tue Sep  9 08:35:50 UTC 2014

Modified Files:
        src/sys/arch/sparc/sparc [netbsd-6]: autoconf.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.242.8.2 -r1.242.8.3 src/sys/arch/sparc/sparc/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/sparc/autoconf.c
diff -u src/sys/arch/sparc/sparc/autoconf.c:1.242.8.2 src/sys/arch/sparc/sparc/autoconf.c:1.242.8.3
--- src/sys/arch/sparc/sparc/autoconf.c:1.242.8.2	Wed Aug  8 15:51:11 2012
+++ src/sys/arch/sparc/sparc/autoconf.c	Tue Sep  9 08:35:50 2014
@@ -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 @@ static struct {
 	{ "SUNW,fdtwo",	"fdc" },
 	{ "network",	"hme" }, /* Krups */
 	{ "SUNW,hme",   "hme" },
+	{ "SUNW,qfe",   "hme" },
 };
 
 static const char *

Reply via email to