From owner-freebsd-current@FreeBSD.ORG Sun Sep 23 21:16:28 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2AF616A418 for ; Sun, 23 Sep 2007 21:16:28 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 89E2613C45D for ; Sun, 23 Sep 2007 21:16:28 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1112255rvb for ; Sun, 23 Sep 2007 14:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=UQCQvJH0y5APNGt4c4jzHrQ0U6lBFejXBwSsVd6qXkg=; b=l1hZLTg7eluAcKcrgHF1mF7NDfn9Gi4uub8V3SmjbExHJ6loMPh0uFkifJ1FlXZvtHNwQdX28Gli4mhg6zuj+7X1kxPMdpgxqlLUzLtrub/2tfShcddRjVQRvOpUrvzN+riLq8S4xtX2tjZboUrDTCSfoY1xyViuyz4jxYKaEvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uLZIuonTj1EXfId5IK4/neDgvxo7B6eneKuOOU4i/qJRF3xpB9AF38MEjkWctFBO82kyCFsCMfkDpQG20Ami7a2T3lJ5fcb4iuJmxXwqkaxwIG6SlhtyevnfV0/j68aTksBhw9SMSEm75Tc/Lq7Bi2Cm/NAg39v0VfqcXKmOzAA= Received: by 10.141.79.12 with SMTP id g12mr1464594rvl.1190580464964; Sun, 23 Sep 2007 13:47:44 -0700 (PDT) Received: by 10.140.141.10 with HTTP; Sun, 23 Sep 2007 13:47:44 -0700 (PDT) Message-ID: <2e77fc10709231347x1823587ckc24b2d96099f48fb@mail.gmail.com> Date: Sun, 23 Sep 2007 23:47:44 +0300 From: "Niki Denev" Sender: ndenev@gmail.com To: "Harald Schmalzbauer" In-Reply-To: <200709232201.56777.h.schmalzbauer@omnisec.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709232201.56777.h.schmalzbauer@omnisec.de> X-Google-Sender-Auth: 744a66d63698b305 Cc: current@freebsd.org Subject: Re: SATA DVD-Drive 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: Sun, 23 Sep 2007 21:16:28 -0000 2007/9/23, Harald Schmalzbauer : > Hello, > > I was wondering if there's a chance to get a SATA DVD drive working. > I have a ich9 controller in AHCI mode and a JMB363 with no fixed mode, but my > drive doesn't get recognized on the ich9 controller in AHCI nor on the > JMB363, neither in AHCI nor in IDE/RAID mode. > Instead I have a very strange issue when the drive is connected to the JBM363: > Xorg stops working with the nvidia driver, it can't find a card anymore... > Very strange, as soon as I unplug the drive xorg works fine again. > But that's another matter. > > Thanks for any hints, > > -Harry > > Hi, I've had similar problems with ICH8 mobo. Seems like no matter what mode i set for the JMicron controller (ide/raid/ahci) freebsd sees it as ahci and optical drive does not work. However i made my SATA DVD drive work by putting it on a ICH sata port and setting IDE mode. I've also had exacly the same issue with Xorg and Nvidia driver when i have JMicron enabled, and it seems that when i enable the "memory remapping feature" in the BIOS it works again properly. And btw, this is on Asus P5B Deluxe motherboard. hth, Niki