From owner-freebsd-current Wed Oct 20 11:58:19 1999 Delivered-To: freebsd-current@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 1A7C914D3D for ; Wed, 20 Oct 1999 11:58:16 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id OAA10099; Wed, 20 Oct 1999 14:57:55 -0400 (EDT) (envelope-from luoqi) Date: Wed, 20 Oct 1999 14:57:55 -0400 (EDT) From: Luoqi Chen Message-Id: <199910201857.OAA10099@lor.watermarkgroup.com> To: camel@avias.com Subject: Re: luoqi's aic driver problem Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > cd0 at aic0 bus 0 target 0 lun 0 > cd0: Removable Worm SCSI-2 device > cd0: 3.300MB/s transfers > cd0: cd present [1 x 77747 byte records] ^^^^^^^^^ These numbers don't look right... > but, unfortunately, scsi probe precedure seems to be relatively > unstable. _sometimes_ (often enough) the kernel doesn't boot with the > following diagnostics: > I have fixed a few places that might have caused the timeout problem. Could you download the new code and try again? Would you also add these debug options to your config file? 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" > > > what is possible reason of such behaviour and what should i try to do to > > > make my aic/cdrom combination working? > > > > > For now you could add a quirk entry for this drive to prevent multi-lun > > probing, > > ok, but how? :) > Add this entry to the xpt_quirk_table in cam/cam_xpt.c, { { T_WORM, SIP_MEDIA_REMOVABLE, "PINNACLE", "RCD*", "*" }, CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0 }, > sincerely, > ilya naumov (at work) > Thanks for trying the driver out, I really appreciate your patience. Since I don't have the hardware myself, I have to rely on your help. Thanks -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message