Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add opencrypto and drivers for PCI crypto...
details: https://anonhg.NetBSD.org/src/rev/70ba18b07414
branches: trunk
changeset: 555490:70ba18b07414
user: jonathan <jonathan%NetBSD.org@localhost>
date: Tue Nov 18 23:07:37 2003 +0000
description:
Add opencrypto and drivers for PCI cryptographic accelerators --
hifn (Hifn 7751), ubsec (Broadcom 582x) -- to i386 GENERIC kernel.
diffstat:
sys/arch/i386/conf/GENERIC | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 7e2b5436b64f -r 70ba18b07414 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Nov 18 23:03:26 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Nov 18 23:07:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.581 2003/11/05 07:51:12 tron Exp $
+# $NetBSD: GENERIC,v 1.582 2003/11/18 23:07:37 jonathan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.581 $"
+#ident "GENERIC-$Revision: 1.582 $"
maxusers 32 # estimated number of users
@@ -1071,6 +1071,13 @@
wsmouse* at mms? mux 0
+# Cryptographic Devices
+
+# PCI cryptographic devices
+hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
+ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
+
+
# Joysticks
#joy* at pnpbios? index ? # Game port
@@ -1101,6 +1108,8 @@
# Pseudo-Devices
+pseudo-device opencrypto # opencrypto framework
+
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic disk devices
Home |
Main Index |
Thread Index |
Old Index