Comment out opencrypto bits for now; the prep port does not yet
have generic soft interrupts, which the opencrypto software depends on.
This commit is contained in:
parent
2bd383a4cc
commit
18465464b9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.72 2004/01/14 22:29:03 jonathan Exp $
|
||||
# $NetBSD: GENERIC,v 1.73 2004/01/18 16:08:15 he Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.72 $"
|
||||
#ident "GENERIC-$Revision: 1.73 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -220,8 +220,8 @@ mkclock0 at isa? port 0x74 # mk48t18 and compatible
|
|||
# Cryptographic Devices
|
||||
|
||||
# PCI cryptographic devices
|
||||
hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
|
||||
ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
|
||||
#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
|
||||
#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
|
||||
|
||||
|
||||
# Serial Devices
|
||||
|
@ -472,7 +472,8 @@ joy* at isapnp? # Game ports (usually on audio cards)
|
|||
|
||||
# Pseudo-Devices
|
||||
|
||||
pseudo-device crypto # opencrypto framework
|
||||
# Not yet ready -- prep lacks generic soft interrupts
|
||||
#pseudo-device crypto # opencrypto framework
|
||||
|
||||
# disk/mass storage pseudo-devices
|
||||
pseudo-device ccd 4 # concatenated/striped disk devices
|
||||
|
|
Loading…
Reference in New Issue