From owner-freebsd-current@FreeBSD.ORG Thu Aug 10 12:55:13 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 438B616A4DA for ; Thu, 10 Aug 2006 12:55:13 +0000 (UTC) (envelope-from initial.x@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83A9343D4C for ; Thu, 10 Aug 2006 12:55:12 +0000 (GMT) (envelope-from initial.x@gmail.com) Received: by nz-out-0102.google.com with SMTP id 12so129361nzp for ; Thu, 10 Aug 2006 05:55:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=X0Hd3j7yontTpYe7B8SfxHiW7huoGETChKqjWuAmqFYguqupD15vvSWj0aIt2fQ6NIyZOKraDJ4namZSEFuBfBKJDkZXyBgxoK97N+aFJVcYaIuK3k9hShtiDuelqDnHtYxgFh0Le2W9WuXAjKOFOw7llZOf1UmP2ivceCvlfQI= Received: by 10.64.148.8 with SMTP id v8mr2316813qbd; Thu, 10 Aug 2006 05:55:11 -0700 (PDT) Received: by 10.65.141.13 with HTTP; Thu, 10 Aug 2006 05:55:11 -0700 (PDT) Message-ID: <12fac0bf0608100555p2210a731s3313a2b4918a376e@mail.gmail.com> Date: Thu, 10 Aug 2006 12:55:11 +0000 From: initial.x To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Thu, 10 Aug 2006 16:02:41 +0000 Subject: 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: Thu, 10 Aug 2006 12:55:13 -0000 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?