From owner-freebsd-current@FreeBSD.ORG Fri Aug 11 03:15:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E81616A4DF for ; Fri, 11 Aug 2006 03:15:57 +0000 (UTC) (envelope-from initial.x@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B25843D46 for ; Fri, 11 Aug 2006 03:15:55 +0000 (GMT) (envelope-from initial.x@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1205061pyc for ; Thu, 10 Aug 2006 20:15:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rl1Qqm0jFxCDVeIzq+azgCzKiLV5gwxnG2CXxcUUMluJ+wul3SJRga4VVh3xnjr/GiMx7VOKyFa16Iz49U8ik/KtBM15+hx+MGwl7p7wLnxkbNZagIujx4InGB8hMzKrFYvRYn3WzPO+McQG64Mek7pVfOigZoIvVm5A1PDcUeo= Received: by 10.64.180.4 with SMTP id c4mr3350316qbf; Thu, 10 Aug 2006 20:15:55 -0700 (PDT) Received: by 10.65.141.13 with HTTP; Thu, 10 Aug 2006 20:15:54 -0700 (PDT) Message-ID: <12fac0bf0608102015l5bd27e70v468bda3d84298067@mail.gmail.com> Date: Fri, 11 Aug 2006 03:15:54 +0000 From: initial.x To: "=?ISO-8859-1?Q?S=F8ren_Schmidt?=" In-Reply-To: <44DBB29F.5070409@deepcore.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <12fac0bf0608100555p2210a731s3313a2b4918a376e@mail.gmail.com> <44DB5D0F.5060409@freebsd.org> <44DBA0BA.7070406@bitfreak.org> <44DBB29F.5070409@deepcore.dk> X-Mailman-Approved-At: Fri, 11 Aug 2006 03:53:50 +0000 Cc: Darren Pilgrim , freebsd-current@freebsd.org, =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: RE: Current ATA driver problem. 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, 11 Aug 2006 03:15:57 -0000 Yes, Thank Darren Pilgrim. I think 700016 or 700017 support it. ( use 700019 now ) I use currently ad0, ad1, ad7, acd0 (IDE) update after can't detect ad7, acd0 ( JMI361, JMI361 builtin motherboard(msi 975X platinum), support one IDE port) I never use 6.1 , just get ATA driver from 6.1 source tree (/sys/dev/ata/*) (may same 700016) Hmm... ATA(HEAD) driver not support 2 pci functions? so then I just keep use old ATA driver? pciconf -lv (ata part) --- atapci1@pci0:31:1: class=3D0x01018a card=3D0x72461462 chip=3D0x27df808= 6 rev=3D0x01 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801G (ICH7 Family) Ultra ATA Storage Controller' class =3D mass storage subclass =3D ATA atapci0@pci3:0:0: class=3D0x010185 card=3D0x31321095 chip=3D0x2361197= b rev=3D0x02 hdr=3D0x00 class =3D mass storage subclass =3D ATA --- 2006/8/10, S=F8ren Schmidt : > Darren Pilgrim wrote: > > S=F8ren Schmidt wrote: > >> initial.x wrote: > >>> My freebsd machine not detect second IDE driver.(recently) > >>> ( I use intel 975 chipset. ) > >>> Second IDE driver is JMicron JBM361. > >>> > >>> Freebsd support second IDE driver ago. > >>> I can't use second IDE driver now. > >>> > >>> Temporary use 6.1-release ata driver in HEAD > >>> ( this way can use second driver ) > >>> > >>> ata driver(HEAD) something change? > >> Yes lots has changed in -currents ATA, backport is planned later. > >> Just use /sys/sys/ata.h and /sys/dev/ata/* from -current and you'll > >> be fine until then. > > > > I think he was saying that the JBM361 was supported in 6.1, but it's > > not supported in -current. > Hmm, seems I got that wrong then, sorry about that.. > The only thing I could think of is that it might be that the chip is > setup for 2 pci functions which I currently do not support, however > that shouldn't have worked in 6.1 either... > > -S=F8ren > > >