Date: Wed, 11 May 2011 19:59:53 -0400 From: Garrett Cooper <yanegomi@gmail.com> To: Jack F Vogel <jfv@FreeBSD.org> Cc: 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: <CEA73077-3A5F-44DB-8C27-A071501BF193@gmail.com> In-Reply-To: <201105112031.p4BKVREu005043@svn.freebsd.org> References: <201105112031.p4BKVREu005043@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?CEA73077-3A5F-44DB-8C27-A071501BF193>