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 <[email protected]> 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 > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
