Below is an update to the ES7000 Legacy Mappings patch.
-
This update only affects Unisys' ES7000 machines. The patch reflects a change
needed to determine which generation of ES7000 is currently running. The next
generation of E
Jason Davis <[EMAIL PROTECTED]> wrote:
>
> I'll be glad to revise the patch to include enumerated identifiers but would
> it be more acceptable to comment on the semantics of the es7000_plat var in
> the platform specific "es7000plat.c" file?
I suppose that would suit. It's not a huge issue..
-
See below.
On Mon, 14 Mar 2005, Andrew Morton wrote:
You triggered my trivia twitch.
Jason Davis <[EMAIL PROTECTED]> wrote:
- * ES7000 has no legacy identity mappings
+ * Older generations of ES7000 have no legacy identity mappings
*/
- if (es7000_plat)
+ if (es7000_plat && es7000_plat <
On 073, 03 14, 2005 at 06:05:54PM -0800, Andrew Morton wrote:
>
> You triggered my trivia twitch.
>
> Jason Davis <[EMAIL PROTECTED]> wrote:
> >
> > - * ES7000 has no legacy identity mappings
> > + * Older generations of ES7000 have no legacy identity mappings
> > */
> > - if (es7000
You triggered my trivia twitch.
Jason Davis <[EMAIL PROTECTED]> wrote:
>
> - * ES7000 has no legacy identity mappings
> + * Older generations of ES7000 have no legacy identity mappings
>*/
> -if (es7000_plat)
> +if (es7000_plat && es7000_plat < 2)
> retu
Hi -
This update only affects Unisys' ES7000 machines. The patch reflects a change
needed to determine which generation of ES7000 is currently running. The next
generation of ES7000s will have conventional legacy support so the patch
accommodates for this. This patch has been tested and verified
6 matches
Mail list logo