K 10 svn:author V 6 brooks K 8 svn:date V 27 2003-12-02T18:33:36.000000Z K 7 svn:log V 433 This is a direct commit to the vendor branch with code from the vendor. Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl) END