svn commit: r221789 - in head/sys/dev: ahci ata ata/chipsets
ichsmb ichwd sound/pci/hda
Jack Vogel
jfvogel at gmail.com
Thu May 12 00:38:31 UTC 2011
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 at 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
>
More information about the svn-src-head
mailing list