From nobody@FreeBSD.org  Thu Aug  2 06:45:22 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C38C516A417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Aug 2007 06:45:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B0AE413C442
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Aug 2007 06:45:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l726jMxp068317
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Aug 2007 06:45:22 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l726jMkr068316;
	Thu, 2 Aug 2007 06:45:22 GMT
	(envelope-from nobody)
Message-Id: <200708020645.l726jMkr068316@www.freebsd.org>
Date: Thu, 2 Aug 2007 06:45:22 GMT
From: Ilgiz <dzoomj@rambler.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: can not find file "cryptodev_if.h"
X-Send-Pr-Version: www-3.0

>Number:         115135
>Category:       i386
>Synopsis:       can not find file "cryptodev_if.h"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 02 06:50:07 GMT 2007
>Closed-Date:    Thu Aug 02 07:12:20 GMT 2007
>Last-Modified:  Thu Aug  2 07:20:03 GMT 2007
>Originator:     Ilgiz
>Release:        FreeBSD 6.2-RELEASE #0: Sun Jan 14 17:29:08 CET 2007
>Organization:
AkcentPlus
>Environment:
FreeBSD DesktopBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sun Jan 14 17:29:08 CET 2007     root@sunset:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
sorry, i am vary bad in english.

# $FreeBSD: src/sys/modules/padlock/Makefile,v 1.3 2007/03/21 17:37:13 sam Exp $

.PATH: ${.CURDIR}/../../crypto/via

KMOD=	padlock
SRCS=	padlock.c padlock_cipher.c padlock_hash.c
SRCS   += device_if.h bus_if.h opt_bus.h !!!-->cryptodev_if.h<--!!!

.include <bsd.kmod.mk>

when I 'make depend' kernel:

===> oltr (depend)
===> padlock (depend)
make: don't know how to make cryptodev_if.h. Stop
*** Error code 2

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/i386/compile/MYKERNEL.


so where I find this file (cryptodev_if.h)?
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Thu Aug 2 07:12:17 UTC 2007 
State-Changed-Why:  
As explained this is a general support question that should be 
redirected to the questions list: 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions/ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115135 

From: "Remko Lodder" <remko@elvandar.org>
To: "Ilgiz" <dzoomj@rambler.ru>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: i386/115135: can not find file "cryptodev_if.h"
Date: Thu, 2 Aug 2007 09:11:41 +0200 (CEST)

 Hello,
 
 > sorry, i am vary bad in english.
 
 Well at least you try :-)
 
 >
 > # $FreeBSD: src/sys/modules/padlock/Makefile,v 1.3 2007/03/21 17:37:13 sam
 > Exp $
 >
 > .PATH: ${.CURDIR}/../../crypto/via
 >
 > KMOD=	padlock
 > SRCS=	padlock.c padlock_cipher.c padlock_hash.c
 > SRCS   += device_if.h bus_if.h opt_bus.h !!!-->cryptodev_if.h<--!!!
 >
 > .include <bsd.kmod.mk>
 >
 > when I 'make depend' kernel:
 >
 > ===> oltr (depend)
 > ===> padlock (depend)
 > make: don't know how to make cryptodev_if.h. Stop
 > *** Error code 2
 >
 > Stop in /usr/src/sys/modules.
 > *** Error code 1
 >
 > Stop in /usr/src/sys/i386/compile/MYKERNEL.
 >
 >
 > so where I find this file (cryptodev_if.h)?
 
 This i386 list is for determined problems, the ticket you submitted is a
 general support question which should be emailed to the questions
 mailinglist instead. But, since you appear to be using a custom kernel;
 can you verify whether you have "device crypto" in the kernel
 configuration? if not, you should probably add that to the kernel
 configuration file "MYKERNEL".
 
 Thanks,
 Remko
 
 -- 
 Kind regards,
 
      Remko Lodder               ** remko@elvandar.org
      FreeBSD                    ** remko@FreeBSD.org
 
      /* Quis custodiet ipsos custodes */
 
>Unformatted:
