From owner-freebsd-current@FreeBSD.ORG Fri Apr 24 18:15:24 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 7509B1065670; Fri, 24 Apr 2009 18:15:24 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Fri, 24 Apr 2009 14:15:12 -0400 User-Agent: KMail/1.6.2 References: <200904221449.12678.jkim@FreeBSD.org> <83e5fb980904240034v194dea34j231f9823f484b671@mail.gmail.com> In-Reply-To: <83e5fb980904240034v194dea34j231f9823f484b671@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <200904241415.13809.jkim@FreeBSD.org> Cc: Alexander Motin , Diego Depaoli Subject: Re: SATA DVD drive no longer works 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: Fri, 24 Apr 2009 18:15:25 -0000 On Friday 24 April 2009 03:34 am, Diego Depaoli wrote: > 2009/4/22 Jung-uk Kim : > > I don't think ATI/AMD SB700 issue is related to the nVidia > > problem. Please try the attached patch for ATI/AMD south bridge. > >  It is not a complete patch yet but you should be able to use > > "combined mode" for SB700, I think. ;-) > > You think right, now I manage to see my dvd! > In the next days I'll make some deeper test. Thanks. For the record, SB700 has additional two-port SATA on the ATA controller unlike SB600. These two SATA ports appear as one ATA channel and only work in legacy mode -- this mode is so called "combined mode" in BIOS configuration. That means, if you connect your DVD drive on one of these ports, it will be running in PATA mode, not in SATA mode. If the combined mode is disabled from BIOS, the two SATA ports disappear and it will work exactly like SB600 single-channel ATA controller. FYI... Jung-uk Kim