Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2011 23:37:55 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228381 - head/sys/dev/et
Message-ID:  <201112092337.pB9Nbtx0054693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112092337.pB9Nbtx0054693>