Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 1998 19:28:01 -0500 (EST)
From:      garman@earthling.net
To:        gmarco@giovannelli.it
Cc:        current@FreeBSD.ORG, multimedia@FreeBSD.ORG
Subject:   Re: bt848 broken ?
Message-ID:  <199811030027.QAA05763@hub.freebsd.org>
In-Reply-To: <199811021744.SAA00799@www.giovannelli.it>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

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

enjoy
-- 
Jason Garman                                      http://garman.dyn.ml.org/
Student, University of Maryland                        garman@earthling.net
And now... for the stupid-patent-of-the-week:                 Whois: JAG145
 "...an attache case with destruct means for destroying the contents
  therein in response to a signal" -- patent no. US3643609, filed in 1969


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?199811030027.QAA05763>