Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/dev/wsfb Make genfb_attach configure the wsemul...



details:   https://anonhg.NetBSD.org/src/rev/db641c518d5b
branches:  riastradh-drm2
changeset: 788632:db641c518d5b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jan 29 19:48:29 2014 +0000

description:
Make genfb_attach configure the wsemuldisplaydev attribute.

diffstat:

 sys/dev/wsfb/genfb.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 064a148921db -r db641c518d5b sys/dev/wsfb/genfb.c
--- a/sys/dev/wsfb/genfb.c      Wed Jan 29 19:48:14 2014 +0000
+++ b/sys/dev/wsfb/genfb.c      Wed Jan 29 19:48:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfb.c,v 1.50 2013/01/10 22:06:59 jmcneill Exp $ */
+/*     $NetBSD: genfb.c,v 1.50.8.1 2014/01/29 19:48:29 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.50 2013/01/10 22:06:59 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.50.8.1 2014/01/29 19:48:29 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -333,7 +333,8 @@
                SCREEN_DISABLE_DRAWING(&sc->sc_console_screen);
 #endif
 
-       config_found(sc->sc_dev, &aa, wsemuldisplaydevprint);
+       config_found_ia(sc->sc_dev, "wsemuldisplaydev", &aa,
+           wsemuldisplaydevprint);
 
        return 0;
 }



Home | Main Index | Thread Index | Old Index