Add modules for lpt, plip, ppbus, ppi and pps.
Submitted by: j mckitrick <jcm@freebsd-uk.eu.org>
This commit is contained in:
parent
cbae2cdeb6
commit
5c58715b40
@ -49,6 +49,7 @@ SUBDIR= 3dfx \
|
||||
lge \
|
||||
libmchain \
|
||||
lnc \
|
||||
lpt \
|
||||
md \
|
||||
mii \
|
||||
mlx \
|
||||
@ -60,7 +61,11 @@ SUBDIR= 3dfx \
|
||||
ntfs \
|
||||
nullfs \
|
||||
pcn \
|
||||
plip \
|
||||
portalfs \
|
||||
ppbus \
|
||||
ppi \
|
||||
pps \
|
||||
procfs \
|
||||
${_random} \
|
||||
rl \
|
||||
|
11
sys/modules/lpt/Makefile
Normal file
11
sys/modules/lpt/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= lpt
|
||||
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||||
opt_lpt.h \
|
||||
lpt.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/plip/Makefile
Normal file
11
sys/modules/plip/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= plip
|
||||
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||||
opt_plip.h \
|
||||
if_plip.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/ppbus/Makefile
Normal file
11
sys/modules/ppbus/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= ppbus
|
||||
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||||
opt_ppb_1284.h opt_ppbus.h \
|
||||
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/ppi/Makefile
Normal file
11
sys/modules/ppi/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= ppi
|
||||
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||||
opt_ppi.h opt_ppb_1284.h \
|
||||
ppi.c ppb_1284.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
11
sys/modules/pps/Makefile
Normal file
11
sys/modules/pps/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= pps
|
||||
SRCS= bus_if.h device_if.h ppbus_if.h \
|
||||
opt_pps.h \
|
||||
pps.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user