From owner-cvs-all@FreeBSD.ORG Wed Feb 16 17:43:27 2005 Return-Path: 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 EFD4716A4CF; Wed, 16 Feb 2005 17:43:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B6043D41; Wed, 16 Feb 2005 17:43:26 +0000 (GMT) (envelope-from gibbs@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 j1GHhQwA032963; Wed, 16 Feb 2005 17:43:26 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1GHhQMn032962; Wed, 16 Feb 2005 17:43:26 GMT (envelope-from gibbs) Message-Id: <200502161743.j1GHhQMn032962@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 16 Feb 2005 17:43:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/aic7xxx aic79xx_osm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 16 Feb 2005 17:43:27 -0000 gibbs 2005-02-16 17:43:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/aic7xxx aic79xx_osm.c Log: Report a maximum lun of 63 rather than 255 to CAM. While the later better reflects the controllers capabilities, it is only valid when talking to targets using packetized protol. CAM will need to understand this limitation of SPI-4 before we can tell it the truth. Revision Changes Path 1.19.2.2 +1 -1 src/sys/dev/aic7xxx/aic79xx_osm.c