diff options
author | sowmini <none@none> | 2008-01-24 14:49:21 -0800 |
---|---|---|
committer | sowmini <none@none> | 2008-01-24 14:49:21 -0800 |
commit | e7801d59e8ceda0cde8ebdfdddd7582ee2ea96ef (patch) | |
tree | aa5f6ba96fab8905146ea99d10af75f480c45e9e /usr/src/uts/common/io/strplumb.c | |
parent | 575bd8a230f2c20b1878ebb473c30a12f0eb1b2e (diff) | |
download | illumos-joyent-e7801d59e8ceda0cde8ebdfdddd7582ee2ea96ef.tar.gz |
PSARC 2007/429 Brussels - enhanced network driver configuration via dladm
6565373 driver ndd parameter behavior does not match the ieee802.3(5) man page.
6598690 need support for 'dladm show-ether' subcommand.
6619126 ndd abuse in network (Layer 2) drivers
6621285 bge_setup_params_kstat is dead code
Diffstat (limited to 'usr/src/uts/common/io/strplumb.c')
-rw-r--r-- | usr/src/uts/common/io/strplumb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/strplumb.c b/usr/src/uts/common/io/strplumb.c index 6f20d98a5a..4eaf8e20ac 100644 --- a/usr/src/uts/common/io/strplumb.c +++ b/usr/src/uts/common/io/strplumb.c @@ -71,6 +71,7 @@ #include <sys/ddi_implfuncs.h> #include <sys/dld.h> +#include <sys/mac.h> /* * Debug Macros |