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
This commit is contained in:
cegger 2008-08-10 08:53:29 +00:00
parent cb6ddf15e6
commit 33caeffbb8
3 changed files with 19 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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