svn commit: r228381 - head/sys/dev/et
Pyun YongHyeon
yongari at FreeBSD.org
Fri Dec 9 23:37:56 UTC 2011
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;
More information about the svn-src-all
mailing list