From owner-cvs-sys Sat Jan 18 07:53:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14241 for cvs-sys-outgoing; Sat, 18 Jan 1997 07:53:51 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA14232; Sat, 18 Jan 1997 07:53:49 -0800 (PST) Date: Sat, 18 Jan 1997 07:53:49 -0800 (PST) From: Soren Schmidt Message-Id: <199701181553.HAA14232@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/18 07:53:49 Modified: sys/i386/isa syscons.c Log: Oops! I commented out the waiting for retrace loops, because the one in draw_mouse causes spontanious hangs on my p5-100 when I move the mouse excessively. Forgot that on the last commit, so using the mouse or destructive cursor would produce large amounts of flicker.. Revision Changes Path 1.196 +5 -5 src/sys/i386/isa/syscons.c