From owner-cvs-all Fri Jun 4 11:53:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A86914CFD; Fri, 4 Jun 1999 11:53:50 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76760; Fri, 4 Jun 1999 11:53:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199906041853.LAA76760@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Jun 1999 11:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa rc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/06/04 11:53:49 PDT Modified files: sys/i386/isa rc.c Log: Fixed null setting of `rc_started'. This was fixed for the corresponding variable `rc_wakeup_started' in rev.1.36 but broken again in rev.1.37. This bug only caused excessive polling (it gave NRC activations for each of the SWI handler and the timeout handler instead of 1 of each). Moved cdevsw attachment from the driver probe routine to the driver attach routine. Revision Changes Path 1.48 +2 -7 src/sys/i386/isa/rc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message