Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 12:03:08 -0500 (EST)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        "Sam Leffler" <sam@errno.com>
Cc:        "Rob B" <rbyrnes@ozemail.com.au>, <hdl@abs.net>, <freebsd-alpha@FreeBSD.ORG>
Subject:   Re: 4.7-STABLE kernel build failure with current CVS, any  ideas?
Message-ID:  <15888.31820.353185.440191@grasshopper.cs.duke.edu>
In-Reply-To: <0d8301c2b024$13366b80$52557f42@errno.com>
References:  <000001c2af4d$0f7da3f0$011872cf@gamer> <5.1.1.6.2.20021230111030.01d0b880@127.0.0.1> <15888.23645.644351.257656@grasshopper.cs.duke.edu> <0d8301c2b024$13366b80$52557f42@errno.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Sam Leffler writes:
 > > Yes, the crypto author appears to have forgotten to backport the
 > > required alpha bits.
 > >
 > > Can you try the following untested patch?  I'm quite busy right now
 > > (just got back from vacation) and don't have time to take an alpha
 > > to -stable to fix this.
 > >
 > 
 > Yes, I did not include alpha-specific changes because the crypto code is
 > only really useful when you have h/w drivers and there are none for alpha
 > under -stable.
 > 
 > Was this when the system was built w/o crypto support enabled?  The only
 > users of these definitions should be the crypto code.
 > 
 >     Sam

The crypto modules are currently enabled to be built by default.
If there is no point to enabling them on alpha, perhaps a more
appropriate patch would be the following, which moves the crypto
modules to x86 only.

Drew

Index: sys/modules/Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/Makefile,v
retrieving revision 1.110.2.65
diff -u -r1.110.2.65 Makefile
--- sys/modules/Makefile	11 Dec 2002 20:54:49 -0000	1.110.2.65
+++ sys/modules/Makefile	30 Dec 2002 17:01:21 -0000
@@ -14,8 +14,6 @@
 	ccd \
 	cd9660 \
 	coda \
-	crypto \
-	cryptodev \
 	cue \
 	dc \
 	dummynet \
@@ -110,6 +108,8 @@
 SUBDIR+=ar \
 	bktr \
 	coff \
+	crypto \
+	cryptodev \
 	em \
 	fpu \
 	gnufpu \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15888.31820.353185.440191>