From 77daf56af9591a9c07c989b51b7511c07d8f3e47 Mon Sep 17 00:00:00 2001 From: wpaul Date: Tue, 10 Aug 1999 17:15:20 +0000 Subject: Convert the VIA Rhine driver to newbus and set it up to be compiled as a module. Also modified the code to work on FreeBSD/alpha and added device vr0 to the alpha GENERIC config. While I was in the neighborhood, I noticed that I was still using #define NFPX 1 in all of the Makefiles that I'd copied from the fxp module. I don't really use #define Nfoo X so it didn't matter, but I decided to customize this correctly anyway. --- sys/modules/ti/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/ti') diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index b3d2064..9fd0b6b 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1999/07/06 19:23:01 des Exp $ +# $Id: Makefile,v 1.1 1999/07/23 05:47:58 wpaul Exp $ S = ${.CURDIR}/../.. .PATH: $S/pci @@ -8,7 +8,7 @@ CLEANFILES += ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h CFLAGS += ${DEBUG_FLAGS} ti.h: - echo "#define NFXP 1" > ti.h + echo "#define NTI 1" > ti.h bpf.h: echo "#define NBPF 1" > bpf.h -- cgit v1.1