From ab1eba7ede322f6bbea366ce24d7ea103d703d23 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Thu, 26 Oct 2006 08:37:15 +0000 Subject: Driver for the AMD Geode LX series processor security block. Currently just uses the RNG; AES support to be added later. ok deraadt@ --- sys/arch/i386/conf/GENERIC | 3 ++- sys/arch/i386/conf/files.i386 | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf') diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b8071a70879..ab4495da49d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.529 2006/10/26 04:14:09 jsg Exp $ +# $OpenBSD: GENERIC,v 1.530 2006/10/26 08:37:14 tom Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -670,6 +670,7 @@ nofn* at pci? # Hi/fn 7814/7851/7854 crypto card ubsec* at pci? # Bluesteel Networks 5xxx crypto card safe* at pci? # SafeNet SafeXcel 1141/1741 #ises* at pci? # Pijnenburg PCC-ISES +glxsb* at pci? # AMD Geode LX series processor security block # I2O iop* at pci? # I2O processor diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b8f1c34462b..f353786e83d 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.150 2006/07/25 19:16:51 kettenis Exp $ +# $OpenBSD: files.i386,v 1.151 2006/10/26 08:37:14 tom Exp $ # # new style config file for i386 architecture # @@ -123,6 +123,11 @@ device geodesc attach geodesc at pci file arch/i386/pci/geodesc.c geodesc +# AMD Geode LX series processor security block +device glxsb +attach glxsb at pci +file arch/i386/pci/glxsb.c glxsb + # National Semiconductor Geode SC1100 SMI/ACPI module device gscpm attach gscpm at pci -- cgit v1.2.3