Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 1998 23:36:20 +0000
From:      Nicolas Souchu <nsouch@teaser.fr>
To:        garman@earthling.net
Cc:        gmarco@giovannelli.it, current@FreeBSD.ORG, multimedia@FreeBSD.ORG
Subject:   Re: bt848 broken ?
Message-ID:  <19981104233620.20933@breizh.prism.uvsq.fr>
In-Reply-To: <199811030027.QAA05770@hub.freebsd.org>; from garman@earthling.net on Mon, Nov 02, 1998 at 07:28:01PM -0500
References:  <199811021744.SAA00799@www.giovannelli.it> <199811030027.QAA05770@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 02, 1998 at 07:28:01PM -0500, garman@earthling.net wrote:

Thanks Jason. I forgot to update LINT when commiting bktr changes. done.

>
>On  2 Nov, Gianmarco Giovannelli wrote:
>> It's a couple of days that I receive this error when I try to compile the kernel 
>> (cvsupped twice a day, last five minutes ago 981102 18:45 CET)
>> 
>> .c ../../libkern/strcat.c  ../../libkern/strcmp.c ../../libkern/strcpy.c 
>> ../../libkern/strlen.c  ../../libkern/strncmp.c ../../libkern/strncpy.c 
>> ../../libkern/udivdi3.c  ../../libkern/umoddi3.c swapkernel.c ioconf.c param.c 
>> vnode_if.c config.c
>> ../../pci/brooktree848.c:361: smbus_if.h: No such file or directory
>> ../../pci/brooktree848.c:362: iicbus_if.h: No such file or directory
>> ../../pci/bt848_i2c.c:61: iicbb_if.h: No such file or directory
>> ../../pci/bt848_i2c.c:62: smbus_if.h: No such file or directory
>> mkdep: compile failed
>> *** Error code 1
>> 
>you need to add the smbus0 and iicbus0 devices, like so:
>
>controller      smbus0
>device          smb0 at smbus?
>
>controller      iicbus0
>device          ic0 at iicbus?
>device          iic0 at iicbus?
>device          iicsmb0 at iicbus?
>device          iicbb0 at iicbus?

This last declaration should be rather 'controller iicbb0'

>
>i don't know if you need all of the devices, but they converted the
>bktr driver to use thew common iicbus code.

Actually, "only" iicbus, smbus, iicbb are mandatory.

-- 
nsouch@teaser.fr / nsouch@freebsd.org
FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981104233620.20933>