96f2e892a7
which it replaces. The new driver supports all of the chips supported by the ones it replaces, as well as many DEC/Intel 21143 10/100 cards. This also completes my quest to convert things to miibus and add Alpha support.
11 lines
196 B
Makefile
11 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_dc
|
|
SRCS = if_dc.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS += miibus_if.h
|
|
CFLAGS += ${DEBUG_FLAGS}
|
|
KMODDEPS = miibus
|
|
|
|
.include <bsd.kmod.mk>
|