Date: Wed, 11 May 2011 17:08:29 -0700 From: Jack Vogel <jfvogel@gmail.com> To: Garrett Cooper <yanegomi@gmail.com> Cc: Jack F Vogel <jfv@freebsd.org>, 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 Message-ID: <BANLkTikBqXjOmNtHSLCYUvThSyo1Msv=%2Bw@mail.gmail.com> In-Reply-To: <CEA73077-3A5F-44DB-8C27-A071501BF193@gmail.com> References: <201105112031.p4BKVREu005043@svn.freebsd.org> <CEA73077-3A5F-44DB-8C27-A071501BF193@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <yanegomi@gmail.com> 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTikBqXjOmNtHSLCYUvThSyo1Msv=%2Bw>