Add ioconf entries to the pseudo-devices.
This commit is contained in:
parent
2c11157aee
commit
3bf8f26261
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2008/11/20 09:58:45 ad Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/netinet
|
||||
|
||||
KMOD= accf_dataready
|
||||
IOCONF= accf_data.ioconf
|
||||
SRCS= accf_data.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/accf_dataready/accf_data.ioconf
Normal file
7
sys/modules/accf_dataready/accf_data.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: accf_data.ioconf,v 1.1 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
ioconf accf_data
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device accf_data # "dataready" accept filter
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2008/11/20 09:58:45 ad Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/netinet
|
||||
|
||||
KMOD= accf_httpready
|
||||
IOCONF= accf_http.ioconf
|
||||
SRCS= accf_http.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/accf_httpready/accf_http.ioconf
Normal file
7
sys/modules/accf_httpready/accf_http.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: accf_http.ioconf,v 1.1 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
ioconf accf_http
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device accf_http # "httpready" accept filter
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2009/06/05 19:21:03 haad Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev
|
||||
|
||||
KMOD= ccd
|
||||
IOCONF= ccd.ioconf
|
||||
SRCS= ccd.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/ccd/ccd.ioconf
Normal file
7
sys/modules/ccd/ccd.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: ccd.ioconf,v 1.1 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
ioconf ccd
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device ccd
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2009/06/05 19:21:03 haad Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev
|
||||
|
||||
KMOD= cgd
|
||||
IOCONF= cgd.ioconf
|
||||
SRCS= cgd.c cgd_crypto.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/cgd/cgd.ioconf
Normal file
7
sys/modules/cgd/cgd.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: cgd.ioconf,v 1.1 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
ioconf cgd
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device cgd
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.2 2012/04/26 03:03:53 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/coda
|
||||
|
||||
KMOD= coda
|
||||
|
||||
IOCONF= coda.ioconf
|
||||
SRCS= coda_venus.c coda_vfsops.c coda_vnops.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/coda/coda.ioconf
Normal file
7
sys/modules/coda/coda.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: coda.ioconf,v 1.1 2015/08/20 11:05:00 christos Exp $
|
||||
|
||||
ioconf coda
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device vcoda
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:35 rumble Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/coda
|
||||
|
||||
KMOD= coda5
|
||||
IOCONF= coda5.ioconf
|
||||
SRCS= coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c \
|
||||
coda_vfsops.c coda_vnops.c
|
||||
|
||||
|
7
sys/modules/coda5/coda5.ioconf
Normal file
7
sys/modules/coda5/coda5.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: coda5.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf coda5
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device vcoda
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2014/02/03 23:11:40 pgoyette Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -7,6 +7,7 @@ CPPFLAGS+= -DCOMPAT_50
|
||||
.PATH: ${S}/opencrypto
|
||||
|
||||
KMOD= crypto
|
||||
IOCONF= crypto.ioconf
|
||||
SRCS= cryptodev.c ocryptodev.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/crypto/crypto.ioconf
Normal file
7
sys/modules/crypto/crypto.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: crypto.ioconf,v 1.3 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf crypto
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device crypto
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.5 2009/12/07 07:43:05 uebayasi Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/dm
|
||||
|
||||
KMOD= dm
|
||||
IOCONF= dm.ioconf
|
||||
SRCS= device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
|
||||
dm_target_linear.c dm_target_stripe.c
|
||||
|
||||
|
7
sys/modules/dm/dm.ioconf
Normal file
7
sys/modules/dm/dm.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: dm.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf dm
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device dm
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2010/09/09 00:10:16 sjg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/filemon
|
||||
|
||||
KMOD = filemon
|
||||
IOCONF= filemon.ioconf
|
||||
SRCS = filemon.c filemon_wrapper.c
|
||||
NOMAN = no
|
||||
|
||||
|
7
sys/modules/filemon/filemon.ioconf
Normal file
7
sys/modules/filemon/filemon.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: filemon.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf filemon
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device filemon
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2008/09/23 07:56:59 hannken Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev
|
||||
|
||||
KMOD= fss
|
||||
IOCONF= fss.ioconf
|
||||
SRCS= fss.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/fss/fss.ioconf
Normal file
7
sys/modules/fss/fss.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: fss.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf fss
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device fss
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/08/12 08:00:53 mbalmer Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/gpio
|
||||
|
||||
KMOD= gpiosim
|
||||
IOCONF= gpiosim.conf
|
||||
SRCS= gpiosim.c
|
||||
|
||||
CPPFLAGS+= -I${S}/gpio
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.3 2015/05/30 18:00:09 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/iscsi
|
||||
|
||||
KMOD= iscsi
|
||||
IOCONF= iscsi.ioconf
|
||||
SRCS= base64.c iscsi_ioctl.c iscsi_main.c iscsi_rcv.c
|
||||
SRCS+= iscsi_send.c iscsi_text.c iscsi_utils.c
|
||||
|
||||
|
7
sys/modules/iscsi/iscsi.ioconf
Normal file
7
sys/modules/iscsi/iscsi.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: iscsi.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf iscsi
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device iscsi
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2011/02/26 18:07:32 ahoka Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/nand
|
||||
|
||||
KMOD= nandemulator
|
||||
#IOCONF= nandemulator.ioconf
|
||||
IOCONF= nandemulator.ioconf
|
||||
SRCS= nandemulator.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/nandemulator/nandemulator.ioconf
Normal file
7
sys/modules/nandemulator/nandemulator.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: nandemulator.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf nandemulator
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device nandemulator
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.17 2014/07/19 18:24:17 rmind Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2015/08/20 11:05:01 christos Exp $
|
||||
#
|
||||
# Public Domain.
|
||||
#
|
||||
@ -8,7 +8,7 @@
|
||||
.PATH: ${S}/net/npf
|
||||
|
||||
KMOD= npf
|
||||
|
||||
IOCONF= npf.ioconf
|
||||
SRCS= npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c
|
||||
SRCS+= npf_bpf.c npf_if.c npf_inet.c npf_mbuf.c npf_nat.c
|
||||
SRCS+= npf_ruleset.c npf_conn.c npf_conndb.c npf_rproc.c
|
||||
|
7
sys/modules/npf/npf.ioconf
Normal file
7
sys/modules/npf/npf.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: npf.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf npf
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device npf
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/12/29 18:20:42 pgoyette Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/opencrypto
|
||||
|
||||
KMOD= opencrypto
|
||||
IOCONF= opencrypto.ioconf
|
||||
SRCS= criov.c crypto.c xform.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/opencrypto/opencrypto.ioconf
Normal file
7
sys/modules/opencrypto/opencrypto.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: opencrypto.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf opencrypto
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device opencrypto
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.3 2011/08/29 09:50:04 jmcneill Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dist/pf/net ${S}/dist/pf/netinet
|
||||
|
||||
KMOD= pf
|
||||
|
||||
IOCONF= pf.ioconf
|
||||
SRCS= if_compat.c
|
||||
SRCS+= if_pflog.c
|
||||
SRCS+= pf.c
|
||||
|
8
sys/modules/pf/pf.ioconf
Normal file
8
sys/modules/pf/pf.ioconf
Normal file
@ -0,0 +1,8 @@
|
||||
# $NetBSD: pf.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf pf
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device pf
|
||||
pseudo-device pflog
|
@ -1,10 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2013/12/29 18:20:42 pgoyette Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/opencrypto
|
||||
|
||||
KMOD= swcrypto
|
||||
IOCONF= swcrypto.ioconf
|
||||
SRCS= aesxcbcmac.c cryptosoft.c deflate.c gmac.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/swcrypto/swcrypto.ioconf
Normal file
7
sys/modules/swcrypto/swcrypto.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: swcrypto.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf swcrypto
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device swcrypto
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2009/03/10 14:49:49 yamt Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -7,6 +7,7 @@ CPPFLAGS+=
|
||||
.PATH: ${S}/dev/tprof
|
||||
|
||||
KMOD= tprof
|
||||
IOCONF= tprof.ioconf
|
||||
SRCS= tprof.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/tprof/tprof.ioconf
Normal file
7
sys/modules/tprof/tprof.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: tprof.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $
|
||||
|
||||
ioconf tprof
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device tprof
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.1 2012/04/26 03:03:53 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:02 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/coda
|
||||
|
||||
KMOD= vcoda
|
||||
|
||||
IOCONF= vcoda.ioconf
|
||||
SRCS= coda_psdev.c coda_namecache.c coda_subr.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/vcoda/vcoda.ioconf
Normal file
7
sys/modules/vcoda/vcoda.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: vcoda.ioconf,v 1.1 2015/08/20 11:05:02 christos Exp $
|
||||
|
||||
ioconf vcoda
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device vcoda
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2010/09/19 05:42:10 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/08/20 11:05:02 christos Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
@ -8,6 +8,7 @@ CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_30 -DCOMPAT_50
|
||||
|
||||
|
||||
KMOD= vnd
|
||||
IOCONF= vnd.ioconf
|
||||
SRCS= vnd.c
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
7
sys/modules/vnd/vnd.ioconf
Normal file
7
sys/modules/vnd/vnd.ioconf
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: vnd.ioconf,v 1.1 2015/08/20 11:05:02 christos Exp $
|
||||
|
||||
ioconf vnd
|
||||
|
||||
include "conf/files"
|
||||
|
||||
pseudo-device vnd
|
Loading…
Reference in New Issue
Block a user