Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 11:53:49 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa rc.c
Message-ID:  <199906041853.LAA76760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906041853.LAA76760>