Add opencrypto and drivers for PCI cryptographic accelerators --
hifn (Hifn 7751), ubsec (Broadcom 582x) -- to i386 GENERIC kernel.
This commit is contained in:
parent
9b7e93e2c6
commit
94d42f90db
@ -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 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
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 lms? mux 0
|
||||
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 @@ include "arch/i386/conf/GENERIC.local"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user