Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 16:33:01 +0100
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc:        Sheldon Hearn <sheldonh@uunet.co.za>, questions@FreeBSD.ORG
Subject:   Re: 3.3 kernel build failure (continued)
Message-ID:  <19991130163300.A14056@gil.physik.rwth-aachen.de>
In-Reply-To: <19991130161658.A12882@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Tue, Nov 30, 1999 at 04:16:58PM %2B0100
References:  <19991130154234.A5847@gil.physik.rwth-aachen.de> <43629.943973335@axl.noc.iafrica.com> <19991130161658.A12882@gil.physik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 30, 1999 at 04:16:58PM +0100, Christoph Kukulies wrote:
> 
> As in prevous message:
> 
> 3.3 upgrade from install floppy.
> 
> (found that lpt0 is obsolete and took the lines from LINT)
> 
> controller      ppbus0
> controller      vpo0    at ppbus?       
> device          lpt0    at ppbus?       
> device          plip0   at ppbus?       
> device          ppi0    at ppbus?       
> device          pps0    at ppbus?       
> device          lpbb0   at ppbus?      
> 
> config -r
> 
> make depend
> 
> ...
> 
> kern/strncpy.c ../../libkern/udivdi3.c ../../libkern/umoddi3.c  ../../pci/ide_pci.c swapkernel.c ioconf.c param.c vnode_if.c config.c
> ../../dev/ppbus/lpbb.c:53: iicbb_if.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop.


Ah, sorry, I forgot 

# Other:
# iicbb generic I2C bit-banging code (needed by lpbb, bktr)
# 
controller iicbus0
controller iicbb0
 
device ic0      at iicbus?
device iic0     at iicbus?
device iicsmb0  at iicbus?

in config file.

OTOH, this now leads to:

dev/iicbus/iicsmb.c:66: smbus_if.h: No such file or directory

Argh. This is mentioned in two places in LINT. I only hit the
first one. The second occurence is mentioning

#     controller smbus0
#     controller iicbus0
#     controller iicbb0

Which ones? All?

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de


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




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