From owner-freebsd-current Sun Jan 10 02:24:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28760 for freebsd-current-outgoing; Sun, 10 Jan 1999 02:24:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from oitunix.oit.umass.edu (nsas100p3.remote.umass.edu [128.119.176.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28755 for ; Sun, 10 Jan 1999 02:24:37 -0800 (PST) (envelope-from gp@oitunix.oit.umass.edu) Received: (from gp@localhost) by oitunix.oit.umass.edu (8.9.1/8.9.1) id FAA81256; Sun, 10 Jan 1999 05:24:03 -0500 (EST) (envelope-from gp) Date: Sun, 10 Jan 1999 05:24:02 -0500 From: Greg Pavelcak To: Stephen Palmer 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> References: <19990110075223.12171.qmail@www0d.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990110075223.12171.qmail@www0d.netaddress.usa.net>; from Stephen Palmer on Sun, Jan 10, 1999 at 07:52:23AM +0000 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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