Create a puc module. Not connected to the build until I can test it on

more machines.
This commit is contained in:
Warner Losh 2005-04-22 07:43:27 +00:00
parent 8773a80baf
commit 40c949ffa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145390

10
sys/modules/puc/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/puc
KMOD= puc
SRCS= bus_if.h device_if.h pci_if.h card_if.h \
puc.c puc_pci.c puc_pccard.c pucdata.c \
opt_puc.h
.include <bsd.kmod.mk>