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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 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 |