From owner-cvs-all@FreeBSD.ORG Fri Oct 17 21:59:48 2003 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 5AB9016A4B3; Fri, 17 Oct 2003 21:59:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0FA43F75; Fri, 17 Oct 2003 21:59:47 -0700 (PDT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9I4xlXJ075102; Fri, 17 Oct 2003 21:59:47 -0700 (PDT) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9I4xl1U075101; Fri, 17 Oct 2003 21:59:47 -0700 (PDT) (envelope-from simokawa) Message-Id: <200310180459.h9I4xl1U075101@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Fri, 17 Oct 2003 21:59:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire sbp.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: Sat, 18 Oct 2003 04:59:48 -0000 simokawa 2003/10/17 21:59:47 PDT FreeBSD src repository Modified files: sys/dev/firewire sbp.c Log: - Call sbp_reset_start() for mgm timeout. - Change type of target->luns to allocate an array of LUNs dynamically. This allows targets to change their number of LUNs after each bus reset. - Serialize ORB POINTER command for each LUN. - Improve debug messages. Revision Changes Path 1.65 +316 -166 src/sys/dev/firewire/sbp.c