Date: Wed, 28 Mar 2012 03:22:20 +0530 From: "Jayachandran C." <jchandra@freebsd.org> To: John Baldwin <jhb@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233570 - head/sys/mips/nlm Message-ID: <CA%2B7sy7AtOjiJZJ8r3N4NkcBLUwFaVwVMCHw1jKssJGSVsmgG=w@mail.gmail.com> In-Reply-To: <201203271721.25441.jhb@freebsd.org> References: <201203271826.q2RIQZhR098376@svn.freebsd.org> <201203271721.25441.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 28, 2012 at 2:51 AM, John Baldwin <jhb@freebsd.org> wrote: > On Tuesday, March 27, 2012 2:26:35 pm Jayachandran C. wrote: >> Author: jchandra >> Date: Tue Mar 27 18:26:35 2012 >> New Revision: 233570 >> URL: http://svn.freebsd.org/changeset/base/233570 >> >> Log: >> =A0 Fix size of PCI softc. >> >> Modified: >> =A0 head/sys/mips/nlm/xlp_pci.c >> >> Modified: head/sys/mips/nlm/xlp_pci.c >> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/sys/mips/nlm/xlp_pci.c =A0 =A0 =A0 Tue Mar 27 18:22:14 2012 =A0= =A0 =A0 =A0(r233569) >> +++ head/sys/mips/nlm/xlp_pci.c =A0 =A0 =A0 Tue Mar 27 18:26:35 2012 =A0= =A0 =A0 =A0(r233570) >> @@ -331,7 +331,8 @@ static device_method_t xlp_pci_methods[] >> =A0 =A0 =A0 DEVMETHOD_END >> =A0}; >> >> -DEFINE_CLASS_1(pci, xlp_pci_driver, xlp_pci_methods, 0, pci_driver); >> +DEFINE_CLASS_1(pci, xlp_pci_driver, xlp_pci_methods, sizeof(struct > pci_softc), >> + =A0 =A0pci_driver); >> =A0DRIVER_MODULE(xlp_pci, pcib, xlp_pci_driver, pci_devclass, 0, 0); >> >> =A0static devclass_t pcib_devclass; > > Oops, not sure how I missed this one earlier. :( It is completely my fault :) I did not notice the PCI dma tag change when I moved this code from my user branch to HEAD today. JC.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7sy7AtOjiJZJ8r3N4NkcBLUwFaVwVMCHw1jKssJGSVsmgG=w>