Port-mac68k archive

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

Re: mac68k built-in video (PR#58164)



I have this in my tree, may help:

Index: macfb.c
===================================================================
RCS file: /cvsroot/src/sys/arch/mac68k/dev/macfb.c,v
retrieving revision 1.23
diff -u -r1.23 macfb.c
--- macfb.c     7 Aug 2021 16:18:57 -0000       1.23
+++ macfb.c     9 Jun 2024 16:08:54 -0000
@@ -197,6 +197,7 @@
        int isconsole;
 
        sc = device_private(self);
+       sc->sc_dev = self;
 
        printf("\n");
 


Home | Main Index | Thread Index | Old Index