Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2000 00:04:49 -0700
From:      Doug Barton <DougB@gorean.org>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        current@FreeBSD.ORG
Subject:   Re: src/sys/dev/syscons/scvesactl.c broken
Message-ID:  <39E16E11.4EF30A64@gorean.org>
References:  <92535.971074857@critter>

next in thread | previous in thread | raw e-mail | index | archive | help
Poul-Henning Kamp wrote:
> 
> Are you sure your tree is entirely in sync ?

	Yes... I've checked it several times. 
 
> I can't reproduce your problem here with the NOTES/LINT kernel...

	The following patch got my kernel compiled and running, although I
can't say it's the right thing to do. I'll cvsup again and do a cvs
update -A just to double check, but I'm pretty sure that this is a good
tree, and it's happening for me on two different machines with similar
kernel confs. 

Doug

Index: scvesactl.c
===================================================================
RCS file: /usr/ncvs/src/sys/dev/syscons/scvesactl.c,v
retrieving revision 1.16
diff -u -r1.16 scvesactl.c
--- scvesactl.c 2000/10/08 21:33:54     1.16
+++ scvesactl.c 2000/10/09 06:37:05
@@ -35,6 +35,8 @@
 #include <sys/conf.h>
 #include <sys/tty.h>
 #include <sys/kernel.h>
+#include <sys/fbio.h>
+#include <sys/consio.h>
 
 #include <machine/pc/vesa.h>
 


 
> >       Version 1.16 of src/sys/dev/syscons/scvesactl.c, removing
> ><machine/console.h> broke the kernel build for me. Attached is the
> >relevant log, and my kernel file.


-- 
        "The dead cannot be seduced."
		- Kai, "Lexx"

	Do YOU Yahoo!?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39E16E11.4EF30A64>