Thomas, Have spoken to Soren, from my bootlog he believes that the problem is in atapicam causing the system to lock up. He is happy to answer some questions but doesnt have time to delve into atapicam himself. Did you author atapicam, I have seen your name on the sourcecode, can you help me further? Whats next? Thanks Adam. -------------- next part -------------- An embedded message was scrubbed... From: =?ISO-8859-1?Q?S=F8ren?= Schmidt <sos@FreeBSD.org> Subject: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown] Date: Thu, 30 Mar 2006 14:42:38 +0200 Size: 3628 Url: http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060330/049cc8b2/attachment.eml
* Adam Retter, 2006-03-30 :> Have spoken to Soren, from my bootlog he believes that the problem is in > atapicam causing the system to lock up. He is happy to answer some > questions but doesnt have time to delve into atapicam himself.OK, fair enough. Next question is, where are we spending time? It would be useful if you could enable CAM traces so we see what is going on there. Can you send me a boot -v log with the following options in your kernel config: 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_CDB|CAM_DEBUG_TRACE (note, this well be a VERY verbose kerne). Thomas.