From owner-freebsd-stable Thu Mar 11 16:59:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dukat.noc.cup.ndp.net (dukat.noc.cup.ndp.net [209.212.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 0DD8114F4F for ; Thu, 11 Mar 1999 16:59:19 -0800 (PST) (envelope-from andym@ntt.net) Received: from localhost (localhost.noc.cup.ndp.net [127.0.0.1]) by dukat.noc.cup.ndp.net (8.9.2/8.9.2) with SMTP id QAA99314 for ; Thu, 11 Mar 1999 16:59:01 -0800 (PST) (envelope-from andym@ntt.net) Date: Thu, 11 Mar 1999 16:59:00 -0800 (PST) From: Andy McConnell To: freebsd-stable@freebsd.org Subject: brooktree848.c and bt848_i2c.c dependency problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-2022-JP Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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