diff options
author | imp <imp@FreeBSD.org> | 2005-04-22 07:43:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-04-22 07:43:27 +0000 |
commit | 9a46a2ff4888a1b8c5a2205dbd008daf41e55420 (patch) | |
tree | bca5eb163117edf3d531091269684c20dd65f9f9 /sys/modules/puc | |
parent | 2bd4b7b50d586bd2927a075cdce738a9a9740d54 (diff) | |
download | FreeBSD-src-9a46a2ff4888a1b8c5a2205dbd008daf41e55420.zip FreeBSD-src-9a46a2ff4888a1b8c5a2205dbd008daf41e55420.tar.gz |
Create a puc module. Not connected to the build until I can test it on
more machines.
Diffstat (limited to 'sys/modules/puc')
-rw-r--r-- | sys/modules/puc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/puc/Makefile b/sys/modules/puc/Makefile new file mode 100644 index 0000000..b011db5 --- /dev/null +++ b/sys/modules/puc/Makefile @@ -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> |