Re: LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread David Wolfskill
>Date: Mon, 25 Mar 2002 08:43:30 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >linking kernel.debug >pcf.o: In function `pcf_attach': >/usr/src/sys/i386/isa/pcf.c(.text+0x1f1): undefined reference to `iicbus_alloc_bus' >*** Error code 1 >Looks to me like a declaration & a reference, bu

Re: LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread David Wolfskill
>Date: Mon, 25 Mar 2002 00:59:37 -0800 >From: Brooks Davis <[EMAIL PROTECTED]> >FWIW, if you uncomment "option BKTR_USE_FREEBSD_SMBUS" in NOTES, the >resulting LINT will compile. Unfortunatly, it won't link due to a >different error related to this commit that I haven't tracked down. Would that

Re: LINT/NOTES broken after recent bktr(4) change

2002-03-25 Thread Brooks Davis
On Mon, Mar 25, 2002 at 03:28:19AM -0500, Mike Barcroft wrote: > > I think I've narrowed down the problem: > : revision 1.20 > : date: 2002/03/23 15:47:08; author: nsouch; state: Exp; lines: +112 -192 > : Major rework of the iicbus/smbus framework: > : > : - VIA chipset SMBus controll