From fb24f088ae9a1bf49cf9a6fcfa3cbc34221c836f Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 23 Jun 2003 14:46:12 +0000 Subject: This is a driver for Fore PCA200E cards that uses busdma and works on little endian and big endian and with 32 and 64 bit pointers. It already has the hooks to be used for HARP, NATM and ngATM. --- sys/modules/fatm/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sys/modules/fatm/Makefile (limited to 'sys/modules/fatm') diff --git a/sys/modules/fatm/Makefile b/sys/modules/fatm/Makefile new file mode 100644 index 000000000000..f1c5940423dd --- /dev/null +++ b/sys/modules/fatm/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ +# +# Author: Harti Brandt +# +.PATH: ${.CURDIR}/../../dev/fatm + +KMOD= if_fatm +SRCS= if_fatm.c device_if.h bus_if.h pci_if.h opt_inet.h opt_natm.h + +# CFLAGS+= -DFATM_DEBUG=0 -DINVARIANT_SUPPORT -DINVARIANTS -g +# LDFLAGS+= -g + +opt_inet.h: + echo "#define INET 1" > opt_inet.h + +opt_natm.h: + echo "#define NATM 1" > opt_natm.h + +.include -- cgit v1.3