>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, 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message