diff options
author | bm42561 <none@none> | 2007-01-15 19:07:15 -0800 |
---|---|---|
committer | bm42561 <none@none> | 2007-01-15 19:07:15 -0800 |
commit | f1a9a1f881e55d2d4a8ba89b25efea86686dc261 (patch) | |
tree | 979756efe035da017afeadc748bdc24af346e2ba | |
parent | 74e20cfe817b82802b16fac8690dadcda76f54f5 (diff) | |
download | illumos-gate-f1a9a1f881e55d2d4a8ba89b25efea86686dc261.tar.gz |
6503169 Warning: too many mappings from efcode interpreter when configuring a board
-rw-r--r-- | usr/src/lib/efcode/engine/mcookie.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/efcode/engine/mcookie.c b/usr/src/lib/efcode/engine/mcookie.c index 3921dc2e8c..7f25a321cd 100644 --- a/usr/src/lib/efcode/engine/mcookie.c +++ b/usr/src/lib/efcode/engine/mcookie.c @@ -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 |