Module Name:    src
Committed By:   macallan
Date:           Fri Jul 22 20:41:58 UTC 2011

Modified Files:
        src/sys/arch/evbmips/gdium: autoconf.c

Log Message:
voyagerfb wants properties too


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/gdium/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/evbmips/gdium/autoconf.c
diff -u src/sys/arch/evbmips/gdium/autoconf.c:1.3 src/sys/arch/evbmips/gdium/autoconf.c:1.4
--- src/sys/arch/evbmips/gdium/autoconf.c:1.3	Thu Nov  5 00:35:12 2009
+++ src/sys/arch/evbmips/gdium/autoconf.c	Fri Jul 22 20:41:57 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.3 2009/11/05 00:35:12 dyoung Exp $	*/
+/*	$NetBSD: autoconf.c,v 1.4 2011/07/22 20:41:57 macallan Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.3 2009/11/05 00:35:12 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.4 2011/07/22 20:41:57 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -115,7 +115,7 @@
 	if ((booted_device == NULL) && (netboot == 1))
 		if (device_class(dev) == DV_IFNET)
 			booted_device = dev;
-	if (device_is_a(dev, "genfb")) {
+	if (device_is_a(dev, "genfb") || device_is_a(dev, "voyagerfb")) {
 		dict = device_properties(dev);
 		/*
 		 * this is a hack

Reply via email to