diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-26 08:37:15 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-10-26 08:37:15 +0000 |
commit | ab1eba7ede322f6bbea366ce24d7ea103d703d23 (patch) | |
tree | 4d2dfbf5921c9d2b22b9d657e94f5bf932cdbf49 /sys/arch/i386/conf | |
parent | 6cd44b05b739b43cf54f14cbd77d1b935a9157b1 (diff) |
Driver for the AMD Geode LX series processor security block.
Currently just uses the RNG; AES support to be added later.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 7 |
2 files changed, 8 insertions, 2 deletions
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 |