K 10 svn:author V 6 julian K 8 svn:date V 27 2005-01-10T23:01:35.000000Z K 7 svn:log V 312 MFC: Replace the static "qdat" structure with a per-instance softc field in all USB ethernet drivers. The qdat structure contains a pointer to the interface's struct ifnet and is used to process incoming packets, so simultaneous use of two similar devices caused crashes and confusion. PR: kern/59290 END