From owner-freebsd-stable@FreeBSD.ORG Sat Jun 30 21:19:39 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FAFE16A46C; Sat, 30 Jun 2007 21:19:39 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-70484.0x50a6c9a6.abnxx16.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1FB13C458; Sat, 30 Jun 2007 21:19:38 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [194.192.25.137] (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id l5ULJbUe090868; Sat, 30 Jun 2007 23:19:37 +0200 (CEST) (envelope-from sos@deepcore.dk) Message-ID: <4686C8E9.6080708@deepcore.dk> Date: Sat, 30 Jun 2007 23:19:37 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Zahemszky_G=E1bor?= References: <20070630224734.4e3d293e@localhost> In-Reply-To: <20070630224734.4e3d293e@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: PATA support is broken on Intel DG9655S ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 21:19:39 -0000 Zahemszky G=E1bor wrote: > Hi! > > I'd like to know, is it possible to use FreeBSD on on Intel DG9655SS > motherboard with PATA devices. It has 1 PATA and 2 SATA ports, > but the 6-stable kernel doesn't see any devices on PATA. It > doesn't see neither my disk, nor my DVD-writer. I tried with normal > mode, with legacy mode, doesn't matter. The kernel boots, and after it > don't now any disks. > Is that controller works in Current? Will it work in 6-stable in the > near future? > > Soren? > =20 It is supported in -current, backport planned but no time currently. You = could grap /sys/dev/ata/* from -current and use that in 6-stable, there=20 might be a few nits with infrastructure diffs but should be minimal IIRC.= -S=F8ren