Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2001 09:29:43 +0900
From:      non@ever.sanda.gr.jp
To:        mobile@FreeBSD.ORG
Subject:   Re: Please test updated ncv, nsp and stg drivers
Message-ID:  <20010616092943W.non@ever.sanda.gr.jp>
In-Reply-To: <3B28D0B5.1EED183F@millions.ca>
References:  <20010614095807T.non@ever.sanda.gr.jp> <20010614222835G.non@ever.sanda.gr.jp> <3B28D0B5.1EED183F@millions.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Stacy Millions <stacy@millions.ca>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010616092943W.non>