Date: Fri, 3 Mar 1995 20:20:57 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: sos@FreeBSD.org, current@FreeBSD.org Subject: screensaver lkms broken Message-ID: <199503031820.UAA14124@dolphin.mikom.csir.co.za>
next in thread | raw e-mail | index | archive | help
Hi, After the changes to syscons, the screensaver lkm's won't compile anymore. It needs apm_bios.h. Now I don't know if Soren is still busy with the commits, but here is a patch. By the way, how do I get to load these things? I have tried with modload, but it just coredump all the time. -- John Hay -- jhay@mikom.csir.co.za *** src/lkm/syscons/saver.h.org Wed Feb 22 15:43:35 1995 --- src/lkm/syscons/saver.h Fri Mar 3 14:29:46 1995 *************** *** 3,8 **** --- 3,9 ---- #include <sys/tty.h> #include <i386/include/pc/display.h> #include <i386/include/console.h> + #include <i386/include/apm_bios.h> #include <i386/i386/cons.h> #include <i386/isa/isa.h> #include <i386/isa/isa_device.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503031820.UAA14124>