Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 17:01:57 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb if_aue.c usbdi.c
Message-ID:  <200001190101.RAA46347@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/01/18 17:01:57 PST

  Modified files:
    sys/dev/usb          if_aue.c usbdi.c 
  Log:
  Fix a couple of bugs:
  
  - The busy wait hack in usbdi.c was doing its timeout in microseconds
    instead of milliseconds.
  - if_aue.c:aue_intr() is creating a bitmask by and'ing two bits when it
    should be or'ing them.
  
  Submitted by:	Lennart Augustsson
  
  Revision  Changes    Path
  1.14      +3 -3      src/sys/dev/usb/if_aue.c
  1.31      +8 -5      src/sys/dev/usb/usbdi.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?200001190101.RAA46347>