Author: yongari
Date: Fri Dec  9 23:37:55 2011
New Revision: 228381
URL: http://svn.freebsd.org/changeset/base/228381

Log:
  FreeBSD driver does not require arpcom structure in softc.

Modified:
  head/sys/dev/et/if_etvar.h

Modified: head/sys/dev/et/if_etvar.h
==============================================================================
--- head/sys/dev/et/if_etvar.h  Fri Dec  9 23:26:28 2011        (r228380)
+++ head/sys/dev/et/if_etvar.h  Fri Dec  9 23:37:55 2011        (r228381)
@@ -290,7 +290,6 @@ struct et_softc {
        struct resource         *sc_irq_res;
        struct resource         *sc_mem_res;
 
-       struct arpcom           arpcom;
        int                     sc_if_flags;
        uint32_t                sc_flags;       /* ET_FLAG_ */
        int                     sc_expcap;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to