fe0c8544ff
default: - TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere - BIG_PACKET - only worked on i386 anyway - TULIP_USE_SOFTINTR - doesn't compile and was never updated to handle new netisr registration - non-FreeBSD code
17 lines
266 B
Makefile
17 lines
266 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= if_de
|
|
SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
|
|
# Compile-time options.
|
|
|
|
# Enable debugging:
|
|
#CFLAGS+= -DTULIP_DEBUG
|
|
|
|
# Enable performance statistics:
|
|
#CFLAGS+= -DTULIP_PERFSTATS
|
|
|
|
.include <bsd.kmod.mk>
|