Date: Fri, 21 Sep 2007 16:43:32 +0000 (UTC) From: Doug Ambrisko <ambrisko@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt_pci.c Message-ID: <200709211643.l8LGhWTl035524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709211643.l8LGhWTl035524>