search for: crypto_if

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

Did you mean: crypto_hw
2003 Jun 04
0
buildkernel fails in hifn
...1 diff -u -r1.2.2.1 Makefile --- Makefile 21 Nov 2002 23:38:47 -0000 1.2.2.1 +++ Makefile 5 Jun 2003 03:48:53 -0000 @@ -2,8 +2,11 @@ .PATH: ${.CURDIR}/../../dev/ubsec KMOD = ubsec -SRCS = ubsec.c +SRCS = ubsec.c opt_ubsec.h SRCS += device_if.h bus_if.h pci_if.h SRCS += opt_bdg.h opt_bus.h crypto_if.h +opt_ubsec.h: + echo "#define UBSEC_DEBUG 1" > opt_ubsec.h + .include <bsd.kmod.mk> Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/hifn/Makefile,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 Makef...
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_h...