Date: Mon, 25 Mar 2002 08:43:30 -0800 (PST) From: David Wolfskill <david@catwhisker.org> To: brooks@one-eyed-alien.net Cc: current@freebsd.org Subject: Re: LINT/NOTES broken after recent bktr(4) change Message-ID: <200203251643.g2PGhUo79497@bunrab.catwhisker.org>
next in thread | raw e-mail | index | archive | help
>Date: Mon, 25 Mar 2002 00:59:37 -0800 >From: Brooks Davis <brooks@one-eyed-alien.net> >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, perhaps, be similar to: 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 Stop in /common/S3/obj/usr/src/sys/LAPTOP_30W. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. g1-9(5.0-C)[2] ? If so, I just did a search through my -CURENT /usr/src/sys, loooking for "iicbus_alloc_bus". Results aren't too promising: ./dev/iicbus/iiconf.h:102:extern device_t iicbus_alloc_bus(device_t); ./i386/isa/pcf.c:200: pcf->iicbus = iicbus_alloc_bus(pcfdev); Looks to me like a declaration & a reference, but no definition. :-(, david -- David H. Wolfskill david@catwhisker.org I believe it would be irresponsible (and thus, unethical) for me to advise, recommend, or support the use of any product that is or depends on any Microsoft product for any purpose other than personal amusement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203251643.g2PGhUo79497>