Date: Wed, 03 Sep 1997 20:27:19 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: "J. Weatherbee" <jamil@acromail.ml.org> Cc: freebsd-stable@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Changes to screensaver module Message-ID: <199709031127.UAA27362@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Tue, 02 Sep 1997 09:00:22 MST." <Pine.BSF.3.96.970902085937.572A-100000@acromail.ml.org> References: <Pine.BSF.3.96.970902085937.572A-100000@acromail.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>Causes my machine to panic upon bootup after recompiling the kernel. Oops, I am very sorry that I forgot to warn people in the -stable mailing list. As of the following changes, you need to recompile BOTH kernel AND lkm screen saver modules. Sorry for inconveniences cased by this. Kazu ----------------------------------------------------------------- Modified files: (Branch: RELENG_2_2) sys/i386/isa syscons.c syscons.h Log: YAMFC: incorporate changes in v1.217 (video probe), 1.220 (destructive cursor) and 1.225 (screen saver) in the -current. Revision Changes Path 1.182.2.25 +322 -131 src/sys/i386/isa/syscons.c 1.23.2.6 +3 -1 src/sys/i386/isa/syscons.h Modified files: (Branch: RELENG_2_2) lkm/syscons saver.h lkm/syscons/blank Makefile blank_saver.c lkm/syscons/daemon Makefile daemon_saver.c lkm/syscons/fade Makefile fade_saver.c lkm/syscons/green Makefile green_saver.c lkm/syscons/snake Makefile snake_saver.c lkm/syscons/star Makefile star_saver.c Log: YAMFC: many small bug fixes and changes to facilitate the new saver loading/unloading notification interface in syscons. Revision Changes Path 1.4.2.1 +36 -10 src/lkm/syscons/saver.h 1.3.2.1 +2 -2 src/lkm/syscons/blank/Makefile 1.6.2.2 +8 -13 src/lkm/syscons/blank/blank_saver.c 1.1.2.1 +2 -2 src/lkm/syscons/daemon/Makefile 1.2.2.3 +25 -52 src/lkm/syscons/daemon/daemon_saver.c 1.3.2.1 +2 -2 src/lkm/syscons/fade/Makefile 1.6.2.3 +8 -13 src/lkm/syscons/fade/fade_saver.c 1.3.2.1 +2 -2 src/lkm/syscons/green/Makefile 1.6.2.2 +8 -13 src/lkm/syscons/green/green_saver.c 1.3.2.1 +2 -2 src/lkm/syscons/snake/Makefile 1.10.2.3 +42 -25 src/lkm/syscons/snake/snake_saver.c 1.3.2.1 +2 -2 src/lkm/syscons/star/Makefile 1.8.2.2 +7 -18 src/lkm/syscons/star/star_saver.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709031127.UAA27362>