changeset 3423:fd25d153620d

6503169 Warning: too many mappings from efcode interpreter when configuring a board
author bm42561
date Mon, 15 Jan 2007 19:07:15 -0800
parents 1eed0b2f418c
children f0ff4b8bcfe1
files usr/src/lib/efcode/engine/mcookie.c
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/efcode/engine/mcookie.c	Mon Jan 15 11:53:51 2007 -0800
+++ b/usr/src/lib/efcode/engine/mcookie.c	Mon Jan 15 19:07:15 2007 -0800
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -36,7 +35,7 @@
 
 #include <fcdriver/fcdriver.h>
 
-#define	MAX_MAPS	16
+#define	MAX_MAPS	256
 
 #define	MAP_IS_VALID		0x01