Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci/voyager fix wsdisplay attachment in the New Orde...



details:   https://anonhg.NetBSD.org/src/rev/36c278ee656f
branches:  trunk
changeset: 983415:36c278ee656f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri May 21 20:23:35 2021 +0000

description:
fix wsdisplay attachment in the New Order Of Things

diffstat:

 sys/dev/pci/voyager/voyagerfb.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 280b03dd1dee -r 36c278ee656f sys/dev/pci/voyager/voyagerfb.c
--- a/sys/dev/pci/voyager/voyagerfb.c   Fri May 21 20:22:15 2021 +0000
+++ b/sys/dev/pci/voyager/voyagerfb.c   Fri May 21 20:23:35 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: voyagerfb.c,v 1.31 2021/05/21 20:22:15 macallan Exp $  */
+/*     $NetBSD: voyagerfb.c,v 1.32 2021/05/21 20:23:35 macallan Exp $  */
 
 /*
  * Copyright (c) 2009, 2011 Michael Lorenz
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.31 2021/05/21 20:22:15 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: voyagerfb.c,v 1.32 2021/05/21 20:23:35 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -363,7 +363,9 @@
        aa.accessops = &voyagerfb_accessops;
        aa.accesscookie = &sc->vd;
 
-       config_found(sc->sc_dev, &aa, wsemuldisplaydevprint, CFARG_EOL);
+       config_found(sc->sc_dev, &aa, wsemuldisplaydevprint,
+           CFARG_IATTR, "wsemuldisplaydev",
+           CFARG_EOL);
 }
 
 static int



Home | Main Index | Thread Index | Old Index