search for: hifn7751

Displaying 2 results from an estimated 2 matches for "hifn7751".

2003 Jun 04
1
Broken -STABLE kernel build?
Is anyone else seeing this: perl @/kern/makeops.pl -h @/opencrypto/crypto_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/local/src-STABLE/src/i386/usr/include /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c:47: opt_hifn.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/local/src-STABLE/src/sys/modules/hifn. *** Error code 1 Stop in /usr/local/src-STABLE/src/sys/modules. *** Error code 1 Stop in /us...
2003 Jun 04
0
buildkernel fails in hifn
...============================== RCS file: /home/ncvs/src/sys/modules/hifn/Makefile,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 Makefile --- Makefile 21 Nov 2002 23:38:46 -0000 1.2.2.1 +++ Makefile 5 Jun 2003 03:43:48 -0000 @@ -2,8 +2,11 @@ .PATH: ${.CURDIR}/../../dev/hifn KMOD = hifn -SRCS = hifn7751.c +SRCS = hifn7751.c opt_hifn.h SRCS += device_if.h bus_if.h pci_if.h SRCS += opt_bdg.h opt_bus.h crypto_if.h +opt_hifn.h: + echo "#define HIFN_DEBUG 1" > opt_hifn.h + .include <bsd.kmod.mk> -- Barney Wolff http://www.databus.com/bwresume.pdf I'm available...