From owner-freebsd-current@FreeBSD.ORG Tue Jul 17 21:12:29 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3408416A403 for ; Tue, 17 Jul 2007 21:12:29 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFF213C4C8 for ; Tue, 17 Jul 2007 21:12:28 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2340235waf for ; Tue, 17 Jul 2007 14:12:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M+mtu0ZRwVrCGzF49bl9vkNwfvP/a8h+CbzzQSDkIMZb99phSDdgblPUaI2IFh6FyNWP8F6vChbdb+HetzyK1VoS3sf0tYtmDldRNiDmGK4xjai01bKJwnk6FOZ4E4+WYQwTuF5179d6VQTprO9lKzcpZH3gREbb/efI52wk0PQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ERsiyrBUEtBwc3tsZrt5Zdhl9oUEQZUEiZW+wQTdnTGotGPBOzoK2Hid0G7EI7EAx3DD/PigQCjVegk4yi1RYqvSk90OBmlsEg5+MTEJRfcGlGufD+4JWK6urIvCbqbbKImH1huvPFRPhY9TrGZh3j8hQNMgYpQMo/KlrLgkFXw= Received: by 10.114.27.20 with SMTP id a20mr802464waa.1184706748178; Tue, 17 Jul 2007 14:12:28 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Tue, 17 Jul 2007 14:12:28 -0700 (PDT) Message-ID: <2a41acea0707171412i64c337d7sce6698f86076a860@mail.gmail.com> Date: Tue, 17 Jul 2007 14:12:28 -0700 From: "Jack Vogel" To: "Harald Schmalzbauer" In-Reply-To: <469CF9E5.2080200@omnisec.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <469CF9E5.2080200@omnisec.de> Cc: current@freebsd.org Subject: Re: ich9 ahci support? 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: Tue, 17 Jul 2007 21:12:29 -0000 On 7/17/07, Harald Schmalzbauer wrote: > Hello, > > does anybody know if there's a difference in accessing ich8 vs. ich9? > Is it enough to add ID bits to support it? I believe its just an ID kinda change, for my E1000 driver there are a few other differences, but I assume you are talking chipset. If you google 'x86-ich9' you'll find a Linux patch that seems pretty much device ID changes. I can get more detail if needed but just not right this moment. Jack