119051cbf9
DP83065 Saturn Gigabit Ethernet controllers. These are the successors of the Sun GEM controllers and still have a similar but extended transmit logic. As such this driver is based on gem(4). Thanks to marcel@ for providing a Sun Quad GigaSwift Ethernet UTP (QGE) card which was vital for getting this driver to work on architectures not using Open Firmware. Approved by: re (kib) MFC after: 2 weeks
9 lines
140 B
Makefile
9 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/cas
|
|
|
|
KMOD= if_cas
|
|
SRCS= bus_if.h device_if.h if_cas.c miibus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|