Date: Thu, 23 May 2002 08:18:39 -0700 (PDT) From: Terry <terry@taipeitimes.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/38458: There is no a file iicbb_if.c on source tree. Message-ID: <200205231518.g4NFIdL8055503@www.freebsd.org>
index | next in thread | raw e-mail
>Number: 38458
>Category: kern
>Synopsis: There is no a file iicbb_if.c on source tree.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu May 23 08:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Terry
>Release: 4.5
>Organization:
LifeTaiwan
>Environment:
FreeBSD home.lifetaiwan.net 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Fri May 3 07:00:32 CST 2002 terry@home.lifetaiwan.net:/usr/obj/usr/src/sys/MY i386
>Description:
when I try to include the following to my kernel.
-----------
device smbus # Bus support, required for smb below.
device viapm
device smb
-----------
then, going to config KERNELCONF , cd ../../compile/KERNELCONF
make depend
rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2
../../pci/viapm.c:53: iicbb_if.h: No such file or directory
mkdep: compile failed
*** Error code 1
There is no file named "iicbb_if.h", and the path to include in
"/usr/src/sys/pci/viapm.c
#include "iicbb_if.h"
#include "smbus_if.h"
>How-To-Repeat:
include the following to your kernel config file, then recompile
-----------
device smbus # Bus support, required for smb below.
device viapm
device smb
-----------
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205231518.g4NFIdL8055503>
