From owner-cvs-all@FreeBSD.ORG Fri Sep 21 16:43:32 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CED5716A417; Fri, 21 Sep 2007 16:43:32 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2FEC13C45D; Fri, 21 Sep 2007 16:43:32 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8LGhWbY035525; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8LGhWTl035524; Fri, 21 Sep 2007 16:43:32 GMT (envelope-from ambrisko) Message-Id: <200709211643.l8LGhWTl035524@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 21 Sep 2007 16:43:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mpt mpt_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: Fri, 21 Sep 2007 16:43:32 -0000 ambrisko 2007-09-21 16:43:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mpt mpt_pci.c Log: MFC: 1.51 Fix an incorrect PCI device id. The current value conflicts with the mfi(4) LSI MegaSAS RAID card. Looking at the Linux driver for the mpt(4) it should be 0x0062 and not 0x0060. Tested with an mfi card of this device id. Reviewed by: scottl Revision Changes Path 1.20.2.9 +1 -1 src/sys/dev/mpt/mpt_pci.c