Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 10:37:47 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 userconfig.c
Message-ID:  <199906291737.KAA13601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1999/06/29 10:37:47 PDT

  Modified files:
    sys/i386/i386        userconfig.c 
  Log:
  idev->id_irq is an interrupt MASK, not an interrupt number.
  Thus, we need to convert the mask to the number (by ffs()) when
  writing back this value to the resource in save_resource().
  
  Revision  Changes    Path
  1.147     +3 -4      src/sys/i386/i386/userconfig.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?199906291737.KAA13601>