From owner-freebsd-hardware@FreeBSD.ORG Wed Oct 24 23:10:11 2007 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8287A16A417 for ; Wed, 24 Oct 2007 23:10:11 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 389E013C48A for ; Wed, 24 Oct 2007 23:10:11 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so301225wxd for ; Wed, 24 Oct 2007 16:10:01 -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:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=3sUTD8nbUt2YcbM/3LxX9gheNvhTXGvewfQHiAMAcXs=; b=YkaS2zhecZQqxC2Cq3ApdsX0BYoWSCjYrnowChu/GM6J1zOXfprBpgp7XiIHqCedJ8QHlTFatOUQuUw9NoSf67GErSJVlDh9mqZfrDP4XNC/jV7/Rp/7QoxBNYaFDSMcksQjK1+KtdolvLgq+ZVeplvKq2z4qpDQMfj/YMg6CPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MByOktBk0Omnj35NmEZcgzTN8yBPhaL9K4ceT0k34MynYvVtlRqrohSoNvLAAIqKLcTxqAW7ZiLFfZlA3ujuOXvYxnhUbQDuchEz5mcUY0wnVPKlZMO2uy8zmcLCtXF5GE/fffMayHHRo1usf/28rQ9UvHKePfs7XHcUxXwXZiU= Received: by 10.70.18.11 with SMTP id 11mr1784024wxr.1193265818909; Wed, 24 Oct 2007 15:43:38 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id m33sm2005326ele.2007.10.24.15.43.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Oct 2007 15:43:37 -0700 (PDT) Message-ID: <471FC99B.1030704@gmail.com> Date: Wed, 24 Oct 2007 18:39:23 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: Sean Farley References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: RELENG_7 DVD drive access in AHCI/SATA mode X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 23:10:11 -0000 Sean Farley wrote: > I have recently assembled a new system with a SATA DVD drive. > Unfortunately, it seems to not be supported FreeBSD 7: > > ata7: on atapci0 > ata7: SATA ATAPI devices not supported yet > ata7: [ITHREAD] This is (semi-) fixed in 8-Current (reports sata/300 as sata/150 on actual storage devices) > > > I am using software (BIOS) RAID on a P5K-E/WiFi (Intel P35 chipset) > board. Sadly, the option to manually configure the DVD drive is only > available when in IDE mode. P35's in general have some issues. For example I am still totally unable to see my PATA drives if I have SATA drive(s) installed. > > In the interim, is it possible to force the drive to IDE (really UDMA) > mode? I tried a few attempts at the kernel source to force it to UDMA33 > at the point of the warning in ata-chipset.c, but these resulted in > panics. I have an old 7 patch if you want it.