Date: Thu, 11 Mar 1999 16:59:00 -0800 (PST) From: Andy McConnell <andym@ntt.net> To: freebsd-stable@freebsd.org Subject: brooktree848.c and bt848_i2c.c dependency problem Message-ID: <Pine.BSF.3.95LJ1.1b3.990311165324.93496Y-100000@dukat.noc.cup.ndp.net>
next in thread | raw e-mail | index | archive | help
After upgrading to 3.1, fetching latest src (cvsup last night) and doing a make world, I can't recompile the kernel with 'device bktr0' It reports the following failures on `make depend` ../../pci/brooktree848.c:399: smbus_if.h: No such file or directory ../../pci/brooktree848.c:400: iicbus_if.h: No such file or directory ../../pci/bt848_i2c.c:61: iicbb_if.h: No such file or directory ../../pci/bt848_i2c.c:62: smbus_if.h: No such file or directory mkdep: compile failed *** Error code 1 I tried a `find /usr/src -name smbus_if*` and similar for the others, and found only this: /usr/src/sys/dev/smbus/smbus_if.m /usr/src/sys/dev/iicbus/iicbus_if.m /usr/src/sys/dev/iicbus/iicbb_if.m Any clues where the .h files have gone? Any clues on how to patch the brooktree drivers to use the .m files instead? -Andy -- Andy McConnell 真向練 安堵龍 NTT America IP Headquarters "and now I saw, tho' too late, the Folly of beginning a Work before we count the Cost; and before we judge rightly of our own Strength to go through with it." -- Defoe from Robinson Crusoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95LJ1.1b3.990311165324.93496Y-100000>