From owner-freebsd-amd64@FreeBSD.ORG Sun Sep 11 14:40:37 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FFC16A41F for ; Sun, 11 Sep 2005 14:40:37 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from kosh.jetnet.co.uk (kosh.jetnet.co.uk [80.87.128.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85EFC43D46 for ; Sun, 11 Sep 2005 14:40:36 +0000 (GMT) (envelope-from david@jetnet.co.uk) Received: from localhost (localhost [127.0.0.1]) by kosh.jetnet.co.uk (Postfix) with ESMTP id 5667821848; Sun, 11 Sep 2005 14:40:36 +0000 (GMT) Received: from kosh.jetnet.co.uk ([127.0.0.1]) by localhost (mail.jetnet.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23192-05-2; Sun, 11 Sep 2005 14:40:35 +0000 (GMT) Received: from [192.168.0.100] (82-69-108-39.dsl.in-addr.zen.co.uk [82.69.108.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kosh.jetnet.co.uk (Postfix) with ESMTP id E68DB21840; Sun, 11 Sep 2005 14:40:34 +0000 (GMT) Message-ID: <432441E3.2020004@jetnet.co.uk> Date: Sun, 11 Sep 2005 15:40:35 +0100 From: David Reid User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Neil Short , FreeBSD AMD64 Mailing List References: <20050904015940.77319.qmail@web30715.mail.mud.yahoo.com> In-Reply-To: <20050904015940.77319.qmail@web30715.mail.mud.yahoo.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at jetnet.co.uk Cc: Subject: Re: Mounting cd-rom X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 14:40:37 -0000 Neil Short wrote: > does it matter which cdrom? I.e., if you use a > different disc, is the behavior the same? Sorry for the delay, but I finally got round to trying this a bit more. Basically if I try and mount a "data" CD then it's fine. Mounting a music CD and it reboots - with nothing at all in /var/log/messages :-( I've confirmed this with at least 3 different music CD's. Kernel has WITNESS and debugger compiled in, so anything else I can do try and debug what's going on? david