From owner-cvs-src@FreeBSD.ORG Sat Dec 31 06:28:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837C316A41F; Sat, 31 Dec 2005 06:28:58 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF0943D5A; Sat, 31 Dec 2005 06:28:58 +0000 (GMT) (envelope-from ps@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 jBV6SwnA027969; Sat, 31 Dec 2005 06:28:58 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBV6Sw9b027968; Sat, 31 Dec 2005 06:28:58 GMT (envelope-from ps) Message-Id: <200512310628.jBV6Sw9b027968@repoman.freebsd.org> From: Paul Saab Date: Sat, 31 Dec 2005 06:28:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/ciss ciss.c cissreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 06:28:58 -0000 ps 2005-12-31 06:28:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ciss ciss.c cissreg.h Log: MFC: revision 1.67 It seems ciss should ignore overrun and underrun on a SCSI INQUIRY command. This fixes some weird booting issues on newer versions of the firmware on the MSA20. revision 1.66 Update PCI ids to add the E200, E200i, P400, and P400i storage controllers. Remove the E400 since it is not a real product. revision 1.65 There's no reason to check the valence. This allows ciss to work on the P600. Revision Changes Path 1.2.2.22 +11 -9 src/sys/dev/ciss/ciss.c 1.1.2.9 +0 -2 src/sys/dev/ciss/cissreg.h