Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2007 22:21:06 GMT
From:      Jens Köhler <mail@chatty.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/116680: Documentation mistake: CXD1947 _not_ supported, see fwohci_pci.c
Message-ID:  <200709262221.l8QML6Ao000816@www.freebsd.org>
Resent-Message-ID: <200709262230.l8QMU10b029423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116680
>Category:       misc
>Synopsis:       Documentation mistake: CXD1947 _not_ supported, see fwohci_pci.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 26 22:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jens Köhler
>Release:        since 5.5 or so
>Organization:
n/a
>Environment:
see above
>Description:
FreeBSD probably NEVER supported CXD1947! What a pity.

See your own patch:

==== //depot/projects/smpng/sys/dev/firewire/fwohci_pci.c#35 (text+ko) ====

@@ -31,7 +31,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/dev/firewire/fwohci_pci.c,v 1.52 2005/05/20 12:37:16 marius Exp $
+ * $FreeBSD: src/sys/dev/firewire/fwohci_pci.c,v 1.53 2005/07/17 19:59:07 imp Exp $
  */

 #define BOUNCE_BUFFER_TEST	0
@@ -169,8 +169,8 @@
 		return BUS_PROBE_DEFAULT;
 	}
 	if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD1947)) {
-		device_set_desc(dev, "Sony i.LINK (CXD1947)");
-		return BUS_PROBE_DEFAULT;
+		device_printf(dev, "Sony i.LINK (CXD1947) not supported");
+		return ENXIO;
 	}
 	if (id == (FW_VENDORID_SONY | FW_DEVICE_CXD3222)) {
 		device_set_desc(dev, "Sony i.LINK (CXD3222)");
>How-To-Repeat:
install on adequate hardware
>Fix:
write some cool driver

>Release-Note:
>Audit-Trail:
>Unformatted:



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