PERFORCE change 39003 for review

Brooks Davis brooks at FreeBSD.org
Wed Oct 1 14:16:16 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=39003

Change 39003 by brooks at 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;


More information about the p4-releng mailing list