diff options
| author | cegger <cegger@NetBSD.org> | 2008-08-10 08:53:29 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2008-08-10 08:53:29 +0000 |
| commit | 33caeffbb8d8cd49ae3e20a78f52fab193cd3bbb (patch) | |
| tree | 87db6be9cc440de474cdad5cb0749ea7b594d5eb /sys | |
| parent | cb6ddf15e6cdf35ede3a87e9387758391532c608 (diff) | |
Add accept filters per request from port-xen:
http://mail-index.netbsd.org/port-xen/2008/08/10/msg004087.html
pseudo-device entries were copied from sys/arch/i386/conf/GENERIC, rev. 1.904
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amd64/conf/GENERIC | 9 | ||||
| -rw-r--r-- | sys/arch/amd64/conf/XEN3_DOM0 | 7 | ||||
| -rw-r--r-- | sys/arch/amd64/conf/XEN3_DOMU | 7 |
3 files changed, 19 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index dea11b5301c..6d441e15aec 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.218 2008/07/31 14:15:00 joerg Exp $ +# $NetBSD: GENERIC,v 1.219 2008/08/10 08:53:29 cegger Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.218 $" +#ident "GENERIC-$Revision: 1.219 $" maxusers 64 # estimated number of users @@ -998,6 +998,11 @@ cinclude "arch/amd64/conf/GENERIC.local" # Pseudo-Devices +# +# accept filters +pseudo-device accf_data # "dataready" accept filter +pseudo-device accf_http # "httpready" accept filter + pseudo-device crypto # /dev/crypto device pseudo-device swcrypto # software crypto implementation diff --git a/sys/arch/amd64/conf/XEN3_DOM0 b/sys/arch/amd64/conf/XEN3_DOM0 index cb61c97b27d..5a0998a5004 100644 --- a/sys/arch/amd64/conf/XEN3_DOM0 +++ b/sys/arch/amd64/conf/XEN3_DOM0 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.23 2008/08/03 19:23:47 joerg Exp $ +# $NetBSD: XEN3_DOM0,v 1.24 2008/08/10 08:53:29 cegger Exp $ include "arch/amd64/conf/std.xen" @@ -707,6 +707,11 @@ cinclude "arch/amd64/conf/GENERIC.local" # Pseudo-Devices +# +# accept filters +pseudo-device accf_data # "dataready" accept filter +pseudo-device accf_http # "httpready" accept filter + pseudo-device crypto # /dev/crypto device pseudo-device swcrypto # software crypto implementation diff --git a/sys/arch/amd64/conf/XEN3_DOMU b/sys/arch/amd64/conf/XEN3_DOMU index f04b324f618..c7da6f3938b 100644 --- a/sys/arch/amd64/conf/XEN3_DOMU +++ b/sys/arch/amd64/conf/XEN3_DOMU @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.12 2008/08/03 19:23:47 joerg Exp $ +# $NetBSD: XEN3_DOMU,v 1.13 2008/08/10 08:53:29 cegger Exp $ include "arch/amd64/conf/std.xen" @@ -162,6 +162,11 @@ cinclude "arch/amd64/conf/GENERIC.local" # Pseudo-Devices +# +# accept filters +pseudo-device accf_data # "dataready" accept filter +pseudo-device accf_http # "httpready" accept filter + pseudo-device crypto # /dev/crypto device pseudo-device swcrypto # software crypto implementation |
