From owner-freebsd-current Sun Mar 17 15:38:54 2002 Delivered-To: freebsd-current@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 216E037B41B for ; Sun, 17 Mar 2002 15:38:49 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1920) id E6F0CAE279; Sun, 17 Mar 2002 15:38:48 -0800 (PST) Date: Sun, 17 Mar 2002 15:38:48 -0800 From: Maxime Henrion To: freebsd-current@freebsd.org Cc: Hajimu UMEMOTO Subject: Re: Patch to fix the build of the smbfs.ko kernel module Message-ID: <20020317233848.GH17902@elvis.mu.org> References: <20020316093204.GF17902@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Sat, 16 Mar 2002 01:32:04 -0800 > >>>>> Maxime Henrion said: > > mux> Since the addition of optimized 3DES encryption for x86, the build of the > mux> smbfs kernel module has been broken (on all platforms). This is because > mux> new files are now needed (des_enc.S for x86, des_enc.c for other > mux> archs). The attached patch fixes this problem. > > Oops, I've forgot about smbfs.ko. It seems fine to me. Actually, this patch is wrong because it won't ever compile des_enc.S. Whatever I do, des_enc.c gets compiled and I can't figure out how to compile a .S file with bsd.kmod.mk. If someone with more make(1) clue than me could help out, that would be appreciated. Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message