From owner-freebsd-mobile Fri Jun 15 17:29:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.sanda.gr.jp (ns.sanda.gr.jp [210.232.122.18]) by hub.freebsd.org (Postfix) with ESMTP id 34F2D37B401 for ; Fri, 15 Jun 2001 17:29:51 -0700 (PDT) (envelope-from non@ever.sanda.gr.jp) Received: from ever.sanda.gr.jp (epoch [10.93.63.51]) by ns.sanda.gr.jp (8.9.3/3.7W) with ESMTP id JAA20761 for ; Sat, 16 Jun 2001 09:29:44 +0900 (JST) From: non@ever.sanda.gr.jp Received: from localhost (localhost [127.0.0.1]) by ever.sanda.gr.jp (8.8.8/3.3W9) with ESMTP id JAA16430 for ; Sat, 16 Jun 2001 09:29:44 +0900 (JST) To: mobile@FreeBSD.ORG Subject: Re: Please test updated ncv, nsp and stg drivers In-Reply-To: <3B28D0B5.1EED183F@millions.ca> References: <20010614095807T.non@ever.sanda.gr.jp> <20010614222835G.non@ever.sanda.gr.jp> <3B28D0B5.1EED183F@millions.ca> X-Mailer: Mew version 1.94 on Emacs 19.28 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010616092943W.non@ever.sanda.gr.jp> Date: Sat, 16 Jun 2001 09:29:43 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 46 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: Stacy Millions Date: Thu, 14 Jun 2001 08:56:53 -0600 > I put back the #define NSP_SUSPENDIO_ENABLE > and applied the new patch. Hmm, how about following patch ? This will back-out the changes as 4.3-STABLE according to Honda-san. // Noriaki Mitsunaga *** nsp.c.org Sat Jun 16 00:26:26 2001 --- nsp.c Sat Jun 16 00:26:54 2001 *************** *** 3,9 **** #define NSP_DEBUG #define NSP_STATICS ! #define NSP_SUSPENDIO_ENABLE #define NSP_WAIT_FOR_SELECTED /* --- 3,9 ---- #define NSP_DEBUG #define NSP_STATICS ! /* #define NSP_SUSPENDIO_ENABLE */ #define NSP_WAIT_FOR_SELECTED /* *************** *** 571,577 **** if (action == SCSI_LOW_INFO_ALLOC || action == SCSI_LOW_INFO_REVOKE) { ti->ti_width = SCSI_LOW_BUS_WIDTH_8; ! ti->ti_maxsynch.period = 100 / 4; ti->ti_maxsynch.offset = 15; nti->nti_reg_syncr = 0; nti->nti_reg_ackwidth = 0; --- 571,577 ---- if (action == SCSI_LOW_INFO_ALLOC || action == SCSI_LOW_INFO_REVOKE) { ti->ti_width = SCSI_LOW_BUS_WIDTH_8; ! ti->ti_maxsynch.period = 200 / 4; ti->ti_maxsynch.offset = 15; nti->nti_reg_syncr = 0; nti->nti_reg_ackwidth = 0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message