On Mon, Aug 24, 2015 at 01:45:35PM +1000, Jonathan Gray wrote:
> On Mon, Aug 24, 2015 at 03:15:51AM +0300, Dmitry Alenichev wrote:
> > Index: azalia.h
> > ===================================================================
> > RCS file: /cvs/src/sys/dev/pci/azalia.h,v
> > retrieving revision 1.63
> > diff -u -p -r1.63 azalia.h
> > --- azalia.h        20 Aug 2015 06:44:06 -0000      1.63
> > +++ azalia.h        24 Aug 2015 00:15:01 -0000
> > @@ -512,6 +512,7 @@
> >  #define AZ_QRK_WID_AD1981_OAMP     0x00008000
> >  #define AZ_QRK_WID_TPDOCK1 0x00010000
> >  #define AZ_QRK_WID_TPDOCK2 0x00020000
> > +#define AZ_QRK_WID_TPDOCK3 0x00030000
> 
> This should be 0x00040000 (1 << 18)
> 
> 0x00030000 is (1 << 17) and (1 << 16) effectively setting both
> AZ_QRK_WID_TPDOCK1 and AZ_QRK_WID_TPDOCK2.
> 
> The rest of the diff looks fine.

I've committed it with that fixed, thanks.

Reply via email to