summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/softmac/softmac_ctl.c
diff options
context:
space:
mode:
authoryz147064 <none@none>2008-02-25 19:00:12 -0800
committeryz147064 <none@none>2008-02-25 19:00:12 -0800
commit8de9d09562aa1c2ecd5453f23d9eb21db41d9ee7 (patch)
treed09a89398653ca0bb696c098cf93acdb3ce81f45 /usr/src/uts/common/io/softmac/softmac_ctl.c
parentde860bd9529e1034e1666f74f7bc0ec8cd5ca701 (diff)
downloadillumos-joyent-8de9d09562aa1c2ecd5453f23d9eb21db41d9ee7.tar.gz
6664551 aggr doesn't hold reference to underlying devices
6664996 DR on SPARC-Enterprise Mx000 systems spews "rcm_daemon: IP: get_link_resource(sppp0) failed" 6666394 snv_83a NOTICE softmac: received DL_ERROR_ACK for DL_NOTIFY_REQ errno/unix_errno 0x7/0 6667074 potential core dump caused by uninitialized "iocp" variable when runing dladm remove/add-aggr
Diffstat (limited to 'usr/src/uts/common/io/softmac/softmac_ctl.c')
-rw-r--r--usr/src/uts/common/io/softmac/softmac_ctl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/uts/common/io/softmac/softmac_ctl.c b/usr/src/uts/common/io/softmac/softmac_ctl.c
index 33472bd303..b1b8cd4f42 100644
--- a/usr/src/uts/common/io/softmac/softmac_ctl.c
+++ b/usr/src/uts/common/io/softmac/softmac_ctl.c
@@ -287,11 +287,6 @@ softmac_rput_process_proto(queue_t *rq, mblk_t *mp)
if (len < DL_ERROR_ACK_SIZE)
goto runt;
- cmn_err(CE_NOTE, "softmac: received DL_ERROR_ACK for "
- "%s errno/unix_errno 0x%x/%d",
- dl_primstr(dlp->error_ack.dl_error_primitive),
- dlp->error_ack.dl_errno, dlp->error_ack.dl_unix_errno);
-
softmac_process_dlpi(slp, mp, DL_ERROR_ACK_SIZE,
dlp->error_ack.dl_error_primitive);
return;