Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/gdium voyagerfb wants properties too
details: https://anonhg.NetBSD.org/src/rev/60ffd822124f
branches: trunk
changeset: 767566:60ffd822124f
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jul 22 20:41:57 2011 +0000
description:
voyagerfb wants properties too
diffstat:
sys/arch/evbmips/gdium/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1a308e320c63 -r 60ffd822124f sys/arch/evbmips/gdium/autoconf.c
--- a/sys/arch/evbmips/gdium/autoconf.c Fri Jul 22 20:41:37 2011 +0000
+++ b/sys/arch/evbmips/gdium/autoconf.c Fri Jul 22 20:41:57 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index