23e4757cd7
PCI fast ethernet controller. Currently, the only card I know that uses this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the only cards I have are samples sent to me by D-Link.) This driver is the first to make use of the miibus code once I'm sure it all works together nicely, I'll start converting the other drivers. The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design only with its own register layout. Support is provided for ifmedia, hardware multicast filtering, bridging and promiscuous mode.
16 lines
498 B
Makefile
16 lines
498 B
Makefile
# $Id: Makefile,v 1.72 1999/08/21 17:40:39 wpaul Exp $
|
|
|
|
# XXX present but broken: atapi ip_mroute_mod joy pcic
|
|
|
|
SUBDIR= ax ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw \
|
|
kernfs mfs mii msdos mx nfs ntfs nullfs pn portal procfs sf \
|
|
sk ste ti tl umapfs union vn vr wb xl
|
|
|
|
# XXX some of these can move to the general case when de-i386'ed
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \
|
|
svr4 syscons vesa vinum
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|