Date: Thu, 20 May 2010 21:52:35 +0200 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-multimedia@FreeBSD.org Subject: Re: multimedia/pvr250 port doesn't compile on FreeBSD 8 Message-ID: <20100520215235.9960d8be.torfinn.ingolfsen@broadpark.no> In-Reply-To: <201005202145.31750.shoesoft@gmx.net> References: <20100513233437.GR27722@danbala.tuwien.ac.at> <201005140906.56328.shoesoft@gmx.net> <20100520210140.308b4dbc.torfinn.ingolfsen@broadpark.no> <201005202145.31750.shoesoft@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 May 2010 21:45:31 +0200 Stefan Ehmann <shoesoft@gmx.net> wrote: > On Thursday 20 May 2010 21:01:40 Torfinn Ingolfsen wrote: > > Hello, > > > > On Fri, 14 May 2010 09:06:56 +0200 > > > > Stefan Ehmann <shoesoft@gmx.net> wrote: > > > I stumbled across this problem some time ago in pvrxxx. I guess the fix > > > should also work for pvr250: > > > > > > http://lists.freebsd.org/pipermail/freebsd-current/2008-September/088697. > > > html > > > > > > It's probably not the cleanest solution, but pvrxxx works here on 8.0. > > > > Reading through the thread, I am left with one question: > > Where should I add this line: > > DRIVER_MODULE(iicbb, cxm_iic, iicbb_driver, iicbb_devclass, 0, 0); > > > > I tried adding it to cxm.c (below the other DRIVER_MODULE line) but that > > didn't help. and /usr/src/sys/dev/iicbus/iicbb.c already contains that > > line. > > I put it in cxm_i2c.c for pvrxxx. Hmm, cxm_i2c.c already contains that line. root@kg-fil# grep DRIVER ./work/dev/cxm/cxm_i2c.c DRIVER_MODULE(cxm_iic, cxm, cxm_iic_driver, cxm_iic_devclass, 0, 0); root@kg-fil# uname -a FreeBSD kg-fil.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #3: Thu Dec 31 00:34:23 CET 2009 root@kg-fil.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 Do I also need to "hack" minor? -- Torfinn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100520215235.9960d8be.torfinn.ingolfsen>