591f4054cb
It currently supports the PMC Sierra Lite, Ultra and 622 chips and the IDT 77105. The driver handles media options and state in a consistent manner for ATM drivers. The next commit to the midway driver will make it use utopia.
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/utopia
|
|
|
|
KMOD= utopia
|
|
SRCS= utopia.c bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|