From owner-freebsd-current@FreeBSD.ORG Tue May 24 05:57:47 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5E916A41C for ; Tue, 24 May 2005 05:57:47 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD2C43D1F for ; Tue, 24 May 2005 05:57:46 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j4O5p4bv054524; Tue, 24 May 2005 07:51:04 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <20050524002925.2f05fc55@dolphin.local.net> References: <17042.43345.594850.534649@canoe.dclg.ca> <20050524002925.2f05fc55@dolphin.local.net> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <1FA05BA9-15DF-496B-95AE-664815096717@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Tue, 24 May 2005 07:57:34 +0200 To: "Conrad J. Sabatier" X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.org, David Gilbert Subject: Re: 3 things working in -STABLE and not in -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 05:57:47 -0000 On 24/05/2005, at 7:29, Conrad J. Sabatier wrote: > On Tue, 24 May 2005 00:10:57 -0400, David Gilbert > wrote: > > >> I recently upgraded my laptop to -CURRENT from 5.4-STABLE. =20 >> Curiously, >> I have found 3 unrelated things that broke. In each case, I have >> recompiled any code I believe remotely responsible. >> >> 1) atacontrol reinit 1 >> >> This command used to recognise the hot plug of my CDROM into my =20 >> laptop >> bay. It now recognises that something is there, but can get no >> version string from the probe and definately doesn't recognise the >> drive. Hmm, if you do a atacontrol detach ata1 then atacontrol attach ata1 =20 does that change the behavior ? >> I suspect this is actually somehow related to ACPI ... as the >> hot-swapability of the drive bay has depended on acpi.ko being loaded >> in the past. >> > > I've been corresponding with Soren about a very similar problem. My > DVD writer on ata1-master is not being recognized. Instead, my > CD-RW on ata1-slave is being configured as acd0. I've been doing =20 > daily > upgrades (amd64), but still to no avail, and Soren seems to be stumped > as well. I don't think this is the same problem, yours seem to be interaction =20 between the two drives that somehow makes the probe barf... - S=F8ren