Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 04:18:39 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7956 for review
Message-ID:  <200203191218.g2JCIdD71729@freefall.freebsd.org>

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

Change 7956 by peter@peter_overcee on 2002/03/19 04:18:10

	IFC (warning fixes)

Affected files ...

... //depot/projects/ia64/sys/dev/ata/ata-all.c#8 integrate
... //depot/projects/ia64/sys/dev/ata/ata-raid.c#6 integrate
... //depot/projects/ia64/sys/ia64/ia64/pmap.c#10 integrate

Differences ...

==== //depot/projects/ia64/sys/dev/ata/ata-all.c#8 (text+ko) ====

@@ -25,7 +25,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.138 2002/03/14 21:35:55 sos Exp $
+ * $FreeBSD: src/sys/dev/ata/ata-all.c,v 1.139 2002/03/19 12:14:13 peter Exp $
  */
 
 #include "opt_ata.h"
@@ -407,6 +407,7 @@
 	}
 #endif
 	default:
+	    break;
     }
     return ENOTTY;
 }
@@ -584,6 +585,7 @@
 		       intr_count, ch->active, ch->status);
     }
 #endif
+	break;
     }
     ch->active &= ATA_CONTROL;
     if (ch->active & ATA_CONTROL)

==== //depot/projects/ia64/sys/dev/ata/ata-raid.c#6 (text+ko) ====

@@ -25,7 +25,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $FreeBSD: src/sys/dev/ata/ata-raid.c,v 1.38 2002/03/16 15:55:20 sos Exp $
+ * $FreeBSD: src/sys/dev/ata/ata-raid.c,v 1.39 2002/03/19 12:14:14 peter Exp $
  */
 
 #include "opt_ata.h"
@@ -96,6 +96,7 @@
     case 0x4d33105a: case 0x4d38105a: case 0x4d30105a:
     case 0x0d30105a: case 0x4d68105a: case 0x6268105a:
     case 0x00041103: case 0x00051103: case 0x00081103:
+	break;
     }
     if (ar_table) {
 	for (array = 0; array < MAX_ARRAYS; array++) {
@@ -148,6 +149,7 @@
     case 0x4d33105a: case 0x4d38105a: case 0x4d30105a:
     case 0x0d30105a: case 0x4d68105a: case 0x6268105a:
     case 0x00041103: case 0x00051103: case 0x00081103:
+	break;
     }
     if (ar_table) {
 	for (array = 0; array < MAX_ARRAYS; array++) {

==== //depot/projects/ia64/sys/ia64/ia64/pmap.c#10 (text+ko) ====

@@ -43,7 +43,7 @@
  *	from:	@(#)pmap.c	7.7 (Berkeley)	5/12/91
  *	from:	i386 Id: pmap.c,v 1.193 1998/04/19 15:22:48 bde Exp
  *		with some ideas from NetBSD's alpha pmap
- * $FreeBSD: src/sys/ia64/ia64/pmap.c,v 1.47 2002/03/19 09:11:47 jeff Exp $
+ * $FreeBSD: src/sys/ia64/ia64/pmap.c,v 1.48 2002/03/19 12:15:29 peter Exp $
  */
 
 /*
@@ -229,7 +229,9 @@
 static struct vm_object pvzone_obj;
 static int pv_entry_count = 0, pv_entry_max = 0, pv_entry_high_water = 0;
 static int pmap_pagedaemon_waken = 0;
+#if 0
 static struct pv_entry *pvinit;
+#endif
 static struct pv_entry *pvbootentries;
 static int pvbootnext, pvbootmax;
 
@@ -238,7 +240,9 @@
  */
 static vm_zone_t ptezone;
 static struct vm_object ptezone_obj;
+#if 0
 static struct ia64_lpte *pteinit;
+#endif
 
 /*
  * VHPT instrumentation.

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?200203191218.g2JCIdD71729>