svn commit: r221789 - in head/sys/dev: ahci ata ata/chipsets ichsmb ichwd sound/pci/hda

Garrett Cooper yanegomi at gmail.com
Wed May 11 23:59:56 UTC 2011


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