Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 01:44:20 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12903 for review
Message-ID:  <200206140844.g5E8iKE13895@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12903

Change 12903 by rwatson@rwatson_paprika on 2002/06/14 01:43:22

	Diff reduce.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/pci/if_dc.c#12 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_mn.c#3 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_pcn.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_rl.c#9 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_sf.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_sis.c#10 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_sk.c#7 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_ste.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_ti.c#9 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_tl.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_vr.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_wb.c#6 edit
... //depot/projects/trustedbsd/mac/sys/pci/if_xl.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/pci/if_dc.c#12 (text+ko) ====

@@ -92,7 +92,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_mn.c#3 (text+ko) ====

@@ -37,7 +37,6 @@
 #include <sys/kernel.h>
 #include <sys/sysctl.h>
 #include <sys/bus.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/systm.h>
 #include <sys/malloc.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_pcn.c#6 (text+ko) ====

@@ -58,7 +58,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_rl.c#9 (text+ko) ====

@@ -86,7 +86,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_sf.c#6 (text+ko) ====

@@ -82,7 +82,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_sis.c#10 (text+ko) ====

@@ -60,7 +60,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_sk.c#7 (text+ko) ====

@@ -71,7 +71,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_ste.c#6 (text+ko) ====

@@ -35,7 +35,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_ti.c#9 (text+ko) ====

@@ -81,7 +81,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_tl.c#6 (text+ko) ====

@@ -181,7 +181,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_vr.c#6 (text+ko) ====

@@ -62,7 +62,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_wb.c#6 (text+ko) ====

@@ -88,7 +88,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

==== //depot/projects/trustedbsd/mac/sys/pci/if_xl.c#7 (text+ko) ====

@@ -103,7 +103,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>
-#include <sys/mac.h>
 #include <sys/mbuf.h>
 #include <sys/malloc.h>
 #include <sys/kernel.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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