OpenSolaris

Printable Version Enter a New Search
Bug ID 6615686
Synopsis dl_attach(), as a utility function, should not prompt warnings on the console
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:streams
Keywords
Responsible Engineer Cathy Zhou
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_78
Fixed In snv_78
Release Fixed solaris_nevada(snv_78)
Related Bugs 6238277
Submit Date 11-October-2007
Last Update Date 21-November-2007
Description
During system boot, it shows a warning message:

"dl_attach: DL_ERROR_ACK bad PPA". But system works fine after that.

The problem is that softmac_mac_register() calls the dl_attach() function and
tries to determine whether the underlying driver support VLAN ppa hack. It is
perfect fine that if the driver cannot, but it is annoying to see the warning
message "dl_attach: DL_ERROR_ACK bad PPA"
Work Around
N/A
Comments
N/A