From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 13 15:55:49 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA25A106566B for ; Sat, 13 Mar 2010 15:55:49 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [IPv6:2001:748:100:40::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 45CB38FC08 for ; Sat, 13 Mar 2010 15:55:49 +0000 (UTC) Received: from [195.4.92.17] (helo=7.mx.freenet.de) by mout0.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #1) id 1NqTgq-0006n9-0H; Sat, 13 Mar 2010 16:55:48 +0100 Received: from p57ae1fdc.dip0.t-ipconnect.de ([87.174.31.220]:25324 helo=ernst.jennejohn.org) by 7.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #2) id 1NqTgp-0006sA-Nv; Sat, 13 Mar 2010 16:55:47 +0100 Date: Sat, 13 Mar 2010 16:55:46 +0100 From: Gary Jennejohn To: "Thomas Schmitt" Message-ID: <20100313165546.34553f7d@ernst.jennejohn.org> In-Reply-To: <106107651416886@192.168.2.69> References: <201003122101.o2CL1I7s028001@triton8.kn-bremen.de> <106107651416886@192.168.2.69> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: How to slow down SATA to 1.5 GBit/s ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2010 15:55:49 -0000 On Sat, 13 Mar 2010 14:37:34 +0100 "Thomas Schmitt" wrote: > So even if i get ahci running i would still > need a solution for ata. > (If there is none, then i will have to put > the drive into the computer and use SATA > without "e". No easy switch to USB then.) > I'm using ahci with two ATA/IDE DVD drives and they work as long as I have "device ata" in my kernel config. That's all I need. They appear as /dev/cd0 and /dev/cd1. --- Gary Jennejohn