Date: Sat, 23 Mar 2002 04:36:19 -0800 (PST) From: Akio Morita <amorita@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons/dragon dragon_saver.c src/sys/dev/syscons/fire fire_saver.c src/sys/dev/syscons/logo logo_saver.c src/sys/dev/syscons/rain rain_saver.c src/sys/dev/syscons/warp warp_saver.c src/sys/modules/syscons Makefile ... Message-ID: <200203231236.g2NCaJM20680@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
amorita 2002/03/23 04:36:19 PST Modified files: sys/dev/syscons/fire fire_saver.c sys/dev/syscons/logo logo_saver.c sys/dev/syscons/rain rain_saver.c sys/dev/syscons/warp warp_saver.c sys/modules/syscons Makefile Added files: sys/dev/syscons/dragon dragon_saver.c sys/modules/syscons/dragon Makefile Log: Add new graphical screen saver (dragon_saver). Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver). Revision Changes Path 1.1 +275 -0 src/sys/dev/syscons/dragon/dragon_saver.c (new) 1.9 +121 -60 src/sys/dev/syscons/fire/fire_saver.c 1.11 +4 -0 src/sys/dev/syscons/logo/logo_saver.c 1.10 +49 -14 src/sys/dev/syscons/rain/rain_saver.c 1.12 +42 -17 src/sys/dev/syscons/warp/warp_saver.c 1.13 +2 -1 src/sys/modules/syscons/Makefile 1.1 +14 -0 src/sys/modules/syscons/dragon/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203231236.g2NCaJM20680>