multimedia/pvr250 port doesn't compile on FreeBSD 8

Torfinn Ingolfsen torfinn.ingolfsen at broadpark.no
Thu May 20 19:52:42 UTC 2010


On Thu, 20 May 2010 21:45:31 +0200
Stefan Ehmann <shoesoft at 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 at 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 at kg-fil# grep DRIVER ./work/dev/cxm/cxm_i2c.c
DRIVER_MODULE(cxm_iic, cxm, cxm_iic_driver, cxm_iic_devclass, 0, 0);
root at 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 at kg-fil.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

Do I also need to "hack" minor?

-- 
Torfinn



More information about the freebsd-multimedia mailing list