Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386 glxsb(4): Remove rijndael dependency.



details:   https://anonhg.NetBSD.org/src/rev/c04c60fb7e70
branches:  trunk
changeset: 935303:c04c60fb7e70
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Jun 29 23:32:24 2020 +0000

description:
glxsb(4): Remove rijndael dependency.

This doesn't actually seem to depend on it in any way.

XXX Compile-tested only.

diffstat:

 sys/arch/i386/conf/files.i386 |  4 ++--
 sys/arch/i386/pci/glxsb.c     |  5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r efda02643285 -r c04c60fb7e70 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Mon Jun 29 23:31:41 2020 +0000
+++ b/sys/arch/i386/conf/files.i386     Mon Jun 29 23:32:24 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.403 2020/04/25 15:26:16 bouyer Exp $
+#      $NetBSD: files.i386,v 1.404 2020/06/29 23:32:24 riastradh Exp $
 #
 # new style config file for i386 architecture
 #
@@ -416,7 +416,7 @@
 obsolete       defflag opt_vesafb.h    VESAFB_PM
 
 # AMD Geode LX Security Block
-device glxsb: opencrypto, rijndael
+device glxsb: opencrypto
 attach glxsb at pci
 file   arch/i386/pci/glxsb.c           glxsb
 
diff -r efda02643285 -r c04c60fb7e70 sys/arch/i386/pci/glxsb.c
--- a/sys/arch/i386/pci/glxsb.c Mon Jun 29 23:31:41 2020 +0000
+++ b/sys/arch/i386/pci/glxsb.c Mon Jun 29 23:32:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: glxsb.c,v 1.15 2020/06/14 23:19:11 riastradh Exp $     */
+/*     $NetBSD: glxsb.c,v 1.16 2020/06/29 23:32:24 riastradh Exp $     */
 /* $OpenBSD: glxsb.c,v 1.7 2007/02/12 14:31:45 tom Exp $ */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: glxsb.c,v 1.15 2020/06/14 23:19:11 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: glxsb.c,v 1.16 2020/06/29 23:32:24 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -44,7 +44,6 @@
 #include <dev/pci/pcidevs.h>
 
 #include <opencrypto/cryptodev.h>
-#include <crypto/rijndael/rijndael.h>
 
 #define SB_GLD_MSR_CAP         0x58002000      /* RO - Capabilities */
 #define SB_GLD_MSR_CONFIG      0x58002001      /* RW - Master Config */



Home | Main Index | Thread Index | Old Index