From owner-svn-src-all@FreeBSD.ORG Thu May 12 00:38:31 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F7ED1065670; Thu, 12 May 2011 00:38:31 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 040208FC19; Thu, 12 May 2011 00:38:30 +0000 (UTC) Received: by vws18 with SMTP id 18so1053661vws.13 for ; Wed, 11 May 2011 17:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=RHRUeIhKyAtgyPSYNquXrP9AErlVbcLWEPg8PFiYDKY=; b=XbI6Djij8DyY099JAn9nsUHW0ux2v/ZdcKrg+/Lcl5yXoBpQp38ty9sVcl4K1Sht/B thdt3KYt6ww5F1bIfqnWlqJ3XZ2bffB3g5n7O37hcjp3CtvaMNAzOOOg6TcyX2S4MMoB jB8GCLsKTyX8wboGKPThrE0dqdnnLfbwLbXwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QDBR8sU9jtyVaLH6bmJu26cH/ihqrXC3c+dCRkON0+wCwJ+JTJJhNiy5AzIul5z2L0 hGfG1mcX5MtiE36+7sJexF0JDJc8xD/U7J45BMDbreluMsvfvmFQGB6mRUsTnY7TZlQW /X0B0sse2LSy9jQAWmZlZ0aE6ADvy0vI1UWRg= MIME-Version: 1.0 Received: by 10.52.74.99 with SMTP id s3mr2267554vdv.108.1305158909593; Wed, 11 May 2011 17:08:29 -0700 (PDT) Received: by 10.52.183.233 with HTTP; Wed, 11 May 2011 17:08:29 -0700 (PDT) In-Reply-To: References: <201105112031.p4BKVREu005043@svn.freebsd.org> Date: Wed, 11 May 2011 17:08:29 -0700 Message-ID: From: Jack Vogel To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221789 - in head/sys/dev: ahci ata ata/chipsets ichsmb ichwd sound/pci/hda X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 00:38:31 -0000 Hmmm, thanks for pointing that out, will check on Seth's email, clearly one or the other is wrong. Jack On Wed, May 11, 2011 at 4:59 PM, Garrett Cooper wrote: > On May 11, 2011, at 4:31 PM, Jack F Vogel wrote: > > > +#define HDA_INTEL_PPT1 HDA_MODEL_CONSTRUCT(INTEL, 0x1e20) > > Is this a typo? > > > #define HDA_INTEL_82801F HDA_MODEL_CONSTRUCT(INTEL, 0x2668) > > #define HDA_INTEL_63XXESB HDA_MODEL_CONSTRUCT(INTEL, 0x269a) > > #define HDA_INTEL_82801G HDA_MODEL_CONSTRUCT(INTEL, 0x27d8) > > @@ -495,6 +496,7 @@ static const struct { > > } hdac_devices[] = { > > { HDA_INTEL_CPT, "Intel Cougar Point", 0 }, > > { HDA_INTEL_PATSBURG,"Intel Patsburg", 0 }, > > + { HDA_INTEL_PPT, "Intel Panther Point", 0 }, > > { HDA_INTEL_82801F, "Intel 82801F", 0 }, > > { HDA_INTEL_63XXESB, "Intel 631x/632xESB", 0 }, > > { HDA_INTEL_82801G, "Intel 82801G", 0 }, > > Thanks, > -Garrett >