Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 13:47:42 +0100 (CET)
From:      Magnus B{ckstr|m <b@etek.chalmers.se>
To:        "Vladislav V. Zhuk" <admin@dru.dn.ua>
Cc:        Konstantin Stepanenkov <kst@techno.spb.ru>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: buildkernel broken
Message-ID:  <Pine.BSF.4.44.0303141345050.36379-100000@scrooge.etek.chalmers.se>
In-Reply-To: <20030314114210.GA97077@dru.dn.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Mar 2003, Vladislav V. Zhuk wrote:
>
> What I must do to resolve this problem??
>
Quick answer: apply the below patch.
A typo snuck in when a very minor change was made to umass.c.

Magnus

----------8<-------------
diff -c src/sys/dev/usb/umass.c:1.1.1.2 src-4.7-medic/sys/dev/usb/umass.c:1.2
*** src/sys/dev/usb/umass.c:1.1.1.2	Fri Mar 14 09:52:24 2003
--- src/sys/dev/usb/umass.c	Fri Mar 14 13:38:51 2003
***************
*** 616,622 ****
  	 * The Pentax Optio 230 requires RS_NO_CLEAR_UA
  	 * PR: kern/46369
  	 */
! 	if (UGETW(dd->idVendor) == USB_VENDOR_ASAHIOPTICAL) {
  	    && UGETW(dd->idProduct) == USB_PRODUCT_ASAHIOPTICAL_OPTIO230) {
  		sc->quirks |= RS_NO_CLEAR_UA;
  	}
--- 616,622 ----
  	 * The Pentax Optio 230 requires RS_NO_CLEAR_UA
  	 * PR: kern/46369
  	 */
! 	if (UGETW(dd->idVendor) == USB_VENDOR_ASAHIOPTICAL
  	    && UGETW(dd->idProduct) == USB_PRODUCT_ASAHIOPTICAL_OPTIO230) {
  		sc->quirks |= RS_NO_CLEAR_UA;
  	}
----------8<-------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44.0303141345050.36379-100000>