From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: "ahci: drop intx manipulation on msi enable" breaks ULI M1575 Date: Thu, 09 Apr 2009 14:38:48 +1000 Message-ID: <1239251928.22777.2.camel@localhost> References: <49DB6914.1030107@freescale.com> <49DBE858.9040004@kernel.org> <1239156559.10104.7.camel@localhost> <49DD1154.3040106@kernel.org> <49DD11D1.7060105@freescale.com> <49DD1375.8030400@kernel.org> <49DD1465.6070001@freescale.com> <49DD17C3.7040607@kernel.org> <1239234793.6214.5.camel@localhost> Reply-To: michael@ellerman.id.au Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0040564846==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org To: Kumar Gala Cc: Tejun Heo , linux-ide@vger.kernel.org, Timur Tabi , Jeff Garzik , Linux PPC Development List-Id: linux-ide@vger.kernel.org --===============0040564846== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-prNLnWpbXv3DHisflPwn" --=-prNLnWpbXv3DHisflPwn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-04-08 at 23:23 -0500, Kumar Gala wrote: > On Apr 8, 2009, at 6:53 PM, Michael Ellerman wrote: >=20 > > On Wed, 2009-04-08 at 17:15 -0500, Timur Tabi wrote: > >> On Wed, Apr 8, 2009 at 4:31 PM, Tejun Heo wrote: > >>> Hmmm... for now, > >>> I think it would be best to revert the original change. Jeff, can =20 > >>> you > >>> please do that? > >> > >> Actually, give me a few days before you do that. A colleague gave me > >> some suggestions to debug this. > > > > What device did you say it was? A "ULI M1575" ? > > > > Is that this one? > > > > DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AL, 0x1575, =20 > > hpcd_quirk_uli1575); > > > > static void __devinit hpcd_quirk_uli1575(struct pci_dev *dev) > > { > > u32 temp32; > > > > if (!machine_is(mpc86xx_hpcd)) > > return; > > > > /* Disable INTx */ > > pci_read_config_dword(dev, 0x48, &temp32); > > pci_write_config_dword(dev, 0x48, (temp32 | 1<<26)); > > .. >=20 > It is the odd thing is the board he's running on is a mpc86xx_hpcd so =20 > he shouldn't be hitting the code that actually disables INTx. Sorry Kumar that's not parsing :) He is running an mpc86xx_hpcd, so he _should_ be hitting the code that disables INTX? cheers --=20 Michael Ellerman OzLabs, IBM Australia Development Lab wwweb: http://michael.ellerman.id.au phone: +61 2 6212 1183 (tie line 70 21183) We do not inherit the earth from our ancestors, we borrow it from our children. - S.M.A.R.T Person --=-prNLnWpbXv3DHisflPwn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAknde9gACgkQdSjSd0sB4dIPHACeIl8kEEZ08wZm8L9D1SofM1EV nWMAoKpchiJfhdGbLkJNuv7bbTmPlYAO =DnH6 -----END PGP SIGNATURE----- --=-prNLnWpbXv3DHisflPwn-- --===============0040564846== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev --===============0040564846==--