From owner-freebsd-current Mon Mar 25 8:43:37 2002 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 5839737B41A for ; Mon, 25 Mar 2002 08:43:31 -0800 (PST) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id g2PGhUo79497; Mon, 25 Mar 2002 08:43:30 -0800 (PST) (envelope-from david) Date: Mon, 25 Mar 2002 08:43:30 -0800 (PST) From: David Wolfskill Message-Id: <200203251643.g2PGhUo79497@bunrab.catwhisker.org> To: brooks@one-eyed-alien.net Subject: Re: LINT/NOTES broken after recent bktr(4) change Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Mon, 25 Mar 2002 00:59:37 -0800 >From: Brooks Davis >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