From nobody@FreeBSD.org  Sat Jun 24 14:50:07 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 95E2716A47C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Jun 2006 14:50:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED4843D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Jun 2006 14:50:07 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5OEo65k092392
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 Jun 2006 14:50:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k5OEo665092391;
	Sat, 24 Jun 2006 14:50:06 GMT
	(envelope-from nobody)
Message-Id: <200606241450.k5OEo665092391@www.freebsd.org>
Date: Sat, 24 Jun 2006 14:50:06 GMT
From: Martin <tiggaz@tiggaz.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Wireless sharing
X-Send-Pr-Version: www-2.3

>Number:         99418
>Category:       conf
>Synopsis:       [umass] [patch] Western Digital external disk support
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 24 14:50:14 GMT 2006
>Closed-Date:    Sun Nov 11 12:23:19 UTC 2007
>Last-Modified:  Sun Nov 11 12:23:19 UTC 2007
>Originator:     Martin
>Release:        6.0
>Organization:
>Environment:
Not with me.
>Description:
I have, wireless network card at home, which is connected on internet.
Also i have LAN card which is connected to switch and with other computers.
ifconfig .. xl0 is the lan card and ral0 is the wireless card, now i want
to share the internet to other compjuters, how it is posible, and can I
make it?

On other OS it was working fine, connected on internet try wifi and share
it from lan card... But i dont know how to make it on freebsd. Please help
me its urgent.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jun 24 18:42:55 UTC 2006 
State-Changed-Why:  
Please ask general support questions on the appropriate mailing list, in 
this case, freebsd-questions or freebsd-mobile.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99418 

From: Dierk Sacher <usenet01@blaxxtarz.de>
To: bug-followup@FreeBSD.org, list@understudy.net
Cc: peter.schuller@infidyne.com, jharris@widomaker.com
Subject: [patch] Re: usb/99418: external usb harddrive slow to accept
Date: Tue, 17 Apr 2007 03:46:56 +0200

 --mYCpIKhGyMATD0i+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 looking at the debugging output it seemed to hang at
 
 Apr 17 03:36:52 hobo kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0
 
 retrying the INQUIRY 3 time which took about 10mins to finish on my X40.
 
 Attached patches work arround the issue by enabling the  NO_INQUIRY_EVPD
 for the Device. I'd like to see some more owners of that particular device
 test the patch, which is against 6.2-RELEASE-p3 (not tracking CURRENT,sry).
 
 I'd didn't have the time yet to try how kern/107495 would fit in as a 
 solution to the issue.
 
 My Drive is:
   External HDD(0x0901), Western Digital(0x1058), rev 1.08
   WD 2500JB External 0108
 
 -- 
 |----+----|----+----|----+----|----+----|----+----|----+----|----+----|--<
  GPG Fingerprint: D14C 12BB 37A6 6745 7F4F  F420 9E59 D79E A492 2A96
  GPG KeyID      : A4922A96  
 +------------------------------------------------------------------------+
 
 --mYCpIKhGyMATD0i+
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="usbdevs.diff"
 
 --- usbdevs	Tue Apr 17 05:17:02 2007
 +++ usbdevs.orig	Tue Nov 14 13:54:38 2006
 @@ -1684,7 +1684,6 @@
  /* Western Digital products */
  product WESTERN EXTHDD		0x0400	External HDD
  product WESTERN HUB		0x0500	USB HUB
 -product WESTERN MYBOOK		0x0901	External HDD MyBook Series
  
  /* Windbond Electronics */
  product WINBOND UH104		0x5518	4-port USB Hub
 
 --mYCpIKhGyMATD0i+
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="umass.c.diff"
 
 --- umass.c.orig	Sat Dec 23 03:03:40 2006
 +++ umass.c	Tue Apr 17 05:14:04 2007
 @@ -510,6 +510,10 @@
  	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
  	  FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
  	},
 +	{ USB_VENDOR_WESTERN,  USB_PRODUCT_WESTERN_MYBOOK, RID_WILDCARD,
 +	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 +	  NO_INQUIRY_EVPD 
 +	},
  	{ USB_VENDOR_YANO,  USB_PRODUCT_YANO_U640MO, RID_WILDCARD,
  	  UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
  	  FORCE_SHORT_INQUIRY
 
 --mYCpIKhGyMATD0i+--

From: Dierk Sacher <usenet01@blaxxtarz.de>
To: bug-followup@FreeBSD.org, list@understudy.net
Cc: peter.schuller@infidyne.com, jharris@widomaker.com
Subject: [patch] Re: usb/99418: external usb harddrive slow to accept
Date: Tue, 17 Apr 2007 03:59:01 +0200

 --huq684BweRXVnRxX
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Ouch!
 
 Corrected diff attached. Sorry.
 
 -- 
 |----+----|----+----|----+----|----+----|----+----|----+----|----+----|--<
  GPG Fingerprint: D14C 12BB 37A6 6745 7F4F  F420 9E59 D79E A492 2A96
  GPG KeyID      : A4922A96  
 +------------------------------------------------------------------------+
 
 --huq684BweRXVnRxX
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="usbdevs.diff"
 
 --- usbdevs.orig	Tue Nov 14 13:54:38 2006
 +++ usbdevs	Tue Apr 17 05:17:02 2007
 @@ -1684,6 +1684,7 @@
  /* Western Digital products */
  product WESTERN EXTHDD		0x0400	External HDD
  product WESTERN HUB		0x0500	USB HUB
 +product WESTERN MYBOOK		0x0901	External HDD MyBook Series
  
  /* Windbond Electronics */
  product WINBOND UH104		0x5518	4-port USB Hub
 
 --huq684BweRXVnRxX--
Responsible-Changed-From-To: freebsd-bugs->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Tue Apr 17 06:54:21 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99418 
State-Changed-From-To: closed->open 
State-Changed-By: linimon 
State-Changed-When: Wed Apr 18 09:17:38 UTC 2007 
State-Changed-Why:  
This has a patch now, so re-open. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99418 
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Sun Nov 11 12:23:18 UTC 2007 
State-Changed-Why:  
The USB reference in this ticket had been committed already, the other 
thing is a general support question, no need to keep this PR open. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99418 
>Unformatted:
