Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2003 14:16:14 -0700 (PDT)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 39003 for review
Message-ID:  <200310012116.h91LGEnR041783@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=39003

Change 39003 by brooks@brooks_minya on 2003/10/01 14:15:19

	Move arpcom to the top of the softc where the networking code
	currently requires it to live.

Affected files ...

.. //depot/doc/strawman-driver.c#10 edit

Differences ...

==== //depot/doc/strawman-driver.c#10 (text+ko) ====

@@ -4,8 +4,8 @@
 
 struct foo_softc
 {
+	struct arpcom arpcom;		/* per-interface network data */
 	struct callout stat_ch;		/* stat callout */
-	struct arpcom arpcom;		/* per-interface network data */
 	struct resource *irq;		/* resource descriptor for interrupt */
 	void *ih;			/* interrupt handler cookie */
 	dev_t d;



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