diff options
author | 2006-03-27 21:34:31 +0000 | |
---|---|---|
committer | 2006-03-27 21:34:31 +0000 | |
commit | adc8478a2739c6166e667373301aa76b899c962c (patch) | |
tree | 2b2fa4ef2c9efe7deb8b65d342eca96ffee611d7 | |
parent | fixes interrupts processing. (diff) | |
download | wireguard-openbsd-adc8478a2739c6166e667373301aa76b899c962c.tar.xz wireguard-openbsd-adc8478a2739c6166e667373301aa76b899c962c.zip |
add a few more crypto cards.
ok martin@
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index dcfada2eea1..ccc3698862d 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.167 2006/03/12 17:29:48 martin Exp $ +# $OpenBSD: GENERIC,v 1.168 2006/03/27 21:34:31 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -390,7 +390,10 @@ wsmouse* at pmsi? mux 0 # crypto support hifn* at pci? # Hi/fn 7751 crypto card -#ubsec* at pci? # Bluesteel Networks 5xxx crypto card +lofn* at pci? # Hi/fn 6500 crypto card +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 #pseudo-device raid 4 # RAIDframe disk driver |