From owner-cvs-all@FreeBSD.ORG Sun Jul 17 19:59:07 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9358916A41C; Sun, 17 Jul 2005 19:59:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5730E43D45; Sun, 17 Jul 2005 19:59:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6HJx7Da043440; Sun, 17 Jul 2005 19:59:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6HJx7t3043439; Sun, 17 Jul 2005 19:59:07 GMT (envelope-from imp) Message-Id: <200507171959.j6HJx7t3043439@repoman.freebsd.org> From: Warner Losh Date: Sun, 17 Jul 2005 19:59:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/firewire fwohci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 19:59:07 -0000 imp 2005-07-17 19:59:07 UTC FreeBSD src repository Modified files: sys/dev/firewire fwohci_pci.c Log: The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn't implement the OHCI programming interface. Thus it probes, but fails to attach because of an invalid OHCI version. Rather than count on the downstream tests properly failing, print a message that this chipset isn't supported and fail the probe. Revision Changes Path 1.53 +2 -2 src/sys/dev/firewire/fwohci_pci.c