Revision 2acae85209edae45f73d3e3d813e3bc26f1f67d0 authored by Pyun YongHyeon on 09 January 2010, 01:20:01 UTC, committed by Pyun YongHyeon on 09 January 2010, 01:20:01 UTC
  Make sure to enable Next Page bit for IP1001. Otherwise the PHY
  fails to re-establishe 1000baseT link after downgrading to
  10/100Mbps link.
1 parent 01da3db
Raw File
Makefile
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	dtrace \
	${_zdb}

.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no"
_zdb=	zdb
.endif
.endif

.include <bsd.subdir.mk>
back to top