Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 1999 05:24:02 -0500
From:      Greg Pavelcak <gpavelcak@philos.umass.edu>
To:        Stephen Palmer <slpalmer@netscape.net>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Request fo help with Zip Drive on vpo0 in -current
Message-ID:  <19990110052402.A81076@oitunix.oit.umass.edu>
In-Reply-To: <19990110075223.12171.qmail@www0d.netaddress.usa.net>; from Stephen Palmer on Sun, Jan 10, 1999 at 07:52:23AM %2B0000
References:  <19990110075223.12171.qmail@www0d.netaddress.usa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 10, 1999 at 07:52:23AM +0000, Stephen Palmer wrote:
> Sorry if this is redundant, but I haven't seen any new posts on this
> since 1/1/99.  I am still showing this problem (vpo0 detected, da0 and scbus
> not detected) with sources current as of 1/9/99 5PM CST.
> 
> Any help would be appreciated. (I'm almost to the point of bowing down to
> whomever can solve this!  I wish I could code as well as report :-(  )  
> 
> Stephen L. Palmer
> slpalmer@netscape.net
> 

Actually, there have been at least two developments here:

1. Adding the following to the kernel config file will fix the
problem.

options         CAMDEBUG
options         "CAM_DEBUG_BUS=-1"
options         "CAM_DEBUG_TARGET=-1"
options         "CAM_DEBUG_LUN=-1"
options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB"

This was reported by someone else, so don't bow to me. All I know
is it worked for me.

2. Nicolas Souchu recently commited a change which he says fixes
the problem, so you may want to re-sup.

Good luck.

Greg

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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