kerneltest/e32test/mmu/t_codepaging_dll2.cpp
author Tom Cosgrove <tom.cosgrove@nokia.com>
Fri, 28 May 2010 16:29:07 +0100
changeset 137 8aab599e3476
parent 0 a41df078684a
permissions -rw-r--r--
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h) Have multiple extension sections in the bld.inf, one for each version of the compiler. The RVCT version building the tools will build the runtime libraries for its version, but make sure we extract all the other versions from zip archives. Also add the archive for RVCT4.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     1
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     2
// All rights reserved.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     3
// This component and the accompanying materials are made available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     4
// under the terms of the License "Eclipse Public License v1.0"
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     5
// which accompanies this distribution, and is available
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     7
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     8
// Initial Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    10
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    11
// Contributors:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    12
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    13
// Description:
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    14
// e32test\mmu\t_codepaging_dll2.cpp
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    15
// 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    16
//
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    17
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    18
#include "t_codepaging_dll.h"
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    19
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    20
// 8 pages of pseudo-random data
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    21
const TUint TestData[] =
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    22
	{
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    23
	0x3eb71e8a, 0x5d607c61, 0x915cea4c, 0x84ed213b, 0xb67a255e, 0xd1b44d25, 0x41f09c40, 0xb628629f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    24
	0x354e4f72, 0xe7326829, 0x3b7f9374, 0x7cfda843, 0x14e630c6, 0xc6e4516d, 0x421d83e8, 0x3c251627, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    25
	0x3af39d5a, 0xa949ccf1, 0x405f619c, 0x0a67104b, 0x6b7ba92e, 0x7c9cdeb5, 0xd0cf6090, 0xe5803aaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    26
	0xb66aa842, 0x6d55cab9, 0xc4a0f4c4, 0x41457953, 0x14682e96, 0x54ef14fd, 0xdba4d238, 0x9707f037, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    27
	0x86eb102a, 0x52e98181, 0x217cecec, 0xd939035b, 0x4f8d60fe, 0x14101445, 0xa41078e0, 0xef4e56bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    28
	0x12a07512, 0x8bfc1149, 0x773fea14, 0x9de5ce63, 0xf900e066, 0x24d8fc8d, 0x39d8f488, 0x7f298e47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    29
	0x252a76fa, 0xa9689a11, 0x8fca8c3c, 0xef73fa6b, 0x0f8c4cce, 0x6d46edd5, 0x4598e530, 0x1233b6cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    30
	0x9e1cb5e2, 0x776e3bd9, 0x11117364, 0x530fa773, 0x0b2d4636, 0xb2fb081d, 0x233eead8, 0x074af057, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    31
	0xef7ed1ca, 0x6a3016a1, 0xff9d3f8c, 0x1368f57b, 0x03956c9e, 0x8fba6b65, 0x4c8da580, 0xb9115adf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    32
	0x6c4c6ab2, 0x9a354a69, 0x910a90b4, 0xf1340483, 0xa6aa6006, 0xf5ee37ad, 0x139bb528, 0xf66d1667, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    33
	0x66f5209a, 0x50e8f731, 0x4e8a06dc, 0xe3a8f48b, 0xff05c06e, 0x45238cf5, 0xad53b9d0, 0x8b0842ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    34
	0x1fdc9382, 0x251a3cf9, 0x87604204, 0xe903e593, 0x0a752dd6, 0xee8b8b3d, 0x8bf45378, 0xd7d10077, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    35
	0x83da636a, 0xa77c3bc1, 0x1365e22c, 0xe704f79b, 0x207a483e, 0xa97b5285, 0x09902220, 0x7b796eff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    36
	0xbaba3052, 0x9f261389, 0x65878754, 0x9b704aa3, 0x28caafa6, 0x37ec02cd, 0x628dc5c8, 0x0af7ae87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    37
	0x85bb9a3a, 0xd612e451, 0xee45d17c, 0x9c8dfeab, 0xa1d0040e, 0xbafabc15, 0x0027de70, 0xda05df0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    38
	0x6e124122, 0x75a1ce19, 0xce3560a4, 0x69aa33b3, 0x7727e576, 0x97689e5d, 0x12ed0c18, 0xd3a22097, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    39
	0xc365c50a, 0xf315f0e1, 0xd87ed4cc, 0x8b9509bb, 0xa823f3de, 0xea1ac9a5, 0x7d3feec0, 0x628e931f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    40
	0x6a51c5f2, 0x8c166ca9, 0xe55ecdf4, 0xc522a0c3, 0xbe49cf46, 0x8c9a5ded, 0x0dd72668, 0x69d156a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    41
	0x7ae5e3da, 0x532e6171, 0x74a5ec1c, 0x53ab18cb, 0x13d317ae, 0xa9947b35, 0x0a3d5310, 0x4d348b2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    42
	0xaf25bec2, 0xcc4cef39, 0xa038cf44, 0x3f8a91d3, 0xea2d6d16, 0xe15a417d, 0x095114b8, 0x09c650b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    43
	0xa188f6aa, 0x19453601, 0x5e90176c, 0xbca12bdb, 0x507a6f7e, 0xfe60d0c5, 0x1dc50b60, 0x5e58c73f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    44
	0xdb7b2b92, 0xb64e55c9, 0x15386494, 0x9ad306e3, 0xda0fbee6, 0x39c1490d, 0x509fd708, 0x04020ec7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    45
	0xb3dbfd7a, 0xc6836e91, 0x7b5256bc, 0xc68842eb, 0x24f6fb4e, 0x0fb8ca55, 0x6bbc17b0, 0xf69c474f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    46
	0xfd7f0c62, 0xf063a059, 0xcc128de4, 0xd92cfff3, 0x306dc4b6, 0xa428749d, 0x14486d58, 0xcd4590d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    47
	0x85abf84a, 0xca520b21, 0x4941aa0c, 0xb9b15dfb, 0x8365bb1e, 0xb71567e5, 0x35477800, 0x22e00b5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    48
	0x629e6132, 0xd715cee9, 0x0dbc4b34, 0x4d097d03, 0x23047e86, 0x2928c42d, 0xba0fd7a8, 0x0e91d6e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    49
	0x1205e71a, 0x125a0bb1, 0x2ff3115c, 0x36ad7d0b, 0x5923aeee, 0x102fa975, 0x98cc2c50, 0xac45136f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    50
	0x67862a02, 0x0d2de179, 0x346a9c84, 0xa9197e13, 0x4ad0ec56, 0x5b9b37bd, 0x2cfb15f8, 0xb527e0f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    51
	0x4b36c9ea, 0x9a847041, 0xd03b8cac, 0x464da01b, 0x5ecdd6be, 0x09008f05, 0xe1ef34a0, 0x282c5f7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    52
	0x482366d2, 0x0bb4d809, 0xfb9281d4, 0x104e0323, 0x74100e26, 0xe898cf4d, 0x2d4f2848, 0x0288af07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    53
	0xeacba0ba, 0xfcfa38d1, 0x54301bfc, 0x69a2c72b, 0xe841328e, 0xf1c11895, 0xd99590f0, 0x0836ef8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    54
	0xefa317a2, 0xb1f3b299, 0xcfe8fb24, 0x25d80c33, 0x6e3ee3f6, 0x277a8add, 0xa0910e98, 0x9c754117, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    55
	0x41916b8a, 0x02246561, 0xbf25bf4c, 0xa9fdf23b, 0xb49ac25e, 0x0cea4625, 0x15e44140, 0xaa45c39f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    56
	0xc8723c72, 0xd5737129, 0x1f630874, 0x1d289943, 0xdc1a6dc6, 0xa9d96a6d, 0xe185c8e8, 0x9cee9727, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    57
	0x07952a5a, 0x30abf5f1, 0x3db1769c, 0xa8f0214b, 0xbe37862e, 0x1f3517b5, 0x4a404590, 0x6879dbaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    58
	0x8c3dd542, 0xd1fd13b9, 0xa935a9c4, 0xc9f0aa53, 0x039fab96, 0xcb8e6dfd, 0x10325738, 0xa235b137, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    59
	0x2c23dd2a, 0x5d79ea81, 0x75a841ec, 0xb04a545b, 0x0ab47dfe, 0xff9a8d45, 0x974e9de0, 0xa93437bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    60
	0x13f2e212, 0x19999a49, 0xcdd5df14, 0xb0213f63, 0x9e0b9d66, 0x42b2958d, 0x61dbb988, 0xdecb8f47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    61
	0xa5ca83fa, 0x3bb74311, 0xd61f213c, 0xc21d8b6b, 0x7aeea9ce, 0x2753a6d5, 0xdaf44a30, 0xef15d7cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    62
	0x27be62e2, 0xc49204d9, 0xdef8a864, 0x13eb5873, 0xa7db4336, 0xaf9ee11d, 0x7106efd8, 0x29713157, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    63
	0x42561eca, 0xecccffa1, 0xe76b148c, 0xa8bac67b, 0x9b03099e, 0x41d96465, 0x00564a80, 0xe8ffbbdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    64
	0x4f0d57b2, 0x216f5369, 0x6f9305b4, 0x09bff583, 0x30cb9d06, 0x2cec50ad, 0x8d78fa28, 0x0d279767, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    65
	0x76d3ad9a, 0x90642031, 0x9b211bdc, 0x06b3058b, 0x724e9d6e, 0xbce4c5f5, 0x4fd99ed0, 0x8212e3ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    66
	0xa08cc082, 0x44fa85f9, 0xa3d9f704, 0x86501693, 0x2bd9aad6, 0xdf73e43d, 0x0c36d878, 0xd92fc177, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    67
	0x2f90306a, 0xd465a4c1, 0x9c16372c, 0x66d7489b, 0x536e653e, 0x586ecb85, 0xbf234720, 0xf1b04fff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    68
	0x92299d52, 0x9a3c9c89, 0x81427c54, 0x6e8cbba3, 0x3f426ca6, 0x864e9bcd, 0x97858ac8, 0xb10aaf87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    69
	0xa018a73a, 0x84fa8d51, 0x9e5f667c, 0x4c388fab, 0xac3f610e, 0xb6b07515, 0x41184370, 0xcb79000f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    70
	0xc910ee22, 0x727e9719, 0x3e8195a4, 0xa7a6e4b3, 0x9482e276, 0x0ad5775d, 0x7eea1118, 0x9c796197, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    71
	0x133a120a, 0x1c8bd9e1, 0xaf51a9cc, 0x4227dabb, 0xd5de90de, 0xec22c2a5, 0x15dd93c0, 0x0f4df41f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    72
	0xe9afb2f2, 0x954975a9, 0x938c42f4, 0x270f91c3, 0xa8580c46, 0x10a176ed, 0x07296b68, 0x977cd7a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    73
	0xbb0170da, 0x53c28a71, 0x8582011c, 0xec3629cb, 0xe4a8f4ae, 0x0f7eb435, 0x1ad83810, 0x39502c2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    74
	0x67b2ebc2, 0xd0663839, 0x09978444, 0x0277c2d3, 0x1abeea16, 0x858b9a7d, 0xba4899b8, 0xa25611b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    75
	0x80bbc3aa, 0xb1879f01, 0xd0c56c6c, 0x16347cdb, 0x783b8c7e, 0xc9bd49c5, 0x1aad3060, 0x51e0a83f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    76
	0x56079892, 0x87dddec9, 0x4b185994, 0x7fd077e3, 0x7ef47be6, 0x31ace20d, 0xb78c9c08, 0xd1860fc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    77
	0xd4f60a7a, 0x1b041791, 0x8a30ebbc, 0xc433d3eb, 0x8b73584e, 0xe6178355, 0x1d417cb0, 0xfda0684f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    78
	0x36dab962, 0x45f96959, 0x73c3c2e4, 0x254ab0f3, 0x2b75c1b6, 0x475e4d9d, 0x037a7258, 0x5dcdd1d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    79
	0x7f7d454a, 0x63a0f421, 0x44197f0c, 0x42852efb, 0x446d581e, 0xe20660e5, 0xb7ba1d00, 0x8d706c5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    80
	0xcb994e32, 0x4b41d7e9, 0x608ec034, 0xc9576e03, 0x09ffbb86, 0xf338dd2d, 0xd7d71ca8, 0xb42e57e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    81
	0x6f5e741a, 0xdd0734b1, 0x7a14265c, 0x35b98e0b, 0xc4868bee, 0x7d42e275, 0x5c7c1150, 0x0e71b46f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    82
	0xe4f05702, 0x1e802a79, 0xffae5184, 0xa2a7af13, 0x678f6956, 0xec1590bd, 0xf3a79af8, 0x85e8a1f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    83
	0x8ae696ea, 0xe71fd941, 0xe0f5e1ac, 0xaaa1f11b, 0xf85bf3be, 0x49c60805, 0xab2c59a0, 0x5a05407f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    84
	0x32ccd3d2, 0x1cbd6109, 0xa09776d4, 0x582c7423, 0xc461cb26, 0x030d684d, 0xeb30ed48, 0xd87db007, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    85
	0x7fa2adba, 0x8013e1d1, 0xb6d3b0fc, 0x264f582b, 0x67ca8f8e, 0x3bc8d195, 0xc0aff5f0, 0x25cc108f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    86
	0x145bc4a2, 0x09427b99, 0x43ff3024, 0x1116bd33, 0xa3f3e0f6, 0xb37963dd, 0x77f81398, 0x15ae8217, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    87
	0x925fb88a, 0xd44c4e61, 0x1302944c, 0xb612c33b, 0x05ef5f5e, 0x39c43f25, 0x872be640, 0x13a7249f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    88
	0x680a2972, 0x9d987a29, 0xebda7d74, 0x84d78a43, 0x5d02aac6, 0xb2f2836d, 0xc8c20de8, 0x1b7c1827, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    89
	0x6f2ab75a, 0xce721ef1, 0x36178b9c, 0xff7d324b, 0x0127632e, 0xac7150b5, 0x06052a90, 0xc1b77caf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    90
	0x5b850242, 0x19885cb9, 0xeb5e5ec4, 0x0b1fdb53, 0xe98b2896, 0x8151c6fd, 0xd193dc38, 0x4c277237, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    91
	0xf950aa2a, 0xa76e5381, 0xd9e796ec, 0x505fa55b, 0x930f9afe, 0x0ec90645, 0xb1e0c2e0, 0xda5e18bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    92
	0x3bb94f12, 0xd31b2349, 0x36ffd414, 0xabe0b063, 0xb6ca5a66, 0xf8b02e8d, 0x9bb27e88, 0x9e319047, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    93
	0x1b5e90fa, 0x7669ec11, 0x8187b63c, 0xaecb1c6b, 0xd08506ce, 0x7e045fd5, 0xbca3af30, 0x243bf8cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    94
	0x44d40fe2, 0xc699cdd9, 0xb473dd64, 0x2f4b0973, 0x753d4036, 0xdd66ba1d, 0x95a2f4d8, 0xac5b7257, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    95
	0x97216bca, 0xc0cde8a1, 0xc94ce98c, 0xe910977b, 0x79a4a69e, 0x499c5d65, 0x6572ef80, 0x92321cdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    96
	0x724244b2, 0x268d5c69, 0x8aaf7ab4, 0x2dcfe683, 0xe8a0da06, 0x6e0e69ad, 0xe32a3f28, 0xc5a61867, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    97
	0xd5a63a9a, 0x0a434931, 0xb6cc30dc, 0xa5c1168b, 0xc9cb7a6e, 0x8349fef5, 0x48b383d0, 0x536184ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    98
	0x4eb0ed82, 0xebbecef9, 0x71e7ac04, 0x20204793, 0xb7f227d6, 0xf3803d3d, 0xad4d5d78, 0xfd528277, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
    99
	0xb739fd6a, 0x64b30dc1, 0x08da8c2c, 0x73ad999b, 0x4796823e, 0x8f064485, 0xb00a6c20, 0xe32b30ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   100
	0xc40d0a52, 0x65372589, 0x03917154, 0x6f2d2ca3, 0x3d6e29a6, 0x50d534cd, 0x72514fc8, 0x3ae1b087, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   101
	0x6369b43a, 0x00463651, 0x878cfb7c, 0xd9e720ab, 0x94e2be0e, 0xb30a2e15, 0xe25ca870, 0x1930210f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   102
	0xeb839b22, 0xc83f6019, 0x0a61caa4, 0x842795b3, 0x5691df76, 0x9366505d, 0x55bb1618, 0x4a14a297, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   103
	0x19025f0a, 0xbb65c2e1, 0x54387ecc, 0x67beabbb, 0x3ecd2dde, 0xa7cebba5, 0x73cf38c0, 0x3951551f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   104
	0xdd819ff2, 0xc0607ea9, 0xd24db7f4, 0xd88082c3, 0x341a4946, 0x82cc8fed, 0x704fb068, 0xeaec58a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   105
	0xfe10fdda, 0xb2bab371, 0x3972161c, 0xc4c53acb, 0x8db2d1ae, 0x280ced35, 0x95c71d10, 0x03afcd2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   106
	0x81b418c2, 0xff638139, 0x788a3944, 0x05e8f3d3, 0x2a046716, 0x30e0f37d, 0x20141eb8, 0xe1a9d2b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   107
	0xefe290aa, 0xd12e0801, 0xfb0ec16c, 0xc0cbcddb, 0x5530a97e, 0x80bdc2c5, 0x66e95560, 0xc4ac893f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   108
	0x5f080592, 0xcd5167c9, 0x3b8c4e94, 0xd651e8e3, 0x7f8d38e6, 0x89bc7b0d, 0x584d6108, 0x06ce10c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   109
	0x5304177a, 0x5fe8c091, 0xa62380bc, 0x63e364eb, 0xc423b54e, 0x211a3c55, 0x431ae1b0, 0x64e8894f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   110
	0x6baa6662, 0x98733259, 0xcb08f7e4, 0x53ec61f3, 0x3f31beb6, 0xe3b8269d, 0xf1807758, 0x571a12d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   111
	0xe342924a, 0x9653dd21, 0xe105540c, 0xfe5cfffb, 0x34a8f51e, 0x2a9b59e5, 0x1380c200, 0x7944cd5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   112
	0xdd083b32, 0x8551e0e9, 0x97f53534, 0xd9295f03, 0x06aef886, 0x8f6cf62d, 0xf97261a8, 0x038ed8e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   113
	0x83ab011a, 0x2a185db1, 0x3b493b5c, 0x38c99f0b, 0xfc1d68ee, 0x00fa1b75, 0x9e7ff650, 0x52e2556f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   114
	0xf7ce8402, 0xfeb67379, 0x24860684, 0x20b9e013, 0xd701e656, 0x67b3e9bd, 0x03281ff8, 0x816d62f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   115
	0x0e8a63ea, 0xdf1f4241, 0x7dc436ac, 0x23fa421b, 0x3b1e10be, 0xda2f8105, 0xd7bd7ea0, 0x0f22217f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   116
	0xdfea40d2, 0x45a9ea09, 0x54306bd4, 0x558ee523, 0xe4678826, 0x61a6014d, 0x76e6b248, 0x9a36b107, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   117
	0x256dbaba, 0x17918ad1, 0xfa8b45fc, 0x48ffe92b, 0xad87ec8e, 0x4e748a95, 0x301e5af0, 0xa7a5318f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   118
	0x688871a2, 0x01754499, 0xbba96524, 0x22d96e33, 0x665cddf6, 0x1c9c3cdd, 0xe2331898, 0x7babc317, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   119
	0x0122058a, 0x63d83761, 0xdcf3694c, 0xb92b943b, 0x7a77fc5e, 0xe8423825, 0xe5c78b40, 0x024c859f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   120
	0xe4161672, 0xcfa18329, 0xf0e5f274, 0xc40a7b43, 0x679ee7c6, 0x722f9c6d, 0x47d252e8, 0xc7cd9927, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   121
	0x41b4445a, 0x129c47f1, 0x7991a09c, 0x1e0e434b, 0x044b402e, 0xb45189b5, 0x541e0f90, 0x01391daf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   122
	0xf4402f42, 0xd3f7a5b9, 0xdb1b13c4, 0x14d30c53, 0x962aa596, 0x06391ffd, 0x6fc96138, 0xa4dd3337, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   123
	0xbe71772a, 0xc0c6bc81, 0x9e3aebec, 0xc978f65b, 0xb89eb7fe, 0xd19b7f45, 0x43c6e7e0, 0x92cbf9bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   124
	0x59f3bc12, 0x4880ac49, 0x02bdc914, 0xa1242163, 0x133d1766, 0xd6d1c78d, 0x375d4388, 0xcd5b9147, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   125
	0x55e69dfa, 0xe9809511, 0xe2044b3c, 0xc57cad6b, 0xe04f63ce, 0x015918d5, 0x3aa71430, 0xc1a619cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   126
	0xc55dbce2, 0x0d8596d9, 0xe1831264, 0xb52eba73, 0x43533d36, 0xcc52931d, 0xe112f9d8, 0xa009b357, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   127
	0xbde0b8ca, 0x7632d1a1, 0xf542be8c, 0xe46a687b, 0x6f7a439e, 0x37035665, 0xcbe39480, 0xc4a87ddf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   128
	0xa5eb31b2, 0x398f6569, 0x325fefb4, 0x6d63d783, 0x9e2a1706, 0x495482ad, 0x64af8428, 0x2fe89967, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   129
	0x536cc79a, 0x4e867231, 0xf18b45dc, 0xd0d3278b, 0xd57c576e, 0x285337f5, 0xe7e168d0, 0x0ef425ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   130
	0xfa491a82, 0xa96717f9, 0x41896104, 0xc6747893, 0x7ebea4d6, 0xbab0963d, 0xbf37e278, 0x54394377, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   131
	0xead7ca6a, 0xe86476c1, 0xa9b2e12c, 0x1d87ea9b, 0xccf29f3e, 0xdd41bd85, 0x2c459120, 0x5fea11ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   132
	0x20647752, 0x9015ae89, 0x3c746654, 0xad519da3, 0xf34de6a6, 0x277fcdcd, 0x42f114c8, 0xb87cb187, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   133
	0x9faec13a, 0xd7f5df51, 0xf9ce907c, 0x5599b1ab, 0x2bba1b0e, 0x4007e715, 0x33f50d70, 0xd32b420f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   134
	0xa56a4822, 0x06e42919, 0x81d5ffa4, 0x0f2c46b3, 0x8d54dc76, 0xc11b295d, 0xe7601b18, 0xec73e397, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   135
	0xa4beac0a, 0x5fa3abe1, 0x173353cc, 0x0c597cbb, 0xb2efcade, 0xad1eb4a5, 0xe714ddc0, 0xf098b61f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   136
	0x15c78cf2, 0x9d5b87a9, 0xf1a32cf4, 0xe97573c3, 0x31908646, 0x731ba8ed, 0x9949f568, 0x741fd9a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   137
	0x14148ada, 0x0016dc71, 0xe0762b1c, 0xed584bcb, 0xdef0aeae, 0x833f2635, 0xcb0a0210, 0xbc536e2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   138
	0xcd2945c2, 0xe944ca39, 0x3d10ee44, 0x59de24d3, 0xe7fde416, 0x735a4c7d, 0x8ab3a3b8, 0xd7c193b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   139
	0xbefd5daa, 0x08387101, 0x2d6c166c, 0xcc671edb, 0xb759c67e, 0xb3623bc5, 0x52797a60, 0xc6bc6a3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   140
	0xc67c7292, 0x16a8f0c9, 0x36944394, 0xae5759e3, 0xabd9f5e6, 0xd1f0140d, 0x82e22608, 0xb3da11c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   141
	0xfe06247a, 0x25316991, 0x1f2a15bc, 0xb596f5eb, 0x9f08124e, 0x50c0f555, 0x2d4846b0, 0x3c74aa4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   142
	0x6bee1362, 0x77d0fb59, 0x21e22ce4, 0x751212f3, 0x3ba1bbb6, 0x0935ff9d, 0x2e5a7c58, 0xc92a53d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   143
	0x80fbdf4a, 0xf26ac621, 0x7005290c, 0xfd38d0fb, 0x2418921e, 0x20d452e5, 0x989b6700, 0xf65d2e5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   144
	0x66eb2832, 0x1545e9e9, 0x03efaa34, 0x8c7f5003, 0xe9123586, 0x8dc50f2d, 0x6ee1a6a8, 0x0cb359e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   145
	0x1eeb8e1a, 0x898d86b1, 0xc392505c, 0x4fddb00b, 0xcfe845ee, 0x2b555475, 0xaed7db50, 0x8996f66f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   146
	0x7020b102, 0x3dd0bc79, 0xf2f1bb84, 0x33501113, 0x69286356, 0x5e7642bd, 0xab7ca4f8, 0xb7b623f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   147
	0xa62230ea, 0x1282ab41, 0xf6a68bac, 0xc256931b, 0xf7142dbe, 0x4a3cfa05, 0xb7a2a3a0, 0x5783027f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   148
	0x1f7badd2, 0x167a7309, 0x665d60d4, 0x18755623, 0xa4214526, 0x94629a4d, 0x20707748, 0x57b3b207, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   149
	0xac2cc7ba, 0x537333d1, 0x6f56dafc, 0xe1b47a2b, 0x8979498e, 0xb9c44395, 0x77e0bff0, 0x9dc2528f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   150
	0xbc291ea2, 0x2a8c0d99, 0x86e79a24, 0x6b201f33, 0x8579daf6, 0xf2e315dd, 0x2f421d98, 0xde6d0417, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   151
	0x5dd8528a, 0x40c82061, 0x6cf83e4c, 0xc348653b, 0xe234995e, 0xa8643125, 0x81b73040, 0x8635e69f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   152
	0x0c960372, 0xfb8e8c29, 0x7e856774, 0xeac16c43, 0xcbef24c6, 0x7790b56d, 0xaeb697e8, 0xb1e31a27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   153
	0x4f31d15a, 0x8d2a70f1, 0x581fb59c, 0x14a3544b, 0x97a31d2e, 0xc6d5c2b5, 0x848af490, 0x36febeaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   154
	0x266f5c42, 0x914aeeb9, 0xc86bc8c4, 0xf70a3d53, 0xd97e2296, 0xea4478fd, 0x3ad2e638, 0xbc56f437, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   155
	0x4b86442a, 0x39832581, 0x12a240ec, 0x2b96475b, 0x4b61d4fe, 0xd811f845, 0x9d010ce0, 0xe27ddabf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   156
	0x3ea22912, 0x09ca3549, 0x810fbe14, 0x9feb9263, 0x8363d466, 0x6d17608d, 0x84dc0888, 0x7c499247, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   157
	0x2562aafa, 0x24fb3e11, 0x4794e03c, 0x16323e6b, 0x7a4dc0ce, 0x4151d1d5, 0xa4fe7930, 0xd7543acf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   158
	0x795b69e2, 0x29555fd9, 0xb6264764, 0xb5966b73, 0xe21d3a36, 0x0c626c1d, 0xa356fed8, 0x147bf457, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   159
	0x869405ca, 0x9cfbbaa1, 0xbb4c938c, 0xaac8397b, 0x4c83e09e, 0x9a0e4f65, 0x83a83980, 0x9062dedf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   160
	0xba081eb2, 0xea756e69, 0xb6a464b4, 0xd87bc883, 0x21675406, 0x4ebe9bad, 0x6208c928, 0x5bef1a67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   161
	0xc027549a, 0xed2d9b31, 0x9b5e5adc, 0x97e9388b, 0x6561346e, 0x3c0070f5, 0x7d634dd0, 0xc4cac6ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   162
	0x73554782, 0x0df360f9, 0x62bf1604, 0x894ca993, 0x503f21d6, 0xc504ef3d, 0x91f66778, 0xede40477, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   163
	0x9a69976a, 0xef79dfc1, 0xce9f362c, 0x74663b9b, 0xb382bc3e, 0xd3213685, 0x83d4b620, 0x77ecf2ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   164
	0x772fe452, 0xaad83789, 0x7beb5b54, 0x38fa0ea3, 0x30e1a3a6, 0x9a4e66cd, 0x5964d9c8, 0x39dbb287, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   165
	0x24e7ce3a, 0x9c098851, 0x4524257c, 0xcf5042ab, 0x40c5780e, 0xeda9a015, 0x85e17270, 0x096a630f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   166
	0xc6c4f522, 0xbe6cf219, 0xf4de34a4, 0x58b4f7b3, 0x08cbd976, 0x23f4025d, 0x83d92018, 0x93972497, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   167
	0x866ef90a, 0x994594e1, 0x484228cc, 0x3ff84dbb, 0x024667de, 0x8c12ada5, 0xbfae82c0, 0x4524171f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   168
	0x628179f2, 0xbc3a90a9, 0x418ca1f4, 0x69ee64c3, 0x70bac346, 0x718ec1ed, 0xd2183a68, 0x43175aa7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   169
	0xcd0c17da, 0xcbd70571, 0xca8e401c, 0x75ef5ccb, 0xa8628bae, 0xb1155f35, 0x0aa0e710, 0x733b0f2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   170
	0x1a1272c2, 0x1e0a1339, 0xa72ba344, 0x0e5755d3, 0x24ab6116, 0xdcf7a57d, 0x4a2728b8, 0x949d54b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   171
	0xbe0c2aaa, 0xe6a6da01, 0xb7dd6b6c, 0x49066fdb, 0x6eb6e37e, 0xf1aab4c5, 0x2d5d9f60, 0x68104b3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   172
	0x5c64df92, 0xf3e479c9, 0x8c303894, 0x17e0cae3, 0xd3dab2e6, 0x9a47ad0d, 0x874aeb08, 0xe8aa12c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   173
	0xa5fc317a, 0xfade1291, 0x4544aabc, 0xc94e86eb, 0xec206f4e, 0x050bae55, 0x2bc9abb0, 0x9444cb4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   174
	0x07a5c062, 0x7412c459, 0xc84f61e4, 0x98bbc3f3, 0xf0c5b8b6, 0x47d7d89d, 0x0a088158, 0xc3fe94d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   175
	0x28a92c4a, 0x07e5af21, 0x4118fe0c, 0x4f18a1fb, 0xe2bc2f1e, 0x54b14be5, 0x970a0c00, 0x14b98f5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   176
	0x39421532, 0x8b1df2e9, 0xf47e1f34, 0xf3594103, 0x81297286, 0x7e41282d, 0x8824eba8, 0xdf9bdae7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   177
	0x11201b1a, 0x8b66afb1, 0x62ef655c, 0x8af5c10b, 0x0fe722ee, 0x8c548d75, 0xdd83c050, 0xc28f976f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   178
	0x1de6de02, 0x6bcf0579, 0xbaf17084, 0xea6a4213, 0xee02e056, 0x605c9bbd, 0x3ca529f8, 0x38c2e4f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   179
	0x21adfdea, 0x114a1441, 0x9b9ce0ac, 0x95b6e41b, 0xfc3e4abe, 0x29ee7305, 0x9adbc8a0, 0x4327e37f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   180
	0xc1811ad2, 0x1f2efc09, 0x271e55d4, 0xb0dfc723, 0xd38f0226, 0x2b43334d, 0x37ce3c48, 0x20f4b307, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   181
	0xe3dfd4ba, 0xc3b8dcd1, 0x65366ffc, 0x006d0b2b, 0xcb9ea68e, 0x0db7fc95, 0xe7f724f0, 0x1823738f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   182
	0xdf3dcba2, 0x1486d699, 0xf5b9cf24, 0xf9ead033, 0xd14ad7f6, 0xc64deedd, 0xaf252298, 0x4df24517, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   183
	0x78829f8a, 0xfb1c0961, 0x1311134c, 0xe469363b, 0x0d25365e, 0x0a2a2a25, 0xaafad540, 0xaf63479f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   184
	0xb189f072, 0xb15f9529, 0xe4b8dc74, 0x08fc5d43, 0x59f361c6, 0x5315ce6d, 0x4d6edce8, 0xe9bc9b27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   185
	0x67a35e5a, 0xce1c99f1, 0x21c1ca9c, 0xf33c654b, 0x8b2efa2e, 0x73fdfbb5, 0xe74bd990, 0x73085faf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   186
	0xc2128942, 0xe18237b9, 0x03507dc4, 0xc1c56e53, 0x83859f96, 0xbd73d1fd, 0x82b06b38, 0xa294b537, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   187
	0x708f112a, 0xa1a38e81, 0x871d95ec, 0x86b7985b, 0x1b58f1fe, 0xb22c7145, 0x0d8f31e0, 0xd973bbbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   188
	0xb9c49612, 0xa6f7be49, 0x01f5b314, 0xb8370363, 0xd73e9166, 0x4b80f98d, 0xd42ecd88, 0xbafb9347, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   189
	0x59d2b7fa, 0xb8d9e711, 0x0239753c, 0xb0ebcf6b, 0x6e801dce, 0xcdee8ad5, 0x4ba9de30, 0x75465bcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   190
	0x30cd16e2, 0xaa0928d9, 0x825d7c64, 0x40821c73, 0x219b3736, 0x2d96451d, 0x2c6f03d8, 0x19b23557, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   191
	0xc13b52ca, 0xc528a3a1, 0x6b6a688c, 0x4c2a0a7b, 0xe0c17d9e, 0x02bd4865, 0xdcc0de80, 0x05613fdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   192
	0x7e990bb2, 0xc93f7769, 0x677cd9b4, 0x7f17b983, 0x42589106, 0x0e4cb4ad, 0x2b360e28, 0x59b99b67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   193
	0xebd5e19a, 0x7638c431, 0x04456fdc, 0x0b03498b, 0x497a116e, 0x4e51a9f5, 0x593932d0, 0x84e567ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   194
	0x89d57482, 0xa963a9f9, 0x2588cb04, 0x78a8da93, 0xfc739ed6, 0xa27d483d, 0x7588ec78, 0xda52c577, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   195
	0x95ef646a, 0x09f348c1, 0xc79f8b2c, 0x88488c9b, 0xcb46d93e, 0x00a4af85, 0x06b7db20, 0x3b33d3ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   196
	0x986f5152, 0x457ec089, 0x11f65054, 0x22267fa3, 0xc62960a6, 0x3940ffcd, 0x05ac9ec8, 0xcefeb387, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   197
	0xc314db3a, 0xdc813151, 0xb98dba7c, 0x570ad3ab, 0xa404d50e, 0x4bef5915, 0x2821d770, 0xcbed840f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   198
	0x1f93a222, 0x7ed9bb19, 0xb37a69a4, 0x70c1a8b3, 0x98f6d676, 0x4bf0db5d, 0x7b262518, 0x4f7e6597, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   199
	0x8e13460a, 0xf84b7de1, 0x3764fdcc, 0x129b1ebb, 0xfcd104de, 0xd4aaa6a5, 0x4d9c27c0, 0x46f3781f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   200
	0x93af66f2, 0xacfd99a9, 0x120a16f4, 0x69eb55c3, 0xc1990046, 0x0e25daed, 0x6aba7f68, 0x67d2dba7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   201
	0xf8f7a4da, 0xa5fb2e71, 0x47ba551c, 0x6e8a6dcb, 0xba0868ae, 0x418f9835, 0xa48bcc10, 0x3866b02f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   202
	0x386f9fc2, 0x2db35c39, 0x06da5844, 0x335486d3, 0xb00cde16, 0xfdb8fe7d, 0xae6eadb8, 0x283d15b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   203
	0xbd0ef7aa, 0xfc794301, 0xea62c06c, 0x46a9c0db, 0x4b48007e, 0xcb972dc5, 0x4795c460, 0xb8a82c3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   204
	0xf0c14c92, 0xf50402c9, 0x8c602d94, 0x22ee3be3, 0xc78f6fe6, 0x72c3460d, 0xb587b008, 0xb53e13c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   205
	0x1ae63e7a, 0x70eebb91, 0x68733fbc, 0xaf0a17eb, 0x7b6ccc4e, 0xcdfa6755, 0x8e9f10b0, 0x7c58ec4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   206
	0x0ed16d62, 0x1d388d59, 0x0e5096e4, 0xcee974f3, 0x2e9db5b6, 0x2f9db19d, 0xd48a8658, 0x5796d5d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   207
	0xaa4a794a, 0x66c49821, 0xa440d30c, 0x03fc72fb, 0x4093cc1e, 0x563244e5, 0x5eccb100, 0xe459f05f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   208
	0x240d0232, 0x76d9fbe9, 0xb9a09434, 0x1db73203, 0x9ef4af86, 0xf0e1412d, 0x953c30a8, 0x8c485be7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   209
	0x2a48a81a, 0xbfa3d8b1, 0x69607a5c, 0xfa11d20b, 0x8c19ffee, 0xb3f7c675, 0x7a83a550, 0x0dcc386f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   210
	0xd1210b02, 0x18b14e79, 0xcc852584, 0x56087313, 0x35915d56, 0xfd66f4bd, 0x06a1aef8, 0x1493a5f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   211
	0x512dcaea, 0x6b757d41, 0xbca735ac, 0xae1b351b, 0x1a9c67be, 0x0943ec05, 0xd168eda0, 0xe210c47f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   212
	0x95fa87d2, 0xefc78509, 0xe6734ad4, 0x2ece3823, 0x42b0bf26, 0xb647cc4d, 0x0d000148, 0x05f9b407, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   213
	0x9c86e1ba, 0xf86285d1, 0x2c2a04fc, 0xb5299c2b, 0x43f8038e, 0xda4fb595, 0xd06189f0, 0x26c8948f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   214
	0xa1c678a2, 0x4f659f99, 0x58200424, 0xdf398133, 0x19cfd4f6, 0x26dcc7dd, 0xb1dc2798, 0xda3b8617, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   215
	0x2120ec8a, 0x22d3f261, 0x1f3de84c, 0x2c8e073b, 0xcb49d35e, 0x9d942325, 0xb1927a40, 0x8dd4a89f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   216
	0xa2f1dd72, 0x81149e29, 0x73805174, 0x2ebb4e43, 0xe1ab9ec6, 0x94bee76d, 0x73fb21e8, 0x7f5a1c27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   217
	0x5b08eb5a, 0x6572c2f1, 0x2677df9c, 0xc9d9764b, 0xaeeed72e, 0x4bca34b5, 0xcc60be90, 0xc55600af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   218
	0x9729b642, 0x549d80b9, 0xdbc932c4, 0x85049f53, 0x64411c96, 0x0fc72afd, 0x9761f038, 0x67967637, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   219
	0xfd8bde2a, 0x8927f781, 0x4baceaec, 0xeadce95b, 0xf8840efe, 0xefeaea45, 0xe57156e0, 0x87ad9cbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   220
	0x9b5b0312, 0xb0094749, 0xd56fa814, 0xfa067463, 0xdecd4e66, 0x020e928d, 0x75559288, 0x99719447, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   221
	0xc336c4fa, 0x351c9011, 0x61f20a3c, 0xa5a9606b, 0x8ce67ace, 0x372f43d5, 0x7ea94330, 0xab7c7ccf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   222
	0xbbb2c3e2, 0x1fa0f1d9, 0x9628b164, 0x65f1cd73, 0xd1cd3436, 0xbfee1e1d, 0xcc5b08d8, 0xbfac7657, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   223
	0x3dd69fca, 0x7eb98ca1, 0x559c3d8c, 0xd88fdb7b, 0xfc331a9e, 0x01104165, 0x272d8380, 0x33a3a0df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   224
	0xc39df8b2, 0x65ed8069, 0x94e94eb4, 0x7137aa83, 0xd0fdce06, 0x17fecdad, 0x10375328, 0x39481c67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   225
	0xa6786e9a, 0x79a7ed31, 0x7c4084dc, 0x3a215a8b, 0x51c6ee6e, 0xef46e2f5, 0xcb6317d0, 0x5f4408ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   226
	0x0dc9a182, 0x0bb7f2f9, 0xd9e68004, 0xa4890b93, 0x535c1bd6, 0xe319a13d, 0xb9ef7178, 0x29858677, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   227
	0xad69316a, 0xc7d0b1c1, 0xe4b3e02c, 0x692edd9b, 0xe43ef63e, 0xf5cc2885, 0x04ef0020, 0xb9beb4ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   228
	0x5422be52, 0xf0094989, 0x4e954554, 0x78d6f0a3, 0x83251da6, 0x945798cd, 0x97c863c8, 0x87e5b487, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   229
	0x4a35e83a, 0x295cda51, 0xa70b4f7c, 0xfcc964ab, 0x2578320e, 0xead91215, 0x6ab63c70, 0x2ab4a50f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   230
	0x7fd64f22, 0xd82a8419, 0x0daa9ea4, 0x675259b3, 0x0dd5d376, 0xc911b45d, 0x1d472a18, 0x3029a697, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   231
	0x8bab930a, 0x0cb566e1, 0x349bd2cc, 0x9441efbb, 0x728fa1de, 0x16e69fa5, 0xe0ddccc0, 0x0606d91f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   232
	0x795153f2, 0xffa4a2a9, 0xb31b8bf4, 0xf96c46c3, 0xf42b3d46, 0xd8e0f3ed, 0xb330c468, 0xf2525ca7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   233
	0x67d731da, 0x1e835771, 0xa7fa6a1c, 0xe7297ecb, 0xe3e245ae, 0xc4add135, 0xe8cab110, 0x1bd6512f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   234
	0xf840ccc2, 0xa840a539, 0xac1d0d44, 0xd8d5b7d3, 0x5a225b16, 0x659e577d, 0x078a32b8, 0xa2a0d6b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   235
	0x8c05c4aa, 0xd9afac01, 0x14fc156c, 0xd55111db, 0x1d0d1d7e, 0xd127a6c5, 0xf121e960, 0xc8840d3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   236
	0x5391b992, 0xaa078bc9, 0x87242294, 0xdf7face3, 0x56f82ce6, 0xeb62df0d, 0x5d987508, 0x299614c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   237
	0x2cc44b7a, 0x17636491, 0xd8b5d4bc, 0x76c9a8eb, 0x1ced294e, 0x3b8d2055, 0xa5c875b0, 0x04b10d4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   238
	0x51711a62, 0x03425659, 0x43e5cbe4, 0x279b25f3, 0xc529b2b6, 0x50878a9d, 0xdde08b58, 0x93f316d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   239
	0xd5dfc64a, 0x9f078121, 0xe97ca80c, 0x2be443fb, 0x0d9f691e, 0xb5573de5, 0x3fe35600, 0x753e515f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   240
	0xf74bef32, 0x687a04e9, 0xa3570934, 0x1b992303, 0x1273ec86, 0x75a55a2d, 0xe62775a8, 0x22b8dce7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   241
	0x3a65351a, 0xb64501b1, 0x26e58f5c, 0xad31e30b, 0x1480dcee, 0x323eff75, 0xd5d78a50, 0x7b4cd96f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   242
	0x59cf3802, 0xd4779779, 0x77acda84, 0x862aa413, 0x0fd3da56, 0xc5954dbd, 0x597233f8, 0x5b2866f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   243
	0x04a197ea, 0xb104e641, 0xa9c58aac, 0x1b83861b, 0x222e84be, 0x783d6505, 0xab4a12a0, 0x443da57f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   244
	0x6ce7f4d2, 0x18440e09, 0xf45c3fd4, 0xa240a923, 0xc1867c26, 0xc570654d, 0xf005c648, 0x16c2b507, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   245
	0xa621eeba, 0x81702ed1, 0x143199fc, 0x0fea2d2b, 0xc285608e, 0xaf8b6e95, 0x811feef0, 0xd9b1b58f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   246
	0xd3c325a2, 0x6b286899, 0xfe1a3924, 0x2b0c3233, 0x2f08d1f6, 0xa48fa0dd, 0x87672c98, 0x9348c717, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   247
	0x27b3398a, 0x47efdb61, 0xe17ebd4c, 0xabb6d83b, 0xeca2705e, 0xf2a21c25, 0xe57e1f40, 0x318a099f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   248
	0xb0cdca72, 0xfaada729, 0x7adbc674, 0x6bfe3f43, 0x3317dbc6, 0xcc8c006d, 0x725b66e8, 0x82bb9d27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   249
	0xf962785a, 0xe32cebf1, 0xb641f49c, 0xa87a874b, 0xd2e2b42e, 0xde3a6db5, 0x83c9a390, 0x3de7a1af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   250
	0x75b4e342, 0x7a9cc9b9, 0xa1d5e7c4, 0x50c7d053, 0x4bb09996, 0x713e83fd, 0xc8e77538, 0x1b5c3737, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   251
	0xc27cab2a, 0x80106081, 0xb0503fec, 0x68063a5b, 0xb2e32bfe, 0x214d6345, 0x74a77be0, 0xfd2b7dbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   252
	0xb3657012, 0xb4fed049, 0x4b7d9d14, 0x7559e563, 0x6a100b66, 0x20c02b8d, 0xb8505788, 0x27ab9547, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   253
	0x318ed1fa, 0x29c33911, 0xb6be9f3c, 0x046af16b, 0xa580d7ce, 0x0d13fcd5, 0x8dfca830, 0x89f69dcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   254
	0xea0c70e2, 0x1a1cbad9, 0x4187e664, 0x35e57e73, 0xc2b33136, 0x5369f71d, 0xd31b0dd8, 0x166ab757, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   255
	0xcc65ecca, 0x59ae75a1, 0xc9e2128c, 0x5ff9ac7b, 0x6ed8b79e, 0x25073a65, 0xb2ee2880, 0x2b2a01df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   256
	0x5916e5b2, 0x507f8969, 0x8ee9c3b4, 0xbedb9b83, 0x9d570b06, 0xfbd4e6ad, 0x610c9828, 0x0a9a9d67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   257
	0xc00efb9a, 0x877b1631, 0x534f99dc, 0x35436b8b, 0x4e47cb6e, 0xaee01bf5, 0x23e0fcd0, 0x63e6a9ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   258
	0xcf31ce82, 0xc4f03bf9, 0xcfd83504, 0x1ced3c93, 0x24f898d6, 0x16d9fa3d, 0xaf29f678, 0xeb7c4777, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   259
	0xb0d6fe6a, 0xb9121ac1, 0x75dc352c, 0x27192e9b, 0xce6b133e, 0x4297a185, 0xce7a2520, 0x038d95ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   260
	0x7a4a2b52, 0x3a77d289, 0x81c83a54, 0x4d0b61a3, 0x37d4daa6, 0x3b9231cd, 0x5fb828c8, 0x7490b587, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   261
	0x8a4af53a, 0x129c8351, 0x5d9ce47c, 0xd08bf5ab, 0x951f8f0e, 0x5a66cb15, 0x9d9ea170, 0x35bfc60f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   262
	0xb78cfc22, 0x5a5f4d19, 0x536ed3a4, 0x4c670ab3, 0x3768d076, 0x2b568d5d, 0xba3c2f18, 0x4598e797, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   263
	0x4f37e00a, 0x66834fe1, 0x8fe6a7cc, 0xd4ecc0bb, 0x33823ede, 0xe2c698a5, 0xc97371c0, 0x925e3a1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   264
	0xe36740f2, 0x442faba9, 0x74c100f4, 0x287137c3, 0xd8717a46, 0x61c00ced, 0xfb7b0968, 0xf295dda7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   265
	0xe9aabeda, 0xc56f8071, 0x3b4e7f1c, 0xefcc8fcb, 0xf5f022ae, 0xca700a35, 0x275d9610, 0x2d89f22f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   266
	0x2985f9c2, 0x1db1ee39, 0xe6f3c244, 0x0edae8d3, 0xf2ebd816, 0xa4a7b07d, 0xa579b7b8, 0x13c897b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   267
	0xfaf091aa, 0x0e4a1501, 0x87a96a6c, 0x04fc62db, 0xb4063a7e, 0x925c1fc5, 0x7a020e60, 0xa7a3ee3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   268
	0x54d62692, 0xa2ef14c9, 0xcc7c1794, 0x5d951de3, 0x5214e9e6, 0x9426780d, 0xcf7d3a08, 0x55b215c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   269
	0xab96587a, 0x7e3c0d91, 0xe60c69bc, 0x308d39eb, 0xa0a1864e, 0xddc3d955, 0xc145dab0, 0x3d4d2e4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   270
	0x9f84c762, 0xb6301f59, 0xb90f00e4, 0xb2d0d6f3, 0x8469afb6, 0x3a95639d, 0x760a9058, 0x891357d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   271
	0x7b69134a, 0x40ae6a21, 0x60cc7d0c, 0xd6d014fb, 0x19df061e, 0x022036e5, 0x8a4dfb00, 0xd766b25f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   272
	0x82fedc32, 0xeffe0de9, 0x01a17e34, 0xfcff1403, 0xaba72986, 0x9c8d732d, 0xcae6baa8, 0xb2ed5de7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   273
	0x1175c21a, 0xff4a2ab1, 0xeb7ea45c, 0xb455f40b, 0x791bb9ee, 0x972a3875, 0x3f7f6f50, 0x1b117a6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   274
	0x87f16502, 0x2f21e079, 0x0c688f84, 0x8ad0d513, 0x4cca5756, 0x48e7a6bd, 0x8516b8f8, 0x1c8127f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   275
	0x0c0964ea, 0x71f84f41, 0xb2f7dfac, 0xedefd71b, 0xe2f4a1be, 0x06dade05, 0x787f37a0, 0x79ae867f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   276
	0x164961d2, 0x28a49709, 0xa0d934d4, 0x1b371a23, 0x20103926, 0xe8bcfe4d, 0x30df8b48, 0x634fb607, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   277
	0xd0b0fbba, 0xeee1d7d1, 0x6d4d2efc, 0x20aebe2b, 0x1746bd8e, 0x1d6b2795, 0x4a3253f0, 0x40ded68f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   278
	0x4533d2a2, 0xf7cf3199, 0x37a86e24, 0xed62e333, 0xe0f5cef6, 0xcf6679dd, 0x7fc63198, 0x891a0817, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   279
	0x5c39868a, 0xfa6fc461, 0xa9d3924c, 0x71e3a93b, 0x412f0d5e, 0x99541525, 0x96bdc440, 0xaa836a9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   280
	0xab1db772, 0xae2ab029, 0x4acb3b74, 0xd0c53043, 0x1e3818c6, 0x8a7d196d, 0x988fabe8, 0x03e11e27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   281
	0x12b0055a, 0xd74b14f1, 0x2120099c, 0x9f1f984b, 0xc70a912e, 0xbb4ea6b5, 0x5d868890, 0xecbd42af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   282
	0x2db41042, 0xe38012b9, 0xa5769cc4, 0x350f0153, 0x09d41696, 0x71d9dcfd, 0x6740fa38, 0xcde5f837, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   283
	0x8f61782a, 0x165cc981, 0x050794ec, 0x0e338b5b, 0x1a7648fe, 0xd653dc45, 0x0b31a0e0, 0x49ed5ebf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   284
	0xd1e3dd12, 0x45d85949, 0xb41f9214, 0x3a315663, 0x4906c866, 0x3795c48d, 0xed1f1c88, 0x75a99647, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   285
	0x74dadefa, 0x26cde211, 0x509f343c, 0xdd30826b, 0x884f34ce, 0xdf9cb5d5, 0xc9a40d30, 0x20b4becf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   286
	0x8bda1de2, 0x297c83d9, 0xd47b1b64, 0xc05d2f73, 0xc44d2e36, 0x7809d01d, 0x90af12d8, 0x2decf857, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   287
	0x3ce939ca, 0xe6075ea1, 0x183be78c, 0xf2677d7b, 0x08b2549e, 0xfea23365, 0xd002cd80, 0xfbf462df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   288
	0x0f03d2b2, 0x18f59269, 0xa57e38b4, 0x78038c83, 0x77644806, 0x49ceffad, 0x6db5dd28, 0xddb11e67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   289
	0x0899889a, 0x2fb23f31, 0xd972aedc, 0x0c697c8b, 0x0efca86e, 0x1d1d54f5, 0xb2b2e1d0, 0xa2cd4aef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   290
	0x9e0dfb82, 0x650c84f9, 0x575dea04, 0xf1d56d93, 0x414915d6, 0xcdbe533d, 0xa5387b78, 0x30370877, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   291
	0x7038cb6a, 0x6db783c1, 0xcb188a2c, 0xd2077f9b, 0x59cb303e, 0x77071a85, 0xb3594a20, 0x28a076ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   292
	0xdae59852, 0xb4ca5b89, 0xfb8f2f54, 0xaec3d2a3, 0xb43897a6, 0xbef0cacd, 0xad7bedc8, 0xa4ffb687, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   293
	0x5354023a, 0x28402c51, 0x2d42797c, 0xe25286ab, 0xc2faec0e, 0x2a988415, 0x10db0670, 0xfd0ee70f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   294
	0x96b7a922, 0x95781619, 0xd4c708a4, 0x2fffbbb3, 0xe5afcd76, 0x02bf665d, 0xa2053418, 0x9fcc2897, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   295
	0xa8b82d0a, 0x95b538e1, 0x99457ccc, 0xe49b91bb, 0x0fa8dbde, 0xc84a91a5, 0x575d16c0, 0xfbf99b1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   296
	0xa1f12df2, 0x0a9eb4a9, 0xa6fa75f4, 0x06fa28c3, 0x3e6bb746, 0x38c325ed, 0x93994e68, 0x789d5ea7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   297
	0x4e724bda, 0x2abfa971, 0x51b6941c, 0x9873a0cb, 0xc031ffae, 0xe2d64335, 0xb0447b10, 0x7d81932f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   298
	0x9c3f26c2, 0x1e073739, 0x075e7744, 0xe56419d3, 0x4a695516, 0x4ad5097d, 0xd83d3cb8, 0x8bb458b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   299
	0xd9cf5eaa, 0x2a487e01, 0x926abf6c, 0xe5abb3db, 0xe033577e, 0x9f3498c5, 0x32363360, 0x6607cf3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   300
	0xc48e9392, 0x6fba9dc9, 0xac680c94, 0xad2e8ee3, 0x88e5a6e6, 0xfd0e110d, 0x5b35ff08, 0x499216c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   301
	0x675c657a, 0x3578b691, 0xe076febc, 0xec54caeb, 0xd689e34e, 0x449e9255, 0x31173fb0, 0x362d4f4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   302
	0xc90c7462, 0xc601e859, 0xbdcc35e4, 0x808a87f3, 0x3c5dacb6, 0x7dc73c9d, 0xed089558, 0x46f798d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   303
	0x6ae6604a, 0xdbb95321, 0x5a30520c, 0x14bfe5fb, 0x3552a31e, 0xcc8d2fe5, 0x8e0ca000, 0x1ad3135f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   304
	0x9725c932, 0x9d6616e9, 0x247ff334, 0xd1e90503, 0x3a8e6686, 0xf5998c2d, 0x9379ffa8, 0x4ce5dee7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   305
	0x7f7a4f1a, 0x2ab353b1, 0x072bb95c, 0x1f7e050b, 0x89ea96ee, 0x72b97175, 0x077b5450, 0xfd1a1b6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   306
	0x2b879202, 0xb8b02979, 0xdab84484, 0x73fb0613, 0xbc74d456, 0x175dffbd, 0xd98f3df8, 0x689de8f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   307
	0x376531ea, 0x3e4fb841, 0x283e34ac, 0x3560281b, 0x2ceebebe, 0x451c5705, 0x89085ca0, 0x9263677f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   308
	0x621eced2, 0xb0e92009, 0x3bea29d4, 0xa9b18b23, 0x2e4df626, 0xb02d974d, 0x1f8d5048, 0xfba0b707, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   309
	0xec3408ba, 0xd0b780d1, 0x877cc3fc, 0xf7774f2b, 0x123c1a8e, 0xb3eee095, 0x7b98b8f0, 0x6c4ff78f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   310
	0xc6187fa2, 0x8559fa99, 0x54caa324, 0x363d9433, 0xff96cbf6, 0x376152dd, 0xeaf93698, 0xcbaf4917, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   311
	0x8eb3d38a, 0xca53ad61, 0xc83c674c, 0x8f147a3b, 0x98efaa5e, 0x21aa0e25, 0x15516940, 0x08c0cb9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   312
	0x61e1a472, 0x2b8bb929, 0x334eb074, 0x6d102143, 0x730c55c6, 0x5e92326d, 0x3697f0e8, 0x12ca9f27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   313
	0x76f1925a, 0xd1cd3df1, 0xb7121e9c, 0xbdc8a94b, 0x5b666e2e, 0x7306dfb5, 0xa9976d90, 0xe1d6e3af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   314
	0x8f273d42, 0x1f475bb9, 0x36ab51c4, 0x41da3253, 0x6eab9396, 0xa19935fd, 0xc26e7f38, 0x8f33b937, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   315
	0x343a452a, 0xdc0d3281, 0x99d2e9ec, 0xed64dc5b, 0xff3d65fe, 0x9efe5545, 0xf90fc5e0, 0x7df33fbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   316
	0xc6d64a12, 0xf295e249, 0x5f558714, 0x588cc763, 0x4bb18566, 0xd68f5d8d, 0x63c1e188, 0x936b9747, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   317
	0x5d1aebfa, 0xbc3c8b11, 0x7f93c93c, 0x3ffa136b, 0x055191ce, 0x3ec96ed5, 0x819f7230, 0x7fb6dfcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   318
	0x711bcae2, 0xddc04cd9, 0x9f025064, 0x1558e073, 0xa69b2b36, 0xbdcda91d, 0x551717d8, 0x16333957, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   319
	0x5f6086ca, 0xb3c447a1, 0x90a9bc8c, 0x9fd94e7b, 0x99bff19e, 0x1de12c65, 0xce6b7280, 0xb602c3df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   320
	0xb564bfb2, 0x4f4f9b69, 0x28a6adb4, 0xacaf7d83, 0x2f258506, 0x91ed18ad, 0x86332228, 0xc28b9f67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   321
	0x5018159a, 0x024d6831, 0x5ea9c3dc, 0xcf938d8b, 0x63e5856e, 0xc9fe8df5, 0xc7d8c6d0, 0x2bf7ebef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   322
	0x4a5e2882, 0x7c0ccdf9, 0xc0779f04, 0x33419e93, 0x784d92d6, 0x97c6ac3d, 0xec1b0078, 0x07b5c977, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   323
	0xbb8e986a, 0x75c0ecc1, 0x3468df2c, 0x79f9d09b, 0x565f4d3e, 0x231a9385, 0x038c6f20, 0x38f757ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   324
	0x45f50552, 0xef00e489, 0x0bea2454, 0xae0043a3, 0xc85054a6, 0xae7363cd, 0xd113b2c8, 0x2932b787, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   325
	0x75510f3a, 0xfa47d551, 0x65fc0e7c, 0x421d17ab, 0x7f0a490e, 0xeb6e3d15, 0x146b6b70, 0x90a2080f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   326
	0xed565622, 0x1974df19, 0xe1b33da4, 0x221c6cb3, 0xe8aaca76, 0xdf4c3f5d, 0x24a23918, 0x4ec36997, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   327
	0x682c7a0a, 0x2a4b21e1, 0xa0b851cc, 0xd34e62bb, 0xd70378de, 0x57728aa5, 0xda9abbc0, 0x52d8fc1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   328
	0x84ef1af2, 0xe2f1bda9, 0x99c7eaf4, 0xa50719c3, 0xf619f446, 0xedea3eed, 0xcb8b9368, 0x9468dfa7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   329
	0x662dd8da, 0xde73d271, 0x3b32a91c, 0xf11eb1cb, 0x12a7dcae, 0x9de07c35, 0xd37f6010, 0x1bbd342f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   330
	0x206c53c2, 0x39408039, 0x5d5d2c44, 0x6c714ad3, 0x309ad216, 0xe826627d, 0xefd4c1b8, 0x1a6419b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   331
	0xf8a22baa, 0xbdaae701, 0x8540146c, 0x875f04db, 0x7194747e, 0x87b111c5, 0x69be5860, 0x13afb03f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   332
	0x72bb0092, 0xa06a26c9, 0x76e80194, 0xde4bffe3, 0xcb6a63e6, 0xb619aa0d, 0x50c2c408, 0x153617c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   333
	0x3016727a, 0xcd195f91, 0x17f593bc, 0xba205beb, 0x8ea6404e, 0x001d4b55, 0x453ca4b0, 0xff51704f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   334
	0x9e082162, 0xc2b7b159, 0xa21d6ae4, 0xa0c838f3, 0xbd05a9b6, 0xaa1d159d, 0x92da9a58, 0xdd9fd9d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   335
	0x7457ad4a, 0x00283c21, 0x25a8270c, 0xf5b3b6fb, 0x2ffa401e, 0xa49e28e5, 0x9b1f4500, 0x4f83745f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   336
	0x03c0b632, 0x00b21fe9, 0x5bf26834, 0xaa56f603, 0x8f29a386, 0x10c9a52d, 0x8fe144a8, 0x00a25fe7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   337
	0x5472dc1a, 0xc8807cb1, 0xc9ecce5c, 0xfeaa160b, 0x16ed73ee, 0x54ecaa75, 0x7dcb3950, 0x3166bc6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   338
	0x1491bf02, 0x01227279, 0x329bf984, 0x51a93713, 0x2ed35156, 0xc0f858bd, 0xa6dbc2f8, 0x4f7ea9f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   339
	0x56b4feea, 0xa60b2141, 0x599889ac, 0x01d4791b, 0xd01cdbbe, 0xc301d005, 0x2ce581a0, 0x9e5c487f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   340
	0x20683bd2, 0x4111a909, 0x158f1ed4, 0x5daffc23, 0xbc3fb326, 0xabc2304d, 0x0c0f1548, 0xefb5b807, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   341
	0xc8ab15ba, 0xb6f129d1, 0xb2c058fc, 0xa443e02b, 0x8365778e, 0x03169995, 0x65531df0, 0x6c05188f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   342
	0x26712ca2, 0xa3c8c399, 0xa580d824, 0x159c4533, 0x5aebc8f6, 0x6c802bdd, 0x19003b98, 0x6b088a17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   343
	0x8f22208a, 0x479b9661, 0x8cb93c4c, 0x13494b3b, 0xc3e4475e, 0x1ba40725, 0xb1390e40, 0x5c422c9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   344
	0xa5199172, 0x02d0c229, 0x84662574, 0x50df1243, 0x019492c6, 0xd8cb4b6d, 0x9c7435e8, 0xbf782027, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   345
	0xf6271f5a, 0x62b366f1, 0xc818339c, 0x1475ba4b, 0x5ff64b2e, 0x956318b5, 0xb7fc5290, 0x2d3484af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   346
	0x6a0e6a42, 0xbdf2a4b9, 0xa57406c4, 0x87296353, 0x4a371096, 0x907c8efd, 0x2a700438, 0x6f457a37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   347
	0x8107122a, 0x61219b81, 0xbeb23eec, 0x159a2d5b, 0x313882fe, 0x0b4cce45, 0x8e41eae0, 0xa93d20bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   348
	0x623cb712, 0x4b376b49, 0x9d1f7c14, 0xe06c3863, 0x42104266, 0x8dacf68d, 0x6c38a688, 0x90f19847, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   349
	0xba4ef8fa, 0x7a0f3411, 0x939c5e3c, 0x3cc7a46b, 0xec87eece, 0xba9a27d5, 0x05eed730, 0xb6fd00cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   350
	0x69d177e2, 0xc6e815d9, 0xf11d8564, 0x44d89173, 0x399d2836, 0xb4b5821d, 0x70531cd8, 0xdf3d7a57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   351
	0x03cbd3ca, 0x52e530a1, 0x832b918c, 0x784f1f7b, 0xf2018e9e, 0x12c42565, 0xfe281780, 0x695524df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   352
	0x1c39acb2, 0x838da469, 0x686322b4, 0x6cdf6e83, 0x949ac206, 0x642f31ad, 0xfa846728, 0xc92a2067, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   353
	0x668aa29a, 0x8f4c9131, 0x32f4d8dc, 0x8ec19e8b, 0x1d02626e, 0x4583c6f5, 0xb352abd0, 0x0f668cef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   354
	0xa4225582, 0x99f116f9, 0x5b255404, 0xf131cf93, 0x9a060fd6, 0x04f3053d, 0xd3d18578, 0x81f88a77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   355
	0x62d8656a, 0x612e55c1, 0x01cd342c, 0x2ef0219b, 0x94276a3e, 0xd6d20c85, 0x0f139420, 0x449238ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   356
	0x8b787252, 0x791b6d89, 0x02d91954, 0x5ac0b4a3, 0x441c11a6, 0x9a19fccd, 0x1a7f77c8, 0x1129b887, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   357
	0xc0421c3a, 0x18b37e51, 0x57c9a37c, 0xffeba8ab, 0x994da60e, 0x2ce7f615, 0xf84fd070, 0x0079290f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   358
	0x8b690322, 0x7655a819, 0xca3372a4, 0x32bd1db3, 0x1059c776, 0x50fd185d, 0x92133e18, 0x627eaa97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   359
	0x5d94c70a, 0xb4450ae1, 0xf63f26cc, 0xb10533bb, 0x599215de, 0x203e83a5, 0xa32c60c0, 0xa6fc5d1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   360
	0x5c6107f2, 0x5d28c6a9, 0x9d295ff4, 0x12980ac3, 0xcf7c3146, 0x113557ed, 0xf351d868, 0x55f860a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   361
	0x00dd65da, 0x708bfb71, 0x47c2be1c, 0x09cdc2cb, 0xbd51b9ae, 0x8b8eb535, 0xe10e4510, 0x183cd52f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   362
	0x860d80c2, 0xff5dc939, 0x38efe144, 0xb4027bd3, 0x75804f16, 0x0c9bbb7d, 0x3c4046b8, 0xcfd7dab7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   363
	0x2768f8aa, 0x58715001, 0xb029696c, 0xfa1655db, 0x3829917e, 0xdbd18ac5, 0x709a7d60, 0xc09b913f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   364
	0x2f5b6d92, 0xc4fdafc9, 0x7bfbf694, 0x00ed70e3, 0xe9a320e6, 0x4f49430d, 0x00238908, 0xc89e18c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   365
	0xd5c47f7a, 0xd51e0891, 0xdc8828bc, 0xa9efeceb, 0x98f69d4e, 0xa0400455, 0x4db609b0, 0xa8b9914f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   366
	0xee77ce62, 0x3c517a59, 0xb6029fe4, 0x2389e9f3, 0xd661a6b6, 0x4f96ee9d, 0xb7809f58, 0x5d0c1ad7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   367
	0x67bcfa4a, 0x3dfb2521, 0x1333fc0c, 0x89ab87fb, 0xd9d5dd1e, 0x1a5321e5, 0x0185ea00, 0x8577d55f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   368
	0x98cfa332, 0xa9e228e9, 0xf7f8dd34, 0x9648e703, 0x7978e086, 0x7e1dbe2d, 0x101c89a8, 0xde22e0e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   369
	0x605f691a, 0x68b1a5b1, 0x83c1e35c, 0x61da270b, 0xf02450ee, 0xcdc3e375, 0xf26f1e50, 0xc7f75d6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   370
	0x130fec02, 0x9878bb79, 0x6413ae84, 0x33db6813, 0x73e5ce56, 0xd5b6b1bd, 0x3cfc47f8, 0xe1236af7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   371
	0x39f8cbea, 0x392a8a41, 0x9706deac, 0x634cca1b, 0x9c7ef8be, 0x108b4905, 0xb416a6a0, 0xad99297f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   372
	0x2125a8d2, 0x691e3209, 0x7dc813d4, 0x47326d23, 0x99e57026, 0x6b7ac94d, 0x4664da48, 0x4f8eb907, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   373
	0x361622ba, 0x318ed2d1, 0x3f17edfc, 0x3714712b, 0x3ac2d48e, 0x9ae25295, 0x576182f0, 0x4ffe398f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   374
	0x363dd9a2, 0xe31b8c99, 0x79cb0d24, 0x9b7ef633, 0xc2f4c5f6, 0xfec304dd, 0x59db4098, 0x7725cb17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   375
	0x2d846d8a, 0x02477f61, 0x474a114c, 0x0e821c3b, 0x920ce45e, 0x17420025, 0xba74b340, 0xb5078d9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   376
	0x44c57e72, 0xc3f9cb29, 0x8e119a74, 0x8c320343, 0x99d0cfc6, 0x8928646d, 0x1a247ae8, 0x19e9a127, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   377
	0x6050ac5a, 0x19fd8ff1, 0xa432489c, 0xb326cb4b, 0xa4ba282e, 0xb26351b5, 0xd8b53790, 0xded625af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   378
	0x8e699742, 0x4f81edb9, 0x41d0bbc4, 0x14fc9453, 0x6c768d96, 0xce83e7fd, 0xef458938, 0x7e1b3b37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   379
	0x45c7df2a, 0x359a0481, 0xc3a593ec, 0x96d37e5b, 0x80679ffe, 0xab3f4745, 0x1ac80fe0, 0xdbcb01bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   380
	0x74172412, 0xdfbcf449, 0xbd7d7114, 0xe1cfa963, 0xfc22ff66, 0xecee8f8d, 0x56836b88, 0x7e3b9947, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   381
	0x5c7705fa, 0xf045dd11, 0xdcb8f33c, 0xe399356b, 0x0df24bce, 0xe30ee0d5, 0xa6923c30, 0xd68721cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   382
	0x45fb24e2, 0x74f3ded9, 0x1accba64, 0x5edc4273, 0x4d532536, 0xecc15b1d, 0x326321d8, 0x990bbb57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   383
	0xfa2b20ca, 0x536a19a1, 0x3fc1668c, 0x8bc8f07b, 0xe1772b9e, 0x6d4b1e65, 0xaf38bc80, 0x25eb85df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   384
	0x138299b2, 0x45afad69, 0xb4b397b4, 0xc8935f83, 0x77c3ff06, 0x50954aad, 0x1aa9ac28, 0x018ca167, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   385
	0x1bf12f9a, 0x66afba31, 0xa653eddc, 0x59f3af8b, 0x0a533f6e, 0x1facfff5, 0xc52090d0, 0x5d192def, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   386
	0x7b5a8282, 0x4eb95ff9, 0x77670904, 0x3ba60093, 0x76728cd6, 0xa5435e3d, 0xac5c0a78, 0xaeff4b77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   387
	0x3616326a, 0xbfffbec1, 0x8345892c, 0x00ea729b, 0xe323873e, 0x222d8585, 0x25eeb920, 0x5b7119ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   388
	0x7b6fdf52, 0xe319f689, 0x305c0e54, 0xc50525a3, 0xf79bcea6, 0x11e495cd, 0xd9bf3cc8, 0x6ce4b987, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   389
	0x0427293a, 0x13832751, 0x52ab387c, 0x2bbe39ab, 0xe1c5030e, 0x7f05af15, 0x0c883570, 0x5c944a0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   390
	0x40efb022, 0x3c1a7119, 0xde47a7a4, 0x71e1ceb3, 0x2cbcc476, 0xe7d1f15d, 0x3a584318, 0xeafdeb97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   391
	0x58f1140a, 0xc3a2f3e1, 0xe9d9fbcc, 0x8dc004bb, 0x6754b2de, 0xb2ae7ca5, 0x011205c0, 0x0863be1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   392
	0xf846f4f2, 0x0943cfa9, 0x011ed4f4, 0x5facfbc3, 0x9a926e46, 0x32a470ed, 0x5aec1d68, 0xcd4be1a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   393
	0xee80f2da, 0x71082471, 0xc766d31c, 0xf280d3cb, 0x902f96ae, 0x3be0ee35, 0x28f12a10, 0x8300762f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   394
	0x9d22adc2, 0x005f1239, 0xea169644, 0xcc17acd3, 0xe919cc16, 0x4835147d, 0x0d7fcbb8, 0xbc0f9bb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   395
	0x3623c5aa, 0x8a9bb901, 0x6326be6c, 0x4dd1a6db, 0x03f2ae7e, 0x2b9603c5, 0x96caa260, 0x7ccb723f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   396
	0xca6fda92, 0x6d7538c9, 0x0ba3eb94, 0x2512e1e3, 0xb38fdde6, 0x589cdc0d, 0xb9584e08, 0x73ca19c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   397
	0x28668c7a, 0xdd86b191, 0x7e2ebdbc, 0xcbc37deb, 0xc57afa4e, 0xb506bd55, 0x9a836eb0, 0x4265b24f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   398
	0x8a5b7b62, 0xc2cf4359, 0x497bd4e4, 0x18cf9af3, 0x5871a3b6, 0xfe34c79d, 0xaafaa458, 0xd53c5bd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   399
	0x1516474a, 0x25320e21, 0x72d3d10c, 0xe0a758fb, 0x02e57a1e, 0xbdac1ae5, 0x11408f00, 0xccb0365f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   400
	0x26529032, 0x28f631e9, 0x48935234, 0xa5bed803, 0xc97c1d86, 0xcd95d72d, 0x642bcea8, 0xf56761e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   401
	0x733ff61a, 0x9b46ceb1, 0x84aaf85c, 0x590e380b, 0xe58f2dee, 0x6d3f1c75, 0xb5670350, 0xd0cbfe6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   402
	0xf7021902, 0x0eb30479, 0xbf1f6384, 0x2a919913, 0x5bac4b56, 0xe5990abd, 0xebf0ccf8, 0x2d8c2bf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   403
	0xb13098ea, 0x87adf341, 0x308933ac, 0x69c91b1b, 0x621515be, 0xbdb8c205, 0x6e9bcba0, 0xd01a0a7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   404
	0x345715d2, 0xb90ebb09, 0xc49508d4, 0x7638de23, 0x973f2d26, 0x7f57624d, 0x1e8e9f48, 0x2b2bba07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   405
	0x04752fba, 0xd0907bd1, 0x7c8382fc, 0xbfe9022b, 0x0854318e, 0x0b520b95, 0xa1c3e7f0, 0x283b5a8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   406
	0xc57e86a2, 0xd3525599, 0x21a94224, 0xd7e5a733, 0x07b1c2f6, 0x7e29dddd, 0xfd8a4598, 0x00070c17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   407
	0x39daba8a, 0x8a576861, 0x47eee64c, 0x90beed3b, 0xd369815e, 0xa483f925, 0x81045840, 0x2310ee9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   408
	0x10e56b72, 0xff06d429, 0xa0510f74, 0x2f08f443, 0x0bc10cc6, 0xffa97d6d, 0xffa8bfe8, 0x321f2227, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   409
	0x856e395a, 0x87abb8f1, 0x9b605d9c, 0xa9dbdc4b, 0xf9b2052e, 0x5a078ab5, 0x5bc21c90, 0x06bbc6af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   410
	0xcc38c442, 0x63f536b9, 0x5bc170c4, 0xfb53c553, 0xa56a0a96, 0xebaf40fd, 0x60ef0e38, 0xcbb4fc37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   411
	0x527cac2a, 0xe9766d81, 0xf8ace8ec, 0x8110cf5b, 0xbccabcfe, 0x0ed5c045, 0xeea234e0, 0x259ce2bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   412
	0xcc659112, 0x40267d49, 0x106f6614, 0x6cb71a63, 0x49e9bc66, 0x8454288d, 0x72a23088, 0x6b499a47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   413
	0x139312fa, 0xaee08611, 0xaae9883c, 0x446ec66b, 0x3990a8ce, 0x482799d5, 0xb389a130, 0xee5542cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   414
	0xd598d1e2, 0x77e3a7d9, 0x6c0fef64, 0x7363f373, 0xb1bd2236, 0xf5f1341d, 0xeb4726d8, 0x539dfc57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   415
	0x127e6dca, 0x455302a1, 0x166b3b8c, 0xea46c17b, 0x3820c89e, 0xbd761765, 0x319d6180, 0xfbc5e6df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   416
	0x6b3f86b2, 0x25b5b669, 0x5d980cb4, 0xcfcb5083, 0xa8a13c06, 0xe71f63ad, 0x36a2f128, 0x7bb32267, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   417
	0x404bbc9a, 0x1876e331, 0x08c702dc, 0x4129c08b, 0xfbd81c6e, 0xe87a38f5, 0x4d4275d0, 0x250fceef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   418
	0xa006af82, 0x2a65a8f9, 0x653cbe04, 0x229e3193, 0xdd9309d6, 0x08b7b73d, 0xc5ba8f78, 0x9eca0c77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   419
	0x0547ff6a, 0x223527c1, 0x08d1de2c, 0xffe8c39b, 0x1353a43e, 0x952cfe85, 0x981dde20, 0x8d93faff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   420
	0xe5db4c52, 0xbcfc7f89, 0xe4730354, 0xfccd96a3, 0xb2cf8ba6, 0xa5d32ecd, 0x5ed301c8, 0x4c63ba87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   421
	0x1100363a, 0x7ab6d051, 0xa6a0cd7c, 0xd594caab, 0x2870600e, 0x71c76815, 0xa1149a70, 0xb4f36b0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   422
	0xddea5d22, 0xfac33a19, 0x6defdca4, 0xef8a7fb3, 0x0dd3c176, 0x33caca5d, 0x6d714818, 0xf8412c97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   423
	0x2a41610a, 0xe864dce1, 0xcb88d0cc, 0x797ed5bb, 0xd04b4fde, 0x9ec275a5, 0x444baac0, 0x870f1f1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   424
	0x28a0e1f2, 0x7742d8a9, 0x15a849f4, 0x9c45ecc3, 0x275cab46, 0xe23789ed, 0x525a6268, 0x0a6362a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   425
	0xff187fda, 0x6fe84d71, 0x0a1ee81c, 0xbb37e4cb, 0x5b4173ae, 0x3ed72735, 0xfb280f10, 0x6c08172f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   426
	0x35abdac2, 0xcc445b39, 0xc0d14b44, 0xc4b0ddd3, 0x5b674916, 0x2af26d7d, 0xb39350b8, 0xef0b5cb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   427
	0xf4d292aa, 0xe42a2201, 0xee38136c, 0x9290f7db, 0xa4efcb7e, 0x06fe7cc5, 0x2c4ec760, 0x583f533f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   428
	0x13f84792, 0x29d0c1c9, 0x75dfe094, 0x5abc52e3, 0xf9309ae6, 0x6214750d, 0xcc611308, 0x26ba1ac7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   429
	0xf7fc997a, 0x76535a91, 0x4ce952bc, 0x2f9b0eeb, 0xe433574e, 0xce717655, 0x7ba4d3b0, 0xdc55d34f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   430
	0x41b32862, 0xe6310c59, 0xac8909e4, 0x90994bf3, 0x1335a0b6, 0x45f6a09d, 0xbd48a958, 0x56309cd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   431
	0x4c63944a, 0x45ccf721, 0x9487a60c, 0x0aa729fb, 0x7b29171e, 0x1ea913e5, 0x1a4f3400, 0x352c975f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   432
	0x7c497d32, 0x0dee3ae9, 0x9dc1c734, 0xe8b8c903, 0x4f335a86, 0x8f31f02d, 0xdc0f13a8, 0x566fe2e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   433
	0x5d14831a, 0xf03ff7b1, 0x1ca80d5c, 0xf446490b, 0xc72e0aee, 0xc35e5575, 0x16b2e850, 0x5be49f6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   434
	0x90684602, 0xf3d14d79, 0x93bf1884, 0x45cbca13, 0xb626c856, 0x809f63bd, 0x03b951f8, 0x44b8ecf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   435
	0x8c5c65ea, 0x21955c41, 0x761f88ac, 0x25496c1b, 0xf0df32be, 0x5a8a3b05, 0xac74f0a0, 0x15deeb7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   436
	0x29fc82d2, 0xc0e34409, 0x39f5fdd4, 0xfac34f23, 0x844cea26, 0x7757fb4d, 0xe48c6448, 0x928cbb07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   437
	0x03c83cba, 0x23f624d1, 0xbb0317fc, 0x4ec1932b, 0xbc198e8e, 0xe465c495, 0x947a4cf0, 0x04bc7b8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   438
	0xa43333a2, 0x046d1e99, 0xed1b7724, 0xdad05833, 0xf922bff6, 0x7ab4b6dd, 0x540d4a98, 0x15ac4d17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   439
	0x8425078a, 0x6fcb5161, 0xdea7bb4c, 0xa9ffbe3b, 0x57fa1e5e, 0x5369f225, 0x54e7fd40, 0xb65e4f9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   440
	0xd9795872, 0x43f7dd29, 0x0b248474, 0x4963e543, 0x276549c6, 0xcc4e966d, 0x9d0104e8, 0x1818a327, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   441
	0x357fc65a, 0x3bbde1f1, 0xfda2729c, 0x0894ed4b, 0x2edde22e, 0x1c4fc3b5, 0x91230190, 0xb4e567af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   442
	0xf37bf142, 0x8b4c7fb9, 0x434625c4, 0x4a2ef653, 0xc5118796, 0x77fe99fd, 0xcf6c9338, 0x6812bd37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   443
	0x7725792a, 0x0cb6d681, 0xadc83dec, 0xe452205b, 0xb661d9fe, 0xc6103945, 0x59d059e0, 0x96b2c3bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   444
	0x3b27fe12, 0xfc740649, 0xe5f55b14, 0x91228b63, 0xfb647966, 0xe3ddc18d, 0x1094f588, 0x681b9b47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   445
	0xafa31ffa, 0x45df2f11, 0x4e2e1d3c, 0x6f48576b, 0x3f6305ce, 0x79e452d5, 0x7cd50630, 0x0e6763cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   446
	0xe8aa7ee2, 0x5fb770d9, 0x34e72464, 0x926fa473, 0x36db1f36, 0x60450d1d, 0xeaff2bd8, 0x1ef43d57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   447
	0x1cc5baca, 0xb89feba1, 0x5729108c, 0xa3c8927b, 0xc5fe659e, 0x93451065, 0xd5560680, 0xfae447df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   448
	0xf37073b2, 0xb39fbf69, 0xb31081b4, 0x92874183, 0xf7327906, 0xb7cd7cad, 0x9e703628, 0x479da367, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   449
	0xa39a499a, 0x34a20c31, 0xaa4e17dc, 0x5463d18b, 0xc190f96e, 0x2feb71f5, 0x9bb85ad0, 0x774a6fef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   450
	0xe226dc82, 0xbcf5f1f9, 0x74a67304, 0xb61a6293, 0x9f6786d6, 0xbf50103d, 0x6fed1478, 0x6158cd77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   451
	0xa06dcc6a, 0x17ce90c1, 0xe272332c, 0x3beb149b, 0xf4b7c13e, 0xbfd07785, 0xb5a10320, 0xeafadbff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   452
	0x9abab952, 0x96c30889, 0x6f1df854, 0x121a07a3, 0x45b748a6, 0xe5e5c7cd, 0xf9bac6c8, 0xbfa6bb87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   453
	0xb6cd433a, 0xde4e7951, 0xa3aa627c, 0x0d6f5bab, 0x3d4fbd0e, 0x952d2115, 0x05f4ff70, 0x19968c0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   454
	0x32590a22, 0x42500319, 0xc92c11a4, 0xbbb730b3, 0x839ebe76, 0xc4e7a35d, 0x7b5e4d18, 0x9a486d97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   455
	0xa185ae0a, 0xb28ac5e1, 0xeb4ba5cc, 0x8441a6bb, 0x6475ecde, 0x747a6ea5, 0xbcd94fc0, 0x32fe801f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   456
	0xbd6ecef2, 0x3725e1a9, 0x2ac5bef4, 0xd862ddc3, 0x45dae846, 0xafeea2ed, 0x299ca768, 0x1d3ee3a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   457
	0x02a40cda, 0xfd2c7671, 0x5feafd1c, 0x73f2f5cb, 0xee8750ae, 0x24716035, 0xa7b2f410, 0xe353b82f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   458
	0x1fa907c2, 0xf30da439, 0x0d200044, 0xadce0ed3, 0x9c68c616, 0x44d3c67d, 0x7e7ad5b8, 0x78cb1db7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   459
	0x33755faa, 0xf51c8b01, 0xa15d686c, 0xd85448db, 0xeb20e87e, 0xfe0af5c5, 0x8126ec60, 0x62f7343f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   460
	0xdbf4b492, 0x8a104ac9, 0x0aafd594, 0xb1e9c3e3, 0x8a8557e6, 0xfbb00e0d, 0x893dd808, 0xf16e1bc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   461
	0x1486a67a, 0x2f840391, 0x98b7e7bc, 0xe5769feb, 0xc51fb44e, 0x7c802f55, 0x411a38b0, 0x8689f44f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   462
	0xe47ed562, 0x3676d559, 0x2f2a3ee4, 0x9ae6fcf3, 0xd6ad9db6, 0xb6dc799d, 0x3e6aae58, 0xefe8ddd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   463
	0xdda4e14a, 0x2fcbe021, 0xc84f7b0c, 0x17aafafb, 0x12a0b41e, 0xcd4a0ce5, 0x6cb1d900, 0xceecf85f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   464
	0x6ab46a32, 0xe8ca43e9, 0x47843c34, 0x6f36ba03, 0xda9e9786, 0x52f2092d, 0xc7c658a8, 0x113c63e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   465
	0xeddd101a, 0xf79d20b1, 0x9bb9225c, 0x43825a0b, 0x6500e7ee, 0x60218e75, 0x6652cd50, 0x7941406f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   466
	0xaf427302, 0xd7d39679, 0x31f2cd84, 0x9589fb13, 0x53554556, 0x36c9bcbd, 0xd455d6f8, 0x36a9adf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   467
	0x9b7c32ea, 0x96e0c541, 0xb7c9ddac, 0xa5cdbd1b, 0x18dd4fbe, 0x76ffb405, 0xbda215a0, 0x8ee7cc7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   468
	0xd215efd2, 0x109bcd09, 0x2deaf2d4, 0xe4d1c023, 0x310ea726, 0xe37c944d, 0xe85e2948, 0x95b1bc07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   469
	0x040f49ba, 0xbbbfcdd1, 0x4a96acfc, 0xf39e242b, 0x2612eb8e, 0xb61d7d95, 0x7f84b1f0, 0xf5819c8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   470
	0xa25be0a2, 0x066be799, 0x2c21ac24, 0xb43f0933, 0x6747bcf6, 0x84638fdd, 0xad644f98, 0xc8158e17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   471
	0xdc63548a, 0x42a33a61, 0x5b74904c, 0x6a448f3b, 0xefbebb5e, 0xb3f3eb25, 0x861fa240, 0x7eefb09f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   472
	0x6e814572, 0x22cce629, 0x1e8bf974, 0xeb42d643, 0xbcbd86c6, 0x7f17af6d, 0x422d49e8, 0xdbd62427, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   473
	0x4085535a, 0xc6340af1, 0x1af8879c, 0xdf51fe4b, 0x143dbf2e, 0x893bfcb5, 0xc8d7e690, 0xf95308af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   474
	0xd4331e42, 0x5587c8b9, 0x485edac4, 0x118e2753, 0x9b6d0496, 0x0371f2fd, 0x8abe1838, 0x63347e37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   475
	0x83c2462a, 0x2f5b3f81, 0x32f792ec, 0xd097715b, 0x3d2cf6fe, 0x60eeb245, 0xac527ee0, 0x3f0ca4bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   476
	0x905e6b12, 0xa4a58f49, 0x8e0f5014, 0x5f11fc63, 0xe0933666, 0x9b8b5a8d, 0x805bba88, 0x84b19c47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   477
	0x00a72cfa, 0x4541d811, 0x1686b23c, 0x7425e86b, 0xef6962ce, 0x08450bd5, 0x52746b30, 0x46bd84cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   478
	0x4f302be2, 0xbc6f39d9, 0xc5525964, 0xcbff5573, 0xacad1c36, 0xbbbce61d, 0x818b30d8, 0x0b0e7e57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   479
	0xe90107ca, 0x3d50d4a1, 0x51fae58c, 0xc84e637b, 0x5b10029e, 0x7eb80965, 0xea62ab80, 0x3346a8df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   480
	0x7c1560b2, 0x7f6dc869, 0x051cf6b4, 0x20c73283, 0x3377b606, 0x529f95ad, 0xa2117b28, 0x754c2467, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   481
	0x15dcd69a, 0x4b313531, 0xdae92cdc, 0xa3a1e28b, 0x2b7dd66e, 0x8600aaf5, 0x00823fd0, 0x63c910ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   482
	0x11bb0982, 0x966a3af9, 0xf5a42804, 0x061a9393, 0x8bf003d6, 0x590c693d, 0xfaf39978, 0x06ab8e77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   483
	0xd787996a, 0x30cbf9c1, 0x6026882c, 0xc4f1659b, 0x574fde3e, 0x3217f085, 0xce782820, 0x83a5bcff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   484
	0x6a0e2652, 0x006d9189, 0x205ced54, 0x14ea78a3, 0x805305a6, 0x621c60cd, 0xfa768bc8, 0xd6adbc87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   485
	0xc58e503a, 0xce4a2251, 0x99c7f77c, 0xe34decab, 0xf0631a0e, 0x7936da15, 0x8b296470, 0x9a7dad0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   486
	0x0e3bb722, 0xa2c0cc19, 0x3ffc46a4, 0xe667e1b3, 0x5e1dbb76, 0x2b287c5d, 0xb41f5218, 0xe113ae97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   487
	0x8ebdfb0a, 0xb214aee1, 0x99227acc, 0xbe0877bb, 0xf3d489de, 0xc3d667a5, 0xbabaf4c0, 0x1c31e11f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   488
	0x86b0bbf2, 0xd8eceaa9, 0x907733f4, 0x2403cec3, 0xc60d2546, 0x2bc9bbed, 0x30b2ec68, 0x15de64a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   489
	0xc92399da, 0xa8d49f71, 0x18cb121c, 0x2cb206cb, 0x1a012dae, 0x7caf9935, 0x7e91d910, 0xf8e3592f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   490
	0x2b1a34c2, 0x04baed39, 0x1f02b544, 0x976f3fd3, 0x7c1e4316, 0x25d91f7d, 0xbe365ab8, 0x694edeb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   491
	0xc20c2caa, 0x4d72f401, 0xcc96bd6c, 0x2f1b99db, 0xa686057e, 0xa0bb6ec5, 0xe5531160, 0xacf3153f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   492
	0xf2652192, 0x1e33d3c9, 0x1a13ca94, 0x3a9b34e3, 0x378e14e6, 0xb56fa70d, 0x3fee9d08, 0xe3e61cc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   493
	0x4e04b37a, 0x9918ac91, 0xb19a7cbc, 0xfd5630eb, 0x3840114e, 0x4f32e855, 0x3ae39db0, 0x5102154f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   494
	0x42be8262, 0x43a09e59, 0x215f73e4, 0x47b8adf3, 0x72d99ab6, 0xe0e6529d, 0x7e60b358, 0xb2651ed7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   495
	0x98da2e4a, 0x732ec921, 0x5e2b500c, 0x17b2cbfb, 0x994c511e, 0x598f05e5, 0x58687e00, 0xa9f1595f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   496
	0xc1935732, 0x498a4ce9, 0x95dab134, 0x4938ab03, 0x3bbdd486, 0xa8d6222d, 0x77519da8, 0x35cce4e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   497
	0xf5999d1a, 0x415e49b1, 0x51de375c, 0x56c26b0b, 0x8f07c4ee, 0xd388c775, 0xf446b250, 0x38e1e16f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   498
	0x2390a002, 0x4ab9df79, 0xe9ba8284, 0x29cc2c13, 0x0337c256, 0x981815bd, 0xadc65bf8, 0x135e6ef7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   499
	0xae8fffea, 0x77902e41, 0x458832ac, 0xfb560e1b, 0xaa0f6cbe, 0xa3192d05, 0xf2233aa0, 0x4b34ad7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   500
	0xfca35cd2, 0x38385609, 0xf073e7d4, 0x44643123, 0x6d846426, 0x53c52d4d, 0x7a03ee48, 0x449abd07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   501
	0xd54a56ba, 0x27ed76d1, 0x7b3e41fc, 0xbe7eb52b, 0x1640488e, 0x10793695, 0xb2e316f0, 0x0a8abd8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   502
	0x8ff88da2, 0x694eb099, 0x2ebbe124, 0x7431ba33, 0x2220b9f6, 0x2b3668dd, 0x598f5498, 0x2742cf17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   503
	0x1295a18a, 0x92df2361, 0x0e55654c, 0xe18d603b, 0x6ab7585e, 0x5621e425, 0x64ab4740, 0x8cc5119f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   504
	0x9ffd3272, 0x2b85ef29, 0x2a876e74, 0x24a5c743, 0x9bc9c3c6, 0xa804c86d, 0x3f2d8ee8, 0x8d57a527, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   505
	0x767ee05a, 0xb70e33f1, 0x43629c9c, 0x3e130f4b, 0x79d19c2e, 0x30cc35b5, 0x52e0cb90, 0xe404a9af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   506
	0x3e5e4b42, 0x52a711b9, 0xbb0b8fc4, 0x61715853, 0xf87c8196, 0x1e094bfd, 0xe2e39d38, 0xcd1a3f37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   507
	0x4853132a, 0xe163a881, 0xd83ae7ec, 0x55e0c25b, 0x212c13fe, 0x6f712b45, 0x3628a3e0, 0x2eaa85bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   508
	0x9c08d812, 0xc8bb1849, 0x58bd4514, 0xe6856d63, 0xc975f366, 0x3b5cf38d, 0x11f67f88, 0xd10b9d47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   509
	0xd69f39fa, 0x3d088111, 0x53f3473c, 0x6307796b, 0x19a3bfce, 0x8349c4d5, 0x8467d030, 0xa757a5cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   510
	0xd929d8e2, 0x1e0b02d9, 0x6d518e64, 0x30130673, 0xe3331936, 0x9858bf1d, 0xfeeb35d8, 0x27ecbf57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   511
	0x473054ca, 0x6365bda1, 0x56e0ba8c, 0x67d8347b, 0xc7559f9e, 0x0fcf0265, 0xc0c35080, 0xb4ed09df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   512
	0xd52e4db2, 0x191fd169, 0xa3bd6bb4, 0x8a8b2383, 0x2d70f306, 0x4795aead, 0x9186c028, 0x14bea567, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   513
	0x6713639a, 0xec245e31, 0xea9841dc, 0x3ee3f38b, 0x099eb36e, 0x7ab9e3f5, 0xcba024d0, 0xfa8bb1ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   514
	0xfec33682, 0x46c283f9, 0x3835dd04, 0x229ec493, 0x732c80d6, 0x65ecc23d, 0xb6ce1e78, 0x9ec24f77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   515
	0x7a95666a, 0xfd2d62c1, 0xd1eedd2c, 0xaafbb69b, 0x0b1bfb3e, 0x7c036985, 0x32a34d20, 0x67949dff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   516
	0x23d59352, 0x89fc1a89, 0x482fe254, 0x153ee9a3, 0x32a2c2a6, 0xaa76f9cd, 0xb10650c8, 0xa178bd87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   517
	0x0d435d3a, 0xdaa9cb51, 0xd8f98c7c, 0x67307dab, 0x11aa770e, 0xade49315, 0x80b1c970, 0x47a8ce0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   518
	0x41926422, 0xac159519, 0x22607ba4, 0x7f9c92b3, 0x6d50b876, 0xf68d555d, 0x67b45718, 0xdca2ef97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   519
	0xc1ea480a, 0x770297e1, 0x250d4fcc, 0x36d348bb, 0x4e6726de, 0x1cd660a5, 0x8df099c0, 0x52a9421f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   520
	0x5466a8f2, 0xec97f3a9, 0x96bca8f4, 0x8f28bfc3, 0x77f36246, 0xe5c8d4ed, 0xb79d3168, 0x0441e5a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   521
	0x229726da, 0x02e0c871, 0x84bf271c, 0xf57517cb, 0xadaf0aae, 0xd791d235, 0xcfc4be10, 0xbcb6fa2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   522
	0x27ff61c2, 0x914c3639, 0x46796a44, 0x919470d3, 0xca87c016, 0x5e02787d, 0xc2c5dfb8, 0xd0969fb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   523
	0x7096f9aa, 0x7d2d5d01, 0xbfe4126c, 0xa6e6eadb, 0xa71f227e, 0x7f0fe7c5, 0xa8d33660, 0x4632f63f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   524
	0x27498e92, 0x763b5cc9, 0xf40bbf94, 0x04d0a5e3, 0xd04ad1e6, 0x1f53400d, 0x40736208, 0x0e221dc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   525
	0x7476c07a, 0x43115591, 0xe79111bc, 0x8739c1eb, 0x0d946e4e, 0xd689a155, 0xb90102b0, 0x4bbe364f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   526
	0x2c722f62, 0x9dae6759, 0xd328a8e4, 0xa70e5ef3, 0xb7b997b6, 0x54142b9d, 0xcd2ab858, 0xada55fd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   527
	0x4e037b4a, 0x9ff5b221, 0xa61b250c, 0x1abe9cfb, 0xdf2bee1e, 0x5377fee5, 0x2d732300, 0xd639ba5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   528
	0x50e64432, 0xc02e55e9, 0xd8c52634, 0x86be9c03, 0x42911186, 0x20de3b2d, 0x3ab0e2a8, 0xd42165e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   529
	0x444a2a1a, 0x5d8372b1, 0x8f174c5c, 0x3e067c0b, 0x1542a1ee, 0xad940075, 0x108e9750, 0xaac6826f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   530
	0xbd52cd02, 0xdc842879, 0x0b163784, 0x12925d13, 0x95ce3f56, 0x348a6ebd, 0xe00ae0f8, 0xead72ff7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   531
	0x9597ccea, 0x53a39741, 0x6f5a87ac, 0x35e25f1b, 0x747589be, 0x6ed6a605, 0x99f85fa0, 0x5ac58e7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   532
	0x79a4c9d2, 0xc7b8df09, 0xd190dcd4, 0x297aa223, 0x09ae2126, 0x5831c64d, 0xe97db348, 0xaf47be07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   533
	0x477963ba, 0xf87f1fd1, 0x9cf9d6fc, 0xbf63462b, 0x5ca1a58e, 0x8378ef95, 0x7e957bf0, 0x53d7de8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   534
	0x3d093aa2, 0xbd157999, 0x44ea1624, 0x2aa86b33, 0xf9adb6f6, 0xff2d41dd, 0xa88e5998, 0x43341017, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   535
	0xf6bbee8a, 0xf07f0c61, 0x474a3a4c, 0x1fda313b, 0x98e3f55e, 0xc9f3dd25, 0x408aec40, 0xefde729f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   536
	0x3ded1f72, 0xee22f829, 0x7f16e374, 0x058cb843, 0x948a00c6, 0xd715e16d, 0xe401d3e8, 0x3c9d2627, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   537
	0xa76c6d5a, 0x9e4c5cf1, 0xc6e0b19c, 0x34d8204b, 0x2f99792e, 0xa3006eb5, 0x7f3db090, 0x84fa4aaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   538
	0x01fd7842, 0x12aa5ab9, 0xeb4c44c4, 0x49d88953, 0xac3ffe96, 0x57c4a4fd, 0x27dd2238, 0xb5c40037, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   539
	0x94d7e02a, 0xb2d01181, 0xed923cec, 0x842e135b, 0x325f30fe, 0x8197a445, 0x4752c8e0, 0x758c66bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   540
	0x2e274512, 0xf8b4a149, 0x95ff3a14, 0x377cde63, 0x860cb066, 0x53528c8d, 0x15654488, 0x5d299e47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   541
	0x018b46fa, 0xbd332a11, 0x5673dc3c, 0x4bed0a6b, 0x8e121cce, 0x7af27dd5, 0x62af3530, 0x4035c6cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   542
	0x569785e2, 0x148acbd9, 0x7ce4c364, 0xceaab773, 0xaa6d1636, 0x8618981d, 0xb31f3ad8, 0x858f0057, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   543
	0x0753a1ca, 0xbadea6a1, 0xb5da8f8c, 0x9266057b, 0xdacf3c9e, 0xd689fb65, 0xa877f580, 0x8fd76adf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   544
	0xcebb3ab2, 0x10b5da69, 0xdef1e0b4, 0xdfd31483, 0xb51e3006, 0x26afc7ad, 0xbcd00528, 0x35f52667, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   545
	0x673df09a, 0xa77b8731, 0x295b56dc, 0x362a048b, 0x2bf3906e, 0x9e171cf5, 0x4d1209d0, 0x4b9252ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   546
	0x793f6382, 0x5dfeccf9, 0x8c5b9204, 0x1ba6f593, 0x251cfdd6, 0x75f11b3d, 0xf37ca378, 0x399d1077, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   547
	0x5997336a, 0x0cf2cbc1, 0x87cb322c, 0xfe0a079b, 0xe01c183e, 0x2d92e285, 0x32227220, 0xa6c77eff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   548
	0x98110052, 0xc36ea389, 0x3696d754, 0x23175aa3, 0x2ca67fa6, 0x4ef592cd, 0x6d6a15c8, 0x3007be87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   549
	0x5dec6a3a, 0x936d7451, 0xb13f217c, 0xa9170eab, 0x7125d40e, 0xc3364c15, 0x368e2e70, 0x3117ef0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   550
	0x9c5d1122, 0xee4e5e19, 0xc058b0a4, 0x975543b3, 0x8137b576, 0xb7162e5d, 0xe61d5c18, 0x9cf63097, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   551
	0x0b0a950a, 0x915480e1, 0xdf0c24cc, 0xfea219bb, 0x442dc3de, 0x0f7a59a5, 0x867a3ec0, 0xe664a31f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   552
	0xf69095f2, 0x0226fca9, 0x8d961df4, 0x29d1b0c3, 0x2b8d9f46, 0x6debeded, 0x0e5b7668, 0xf86966a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   553
	0xdefeb3da, 0x9b50f171, 0xf3c73c1c, 0xde3c28cb, 0x7990e7ae, 0xc5180b35, 0xeb4ba310, 0x3ece9b2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   554
	0xe6588ec2, 0x28c17f39, 0xd3841f44, 0xac3da1d3, 0x57a53d16, 0x7d4fd17d, 0xdc2964b8, 0xbea260b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   555
	0x0f15c6aa, 0x144bc601, 0xcb45676c, 0x4fb63bdb, 0xbcec3f7e, 0x290860c5, 0x1ba75b60, 0x3eb6d73f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   556
	0x4aa1fb92, 0x2226e5c9, 0xe897b494, 0x208a16e3, 0x24bb8ee6, 0xc95ad90d, 0xdacc2708, 0x80221ec7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   557
	0x57dccd7a, 0xbd6dfe91, 0x8a9ba6bc, 0x932152eb, 0x151ccb4e, 0xa2845a55, 0x0b7267b0, 0x86be574f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   558
	0x7199dc62, 0xd4a03059, 0x9485dde4, 0xc8e80ff3, 0x754d94b6, 0xa066049d, 0x7ac8bd58, 0xf1a9a0d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   559
	0xcd20c84a, 0x46209b21, 0xf01efa0c, 0x30ce6dfb, 0xb43f8b1e, 0x4b04f7e5, 0x3bd1c800, 0x63c61b5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   560
	0xe8ad3132, 0xdcb65ee9, 0x60439b34, 0x37c88d03, 0xbf184e86, 0x4b0a542d, 0x61e427a8, 0xfc39e6e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   561
	0xa9eeb71a, 0xdc0c9bb1, 0xa364615c, 0x094e8d0b, 0xc7b17eee, 0x7e433975, 0x0b2a7c50, 0xdeef236f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   562
	0x4c88fa02, 0x1d327179, 0xe605ec84, 0x5fdc8e13, 0xdb18bc56, 0x9c20c7bd, 0xbb2365f8, 0xcd13f0f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   563
	0x209399ea, 0xbb1b0041, 0x8540dcac, 0x6572b01b, 0x480fa6be, 0x6a381f05, 0x052184a0, 0xcd9a6f7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   564
	0x191a36d2, 0x4f1d6809, 0x2141d1d4, 0xa4151323, 0xd58bde26, 0x80c25f4d, 0x86cb7848, 0xe5b8bf07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   565
	0x2a9c70ba, 0xbd74c8d1, 0xffc96bfc, 0x064bd72b, 0xc937028e, 0x9f1ca895, 0x329be0f0, 0xe168ff8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   566
	0x798de7a2, 0x91c04299, 0xbeac4b24, 0xe7a31c33, 0xbdeeb3f6, 0x90481add, 0xea615e98, 0x2be95117, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   567
	0x58d63b8a, 0xeb82f561, 0x56530f4c, 0x352b023b, 0x4a44925e, 0x9f69d625, 0x69be9140, 0xb83bd39f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   568
	0x18510c72, 0xfaa40129, 0x6c3a5874, 0x9df7a943, 0x76fe3dc6, 0x9c4afa6d, 0x80aa18e8, 0xf9a6a727, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   569
	0xa34dfa5a, 0x0bee85f1, 0xf572c69c, 0xd3a1314b, 0x0595562e, 0x6fd8a7b5, 0x9dee9590, 0xec33ebaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   570
	0xef10a542, 0x2591a3b9, 0x2920f9c4, 0xdac3ba53, 0x86b77b96, 0x40a3fdfd, 0xa9aaa738, 0x2d31c137, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   571
	0x3950ad2a, 0x33a07a81, 0xc2fd91ec, 0x6b7f645b, 0x40c64dfe, 0x27621d45, 0x2fd0ede0, 0x23b247bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   572
	0x16b9b212, 0xc4922a49, 0x95d52f14, 0x61f84f63, 0xe6576d66, 0x736c258d, 0xdaa80988, 0x390b9f47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   573
	0x516b53fa, 0x55c1d311, 0x6e08713c, 0x3ed69b6b, 0x1cb479ce, 0x7f3f36d5, 0x3d4a9a30, 0x2157e7cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   574
	0x977932e2, 0x2fee94d9, 0x440bf864, 0xb7c66873, 0xd25b1336, 0x14fc711d, 0xee273fd8, 0x33f54157, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   575
	0xf96aeeca, 0xd3bb8fa1, 0xbee8648c, 0x57f7d67b, 0x657cd99e, 0x62e8f465, 0xf1809a80, 0xd405cbdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   576
	0x38bc27b2, 0xf62fe369, 0x06ba55b4, 0x309f0583, 0x9a7f6d06, 0x7fede0ad, 0x73ed4a28, 0xe8efa767, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   577
	0xe65c7d9a, 0x0d36b031, 0xe7326bdc, 0x9974158b, 0x627c6d6e, 0x801855f5, 0xd4d7eed0, 0x66dcf3ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   578
	0x512f9082, 0x6c1f15f9, 0x42154704, 0x01332693, 0x71c17ad6, 0x1919743d, 0x00ff2878, 0xe73bd177, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   579
	0x448d006a, 0xf01c34c1, 0xd1bb872c, 0xce1c589b, 0xa650353e, 0xd6c65b85, 0x1cf59720, 0x513e5fff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   580
	0x96c06d52, 0x3cc52c89, 0x3b91cc54, 0x4e73cba3, 0x3e5e3ca6, 0xdf982bcd, 0x7fa1dac8, 0x925abf87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   581
	0x8789773a, 0x88951d51, 0x7298b67c, 0xb9019fab, 0xded5310e, 0x492c0515, 0xfcbe9370, 0x66cb100f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   582
	0xee9bbe22, 0xf96b2719, 0x69e4e5a4, 0x3d91f4b3, 0x69d2b276, 0xfcc3075d, 0x7f5a6118, 0x320d7197, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   583
	0x3a1ee20a, 0x910a69e1, 0x171ef9cc, 0x2574eabb, 0xa52860de, 0x2bc252a5, 0xf457e3c0, 0xe764041f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   584
	0x3d2e82f2, 0xa99a05a9, 0xc50392f4, 0x03fea1c3, 0xb0dbdc46, 0x543306ed, 0x84edbb68, 0x0254e7a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   585
	0xce5a40da, 0x02251a71, 0xb5e3511c, 0xf70739cb, 0x4da6c4ae, 0xd5424435, 0x21268810, 0x8f2a3c2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   586
	0x3625bbc2, 0x5b1ac839, 0x1622d444, 0xf76ad2d3, 0xf376ba16, 0x13c12a7d, 0x5a60e9b8, 0x437221b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   587
	0x6d8893aa, 0xa2ce2f01, 0x3ebabc6c, 0x39898cdb, 0xb7ed5c7e, 0x2ea4d9c5, 0x8dcf8060, 0xa67eb83f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   588
	0x2c6e6892, 0xb1f66ec9, 0x47b7a994, 0x9dc787e3, 0x04e04be6, 0x4386720d, 0x5ef8ec08, 0x49e61fc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   589
	0xc836da7a, 0x982ea791, 0xeaba3bbc, 0x310ce3eb, 0x1ed9284e, 0x43231355, 0x8237ccb0, 0x1202784f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   590
	0xe2358962, 0x7875f959, 0xb57712e4, 0xbd45c0f3, 0x7b9591b6, 0x55dbdd9d, 0xd73ac258, 0x8e71e1d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   591
	0xe632154a, 0xf5af8421, 0x8c36cf0c, 0x69e23efb, 0xe887281e, 0xd035f0e5, 0xd3846d00, 0x62967c5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   592
	0x58e81e32, 0x2f2267e9, 0x7c561034, 0x6c567e03, 0x81538b86, 0xb75a6d2d, 0x3ceb6ca8, 0xbe1667e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   593
	0xf687441a, 0x4cf9c4b1, 0xdec5765c, 0xc89a9e0b, 0x76545bee, 0xd5967275, 0x341a6150, 0xe55bc46f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   594
	0xa1332702, 0x9cc4ba79, 0xca89a184, 0x21aabf13, 0xa3173956, 0x5edb20bd, 0x8f0feaf8, 0xca14b1f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   595
	0x1f8366ea, 0x3df66941, 0xd73b31ac, 0x9a07011b, 0xf4ddc3be, 0x253d9805, 0x839ea9a0, 0xb3b3507f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   596
	0xab03a3d2, 0x5e65f109, 0x2f86c6d4, 0xc4338423, 0xa11d9b26, 0x5d76f84d, 0xa1ed3d48, 0xf7edc007, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   597
	0x4eb37dba, 0x06ce71d1, 0xf3ad00fc, 0xa338682b, 0x2c005f8e, 0xf3646195, 0x1ef645f0, 0xc33e208f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   598
	0x158694a2, 0x774f0b99, 0xec028024, 0xbb21cd33, 0x3ee3b0f6, 0x6e86f3dd, 0x6f086398, 0xf1629217, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   599
	0x08e4888a, 0x13eade61, 0x8b6fe44c, 0x317fd33b, 0x4ed92f5e, 0x6683cf25, 0x30463640, 0xf5dd349f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   600
	0xff28f972, 0xe1090a29, 0x41f1cd74, 0xfde69a43, 0x13267ac6, 0x87a4136d, 0x65265de8, 0xd4742827, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   601
	0x3a23875a, 0x8ff4aef1, 0x1f18db9c, 0x2a6e424b, 0xcbc5332e, 0x2754e0b5, 0xfef37a90, 0x29b18caf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   602
	0xd597d242, 0x1b5cecb9, 0xc489aec4, 0x2432eb53, 0x57e2f896, 0x68a756fd, 0xb84c2c38, 0x43638237, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   603
	0x05bd7a2a, 0xf3d4e381, 0xa87ce6ec, 0x1bd4b55b, 0x1c616afe, 0xf0d09645, 0x3fa312e0, 0x491c28bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   604
	0x25c01f12, 0xbc53b349, 0xa83f2414, 0x75f7c063, 0xba562a66, 0x2ba9be8d, 0xb1bece88, 0x74b1a047, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   605
	0x963f60fa, 0x96b47c11, 0xeab1063c, 0x4bc42c6b, 0x958ad6ce, 0x202fefd5, 0x6439ff30, 0x5abe08cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   606
	0x6bcedfe2, 0x00365dd9, 0x12c72d64, 0xfb661973, 0x2afd1036, 0xd5044a1d, 0x000344d8, 0x431f8257, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   607
	0xed763bca, 0x3dfc78a1, 0xc20a398c, 0xc88da77b, 0x375e769e, 0x44ebed65, 0xebdd3f80, 0x91782cdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   608
	0xe33114b2, 0x598dec69, 0x6b16cab4, 0x8ceef683, 0xad94aa06, 0xe34ff9ad, 0x06de8f28, 0x3dae2867, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   609
	0xb46f0a9a, 0xad55d931, 0x741d80dc, 0x78c2268b, 0x7d394a6e, 0xb0bd8ef5, 0xb2f1d3d0, 0x5c6b94ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   610
	0x5693bd82, 0x01235ef9, 0xa962fc04, 0xe3435793, 0x2919f7d6, 0xdf65cd3d, 0x2f55ad78, 0xb79e9277, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   611
	0x0b76cd6a, 0x36a99dc1, 0xffbfdc2c, 0x2b32a99b, 0x2db8523e, 0x079dd485, 0x431cbc20, 0x76f940ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   612
	0xefe3da52, 0x85ffb589, 0xa720c154, 0xa7543ca3, 0x37c9f9a6, 0xec5ec4cd, 0x37ad9fc8, 0xd871c087, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   613
	0x5a1a843a, 0x4a20c651, 0x6d064b7c, 0xa6f030ab, 0x2ab88e0e, 0xcfc5be15, 0x2342f870, 0xf8c2310f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   614
	0x084e6b22, 0x5d6bf019, 0x6f051aa4, 0x8252a5b3, 0xf721af76, 0x5793e05d, 0x836b6618, 0xabe8b297, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   615
	0x1f272f0a, 0x062452e1, 0x1d45cecc, 0xbb4bbbbb, 0x4156fdde, 0x01ae4ba5, 0x278988c0, 0x65a7651f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   616
	0xf8406ff2, 0x72f10ea9, 0x8d0507f4, 0x2daf92c3, 0xd7de1946, 0x289e1fed, 0x6b540068, 0x320468a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   617
	0xc0a9cdda, 0xc75d4371, 0x1b13661c, 0x4fd64acb, 0xf9f0a1ae, 0x98107d35, 0xc1556d10, 0xbdc9dd2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   618
	0xe766e8c2, 0xb8581139, 0x5e558944, 0x831c03d3, 0x6dfc3716, 0xb156837d, 0x8d6c6eb8, 0x6f05e2b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   619
	0x5bef60aa, 0xb8b49801, 0x6a44116c, 0x7460dddb, 0x6822797e, 0x1fe552c5, 0x4f4ba560, 0x8d8a993f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   620
	0x9caed592, 0xb5a9f7c9, 0x616b9e94, 0x8c88f8e3, 0x40b908e6, 0x1dd60b0d, 0x1cf9b108, 0x7b6e20c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   621
	0x9584e77a, 0x63535091, 0x57ecd0bc, 0x70fc74eb, 0xfac9854e, 0x4865cc55, 0x6d5131b0, 0xfd8a994f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   622
	0x4e453662, 0x192fc259, 0x85fc47e4, 0x942771f3, 0x9a918eb6, 0x0475b69d, 0x3280c758, 0x93fe22d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   623
	0x6937624a, 0x3ea26d21, 0xca62a40c, 0xd5fa0ffb, 0x4c02c51e, 0x730ae9e5, 0x448b1200, 0xe2aadd5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   624
	0x71970b32, 0x477270e9, 0x7cfc8534, 0x34686f03, 0x5942c886, 0xf5ce862d, 0x1bc6b1a8, 0x29b6e8e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   625
	0xfa13d11a, 0x404aedb1, 0x913a8b5c, 0x8beaaf0b, 0xf12b38ee, 0x438dab75, 0xdb5e4650, 0xce0c656f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   626
	0x8b515402, 0xeb3b0379, 0x08a15684, 0x67fcf013, 0xbdc9b656, 0x0cb979bd, 0xabd06ff8, 0xf1d972f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   627
	0x626733ea, 0x6c35d241, 0xb54986ac, 0xe39f521b, 0x4adfe0be, 0x2fe71105, 0x656fcea0, 0x1d10317f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   628
	0xff6110d2, 0x85927a09, 0x4c5fbbd4, 0x99d5f523, 0x3c635826, 0x7e4f914d, 0x8ae30248, 0xf5e6c107, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   629
	0x83be8aba, 0x648c1ad1, 0xc8a495fc, 0xa628f92b, 0x54fdbc8e, 0x10501a95, 0x93a4aaf0, 0x0957418f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   630
	0xe0f341a2, 0xfdc1d499, 0x1cecb524, 0xb5247e33, 0x4c8cadf6, 0x29e9ccdd, 0x86836898, 0xa39fd317, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   631
	0xd6e6d58a, 0xf9b6c761, 0x36a0b94c, 0x24d8a43b, 0x76a1cc5e, 0xaf41c825, 0xe421db40, 0xb8c2959f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   632
	0xc274e672, 0x31521329, 0x503d4274, 0x35598b43, 0x3902b7c6, 0x29212c6d, 0xe176a2e8, 0xdd05a927, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   633
	0x3bed145a, 0xba5ed7f1, 0x93d2f09c, 0x493f534b, 0x5229102e, 0x597519b5, 0xf24c5f90, 0x4d732daf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   634
	0x8592ff42, 0x840c35b9, 0x0d8663c4, 0x36261c53, 0xefc27596, 0x5fceaffd, 0xa3c1b138, 0x08594337, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   635
	0xca1e472a, 0x836d4c81, 0xee103bec, 0xa52e065b, 0x953087fe, 0x6de30f45, 0xc6c937e0, 0xf5ca09bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   636
	0x2b3a8c12, 0x6ff93c49, 0x1d3d1914, 0x837b3163, 0xd208e766, 0x0c0b578d, 0xeaa99388, 0x201ba147, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   637
	0xa0076dfa, 0x100b2511, 0x1c6d9b3c, 0x82b5bd6b, 0xc89533ce, 0xedc4a8d5, 0x277d6430, 0xfc6829cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   638
	0xa3988ce2, 0x156226d9, 0x39166264, 0xa989ca73, 0x84530d36, 0x5630231d, 0x38b349d8, 0xc30dc357, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   639
	0xb37588ca, 0x89a161a1, 0x0f400e8c, 0xf427787b, 0x2074139e, 0x0c92e665, 0xe78de480, 0xd82e8ddf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   640
	0x9e1a01b2, 0xcacff569, 0x5c073fb4, 0x04c2e783, 0xbe5de706, 0xe0d612ad, 0xc5a3d428, 0x4430a967, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   641
	0xa175979a, 0x17d90231, 0x201c95dc, 0xe414378b, 0x4c2a276e, 0xc006c7f5, 0x375fb8d0, 0x3c3e35ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   642
	0x596bea82, 0xad0ba7f9, 0x1244b104, 0xd1d78893, 0x1b2674d6, 0x58d6263d, 0xce803278, 0xbac55377, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   643
	0x7e549a6a, 0x709b06c1, 0x61d8312c, 0x254cfa9b, 0x46546f3e, 0x50194d85, 0xf497e120, 0x27f821ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   644
	0x737b4752, 0x2f1e3e89, 0xc943b654, 0x3db8ada3, 0xe8e9b6a6, 0x05495dcd, 0xe58d64c8, 0x124cc187, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   645
	0xa59f913a, 0x68106f51, 0xf087e07c, 0x82e2c1ab, 0x24cfeb0e, 0xe7037715, 0xfa1b5d70, 0xf6fd520f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   646
	0xb9751822, 0xaa50b919, 0x1fb94fa4, 0x759756b3, 0xf924ac76, 0x5788b95d, 0x42506b18, 0x1a87f397, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   647
	0x8a237c0a, 0x80a23be1, 0x4180a3cc, 0xd0268cbb, 0xe8b99ade, 0x213e44a5, 0x700f2dc0, 0x712ec61f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   648
	0xf7c65cf2, 0xee2c17a9, 0x359a7cf4, 0xb6e483c3, 0x70945646, 0x7b2d38ed, 0x118e4568, 0x9777e9a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   649
	0x85ed5ada, 0x7af96c71, 0x73577b1c, 0xf8a95bcb, 0x4e6e7eae, 0x9d82b635, 0x1bd85210, 0xdaad7e2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   650
	0xca1c15c2, 0xd0795a39, 0xfc1c3e44, 0x5f5134d3, 0x9735b416, 0xe60fdc7d, 0xc54bf3b8, 0x515da3b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   651
	0xaa4a2daa, 0xe5ff0101, 0x9de1666c, 0x103c2edb, 0x9d8b967e, 0x8cc9cbc5, 0xb01bca60, 0x03da7a3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   652
	0x6b634292, 0xbd4180c9, 0x85b39394, 0xfcce69e3, 0xa845c5e6, 0xe849a40d, 0x64ce7608, 0x24ba21c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   653
	0x8fc6f47a, 0xaedbf991, 0x223365bc, 0x62f005eb, 0x78ede24e, 0x424c8555, 0x1cbe96b0, 0x5956ba4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   654
	0x85c8e362, 0x46cd8b59, 0x56157ce4, 0x5d8d22f3, 0xa2418bb6, 0x3c338f9d, 0xdc9acc58, 0x124e63d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   655
	0x2630af4a, 0xb0f95621, 0xfaa2790c, 0x8515e0fb, 0xaeb2621e, 0xc383e2e5, 0xdee5b700, 0xf4033e5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   656
	0x02b9f832, 0xb5a679e9, 0xb236fa34, 0x9ffe6003, 0x16e60586, 0x96669f2d, 0x4e75f6a8, 0x4f1b69e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   657
	0x84945e1a, 0x460016b1, 0x0ac3a05c, 0x633ec00b, 0x083615ee, 0x5828e475, 0x50f62b50, 0xa901066f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   658
	0xdae38102, 0x98954c79, 0xf04d0b84, 0x42d32113, 0xfb303356, 0x35bbd2bd, 0x6164f4f8, 0x546233f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   659
	0xb93f00ea, 0xd5d93b41, 0x6f6bdbac, 0x523ba31b, 0x1a15fdbe, 0x1a348a05, 0xfa94f3a0, 0x19b1127f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   660
	0xe6327dd2, 0x54a30309, 0xc7ccb0d4, 0x34fc6623, 0x775d1526, 0x734c2a4d, 0x91acc748, 0xefa3c207, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   661
	0x99bd97ba, 0x66adc3d1, 0xceb02afc, 0x1f1d8a2b, 0x142f198e, 0x85dfd395, 0xe0a70ff0, 0xc3b4628f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   662
	0xabd3eea2, 0xb5189d99, 0xa16aea24, 0xe5ab2f33, 0xb6e9aaf6, 0x5270a5dd, 0x80d26d98, 0x52a11417, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   663
	0x92dd228a, 0x2ce6b061, 0xa7e58e4c, 0x1f35753b, 0x919e695e, 0x09a3c125, 0xd5518040, 0x10ebf69f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   664
	0x3234d372, 0x7b7f1c29, 0xe71cb774, 0x54507c43, 0xb892f4c6, 0x10c2456d, 0x459ae7e8, 0x235b2a27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   665
	0x78aaa15a, 0x1b2d00f1, 0xa3a1059c, 0x4014644b, 0x68c0ed2e, 0x963952b5, 0xc7f94490, 0x6778ceaf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   666
	0xcf022c42, 0xef9f7eb9, 0x541718c4, 0x209d4d53, 0x1e55f296, 0xb61a08fd, 0xbc0b3638, 0x8c130437, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   667
	0x5673142a, 0x7269b581, 0xe3b790ec, 0x178b575b, 0x7b33a4fe, 0x2e998845, 0x15435ce0, 0x39bbeabf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   668
	0xf728f912, 0x6f82c549, 0x44cf0e14, 0x9a82a263, 0xfd6fa466, 0xa490f08d, 0xd5685888, 0x4b49a247, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   669
	0x3ec37afa, 0x51c5ce11, 0x533e303c, 0xf3ab4e6b, 0x85d390ce, 0x77fd61d5, 0xd714c930, 0x16564acf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   670
	0x0ed639e2, 0xff71efd9, 0x06f99764, 0xd2317b73, 0xae5d0a36, 0x287ffc1d, 0xe8374ed8, 0xc3c00457, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   671
	0x1b68d5ca, 0x46aa4aa1, 0xf689e38c, 0xeac5497b, 0xf0bdb09e, 0x49dddf65, 0x34928980, 0xb828eedf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   672
	0x3976eeb2, 0xd9f5fe69, 0x298bb4b4, 0xa81ad883, 0x9cdb2406, 0x08802bad, 0x003d1928, 0x0c772a67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   673
	0x7d70249a, 0xdcc02b31, 0x3b2faadc, 0xeb6a488b, 0x9f4f046e, 0x3df400f5, 0xb2219dd0, 0x1654d6ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   674
	0x29b81782, 0xffd7f0f9, 0xccba6604, 0xdcefb993, 0x17e6f1d6, 0x156a7f3d, 0x2e7eb778, 0x00b01477, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   675
	0x6d26676a, 0x2df06fc1, 0x4804862c, 0xcc6b4b9b, 0xc0248c3e, 0x4038c685, 0x81670620, 0x743b02ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   676
	0xf186b452, 0xc820c789, 0xf1faab54, 0x21a11ea3, 0x21bd73a6, 0xba57f6cd, 0xd94129c8, 0x4febc287, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   677
	0x3a189e3a, 0x72641851, 0x4d1d757c, 0x5cd952ab, 0x9d1b480e, 0x1ee53015, 0xd147c270, 0x717c730f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   678
	0xd20fc522, 0x70198219, 0xcc0184a4, 0x276007b3, 0x3fdba976, 0x8ca1925d, 0x0c097018, 0x8deb3497, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   679
	0x4b13c90a, 0x908424e1, 0xd3cf78cc, 0x74055dbb, 0x6b5037de, 0x1a723da5, 0x1de8d2c0, 0x19fa271f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   680
	0x0bc049f2, 0xab4b20a9, 0x0ec3f1f4, 0xaf9d74c3, 0x4afe9346, 0xdbe051ed, 0xc79c8a68, 0x42af6aa7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   681
	0xee24e7da, 0xacf99571, 0x0eaf901c, 0x01806ccb, 0x1b205bae, 0x7598ef35, 0x80af3710, 0xf5d51f2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   682
	0xae4542c2, 0x337ea339, 0x3f76f344, 0x9c0a65d3, 0x3f233116, 0x41ed357d, 0x51ff78b8, 0xfa7964b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   683
	0x2898faaa, 0xbaad6a01, 0x2992bb6c, 0x1d1b7fdb, 0x2828b37e, 0x055244c5, 0x003fef60, 0x196e5b3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   684
	0x688baf92, 0x58bd09c9, 0x048f8894, 0xfe97dae3, 0x0b8682e6, 0x32e13d0d, 0x86773b08, 0x55ca22c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   685
	0x86fd017a, 0x0ac8a291, 0x998dfabc, 0x16e796eb, 0x69463f4e, 0xc0d73e55, 0xe07ffbb0, 0x3566db4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   686
	0x58c09062, 0x914f5459, 0x75c2b1e4, 0x2976d3f3, 0x62a588b6, 0x8d15689d, 0x2588d158, 0x1962a4d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   687
	0xed1dfc4a, 0xdcb43f21, 0x6cf64e0c, 0x8735b1fb, 0xe095ff1e, 0x51a0dbe5, 0xf2945c00, 0xa69f9f5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   688
	0xdc50e532, 0x09be82e9, 0x6c056f34, 0xbf185103, 0x8a3d4286, 0x2922b82d, 0x24f93ba8, 0x3e43eae7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   689
	0x6608eb1a, 0xee193fb1, 0x9b60b55c, 0x5e96d10b, 0x8b74f2ee, 0xa3681d75, 0xe4e21050, 0x8639a76f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   690
	0x5fe9ae02, 0x34d39579, 0xd18cc084, 0xc22d5213, 0x2b4ab056, 0x69e22bbd, 0xffcd79f8, 0x01aef4f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   691
	0xf40acdea, 0x0ae0a441, 0x55a230ac, 0xf5dbf41b, 0x32801abe, 0x74260305, 0x930e18a0, 0xb995f37f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   692
	0x2f77ead2, 0x5b978c09, 0xf1cda5d4, 0xa5a6d723, 0x220ad226, 0xcc6cc34d, 0x064a8c48, 0xf524c307, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   693
	0x60b0a4ba, 0x9d336cd1, 0x55cfbffc, 0x1e161b2b, 0x3994768e, 0xe4138c95, 0x55fd74f0, 0x0255838f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   694
	0x46289ba2, 0x2d536699, 0xc97d1f24, 0x5cb5e033, 0x4dfaa7f6, 0x781b7edd, 0xadf57298, 0x0e665517, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   695
	0x0cc76f8a, 0x3d7a9961, 0x2f3e634c, 0x3096463b, 0x6fcf065e, 0x05a9ba25, 0x53d52540, 0x0e59579f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   696
	0x1e68c072, 0x4f902529, 0x56902c74, 0x6acb6d43, 0x61d731c6, 0xce875e6d, 0xe1932ce8, 0xb774ab27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   697
	0xc05c2e5a, 0x425f29f1, 0x9e831a9c, 0x1eed754b, 0xdf8cca2e, 0x6da18bb5, 0xcffa2990, 0x87c26faf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   698
	0x81e55942, 0xee16c7b9, 0xe83bcdc4, 0xf3987e53, 0xb39d6f96, 0xfb8961fd, 0x5128bb38, 0xde90c537, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   699
	0x7abbe12a, 0x50ca1e81, 0xd972e5ec, 0x82eca85b, 0x9e6ac1fe, 0xc2f40145, 0x7b1181e0, 0x24f1cbbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   700
	0x598b6612, 0x4af04e49, 0x6ef50314, 0xcb0e1363, 0x0c8a6166, 0x853a898d, 0xc1fb1d88, 0x063ba347, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   701
	0x427387fa, 0xebe47711, 0xdf22c53c, 0xaea4df6b, 0x9d45edce, 0x4eda1ad5, 0xc3002e30, 0xb8886bcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   702
	0x7d87e6e2, 0x4e65b8d9, 0xcc70cc64, 0x855d2c73, 0x791b0736, 0xdbf3d51d, 0x5e8f53d8, 0x55364557, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   703
	0xf55022ca, 0x051733a1, 0xc7e7b88c, 0xbc671a7b, 0x783b4d9e, 0x8cccd865, 0x22eb2e80, 0x41674fdf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   704
	0x8547dbb2, 0x17000769, 0x23a429b4, 0x86f6c983, 0x190c6106, 0xea4e44ad, 0x06aa5e28, 0xa681ab67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   705
	0x185eb19a, 0x8c0b5431, 0x1556bfdc, 0x9ec4598b, 0x46a7e16e, 0xba8539f5, 0x733782d0, 0xfaaf77ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   706
	0x97784482, 0x898839f9, 0x28c41b04, 0x148bea93, 0xef5b6ed6, 0xa522d83d, 0x9f513c78, 0x995ed577, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   707
	0xa7ec346a, 0xfea9d8c1, 0x0244db2c, 0x308d9c9b, 0x6b28a93e, 0x67fc3f85, 0x398a2b20, 0x6bc1e3ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   708
	0x3a062152, 0xe1075089, 0x7145a054, 0x630d8fa3, 0xb24530a6, 0x9b8a8fcd, 0x62c8eec8, 0xa14ec387, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   709
	0xe785ab3a, 0xf91bc151, 0xd2c70a7c, 0x44d3e3ab, 0x639aa50e, 0x076ae915, 0xf8c82770, 0x783f940f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   710
	0x221e7222, 0x3ec64b19, 0xc3ddb9a4, 0xa7acb8b3, 0x9b46a676, 0x86de6b5d, 0x30967518, 0x16127597, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   711
	0x31f8160a, 0xc5ca0de1, 0x24324dcc, 0xb6e82ebb, 0x991ad4de, 0x7d4a36a5, 0x811677c0, 0x7009881f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   712
	0x042e36f2, 0x3a4e29a9, 0x688166f4, 0x27da65c3, 0x371cd046, 0xdab76aed, 0xdd7ecf68, 0x43aaeba7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   713
	0xc95074da, 0xed5dbe71, 0x3d1ba51c, 0x7a5b7dcb, 0x300638ae, 0xb0532835, 0x3fda1c10, 0x1f40c02f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   714
	0x63e26fc2, 0x7167ec39, 0x7865a844, 0x494796d3, 0x35c4ae16, 0x54ee8e7d, 0x8386fdb8, 0x7a5925b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   715
	0xa6dbc7aa, 0xc6bfd301, 0x5d58106c, 0xaafed0db, 0xd7f9d07e, 0x197ebdc5, 0x8fb81460, 0xde463c3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   716
	0x64281c92, 0x181c92c9, 0x2dff7d94, 0xa1e54be3, 0x3a7b3fe6, 0x8d9cd60d, 0xd1f40008, 0x1e9e23c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   717
	0x4b270e7a, 0x07194b91, 0x0dfc8fbc, 0x9ce327eb, 0x9bd29c4e, 0x5405f755, 0x089560b0, 0xa1bafc4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   718
	0x972c3d62, 0x88b51d59, 0x3503e6e4, 0x07e484f3, 0xabbd85b6, 0x871b419d, 0x5d4ad658, 0xb93ae5d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   719
	0x8dff494a, 0x51d32821, 0x715e230c, 0xec5982fb, 0xb1ad9c1e, 0xad61d4e5, 0xcf970100, 0x0a80005f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   720
	0xce5bd232, 0xd3ba8be9, 0xfa67e434, 0xa1b64203, 0x83487f86, 0x3e02d12d, 0xef5080a8, 0x07306be7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   721
	0x6e71781a, 0xc89668b1, 0x9311ca5c, 0x8df2e20b, 0x4ae7cfee, 0xb54b5675, 0xe721f550, 0x75b6486f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   722
	0xea63db02, 0x4ff5de79, 0xfc607584, 0xf60b8313, 0x1e192d56, 0x392c84bd, 0xd709fef8, 0x09bfb5f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   723
	0xe2ca9aea, 0x9b4c0d41, 0xb7ec85ac, 0xde80451b, 0x641e37be, 0xcdbb7c05, 0x7edb3da0, 0x0cbed47f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   724
	0xab3157d2, 0x2a701509, 0x1a629ad4, 0xfbd54823, 0x0c6c8f26, 0x19b15c4d, 0x38bc5148, 0x1669c407, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   725
	0xa897b1ba, 0x981d15d1, 0xae0354fc, 0xb312ac2b, 0x952dd38e, 0xbaeb4595, 0x43a7d9f0, 0xd53aa48f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   726
	0x7ff148a2, 0xf6722f99, 0xe5235424, 0x2a449133, 0xe1bfa4f6, 0x2aea57dd, 0x5dec7798, 0xe6ef9617, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   727
	0x14a5bc8a, 0xbb728261, 0x1cab384c, 0x68fb173b, 0xe133a35e, 0x3353b325, 0xafacca40, 0xc10ab89f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   728
	0x5710ad72, 0x3d852e29, 0xee97a174, 0x88ca5e43, 0x04cf6ec6, 0xf270776d, 0x055f71e8, 0xa9522c27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   729
	0xe301bb5a, 0xbff552f1, 0xd4792f9c, 0xf5ca864b, 0x868ca72e, 0x6fadc4b5, 0x5a4f0e90, 0xbe5010af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   730
	0x6e3c8642, 0x0f7210b9, 0x19f482c4, 0xbf17af53, 0x7f98ec96, 0xc01cbafd, 0xb31a4038, 0x0fd28637, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   731
	0x06f8ae2a, 0xae8e8781, 0x1f423aec, 0xf751f95b, 0xced5defe, 0xbaf27a45, 0x4833a6e0, 0xc76bacbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   732
	0x2261d312, 0x9241d749, 0xebaef814, 0x251d8463, 0xcf591e66, 0x3e08228d, 0x0061e288, 0x60f1a447, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   733
	0x7b1794fa, 0x6e672011, 0x101b5a3c, 0xc3a2706b, 0xdeec4ace, 0x025ad3d5, 0x3b3f9330, 0xf2fe8ccf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   734
	0xbfad93e2, 0x923d81d9, 0xd97c0164, 0xd30cdd73, 0xb48d0436, 0x008bae1d, 0xebbb58d8, 0x87708657, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   735
	0x112b6fca, 0x54e81ca1, 0xd3598d8c, 0x790ceb7b, 0x86ecea9e, 0x655fd165, 0x0297d380, 0x83e9b0df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   736
	0x518cc8b2, 0x11ee1069, 0x9a509eb4, 0xb156ba83, 0x02f19e06, 0x16405dad, 0x28eba328, 0x22502c67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   737
	0x42413e9a, 0xb5ba7d31, 0xfe91d4dc, 0x0e226a8b, 0x1234be6e, 0xc5ba72f5, 0xcaa167d0, 0xf94e18ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   738
	0x72ac7182, 0xda1c82f9, 0x7661d004, 0x88ac1b93, 0x7183ebd6, 0x97ff313d, 0x70f7c178, 0x94d19677, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   739
	0xfea6016a, 0x72c741c1, 0xe099302c, 0x61b3ed9b, 0x1760c63e, 0x5763b885, 0x6d015020, 0x1e8cc4ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   740
	0x1cf98e52, 0x09d1d989, 0x97249554, 0x11fe00a3, 0x6a80eda6, 0x38e128cd, 0xd224b3c8, 0x1675c487, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   741
	0x7de6b83a, 0x8c376a51, 0xd1849f7c, 0x4ad274ab, 0x484e020e, 0x3094a215, 0xc09c8c70, 0x1b46b50f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   742
	0x79a11f22, 0xa6571419, 0x574deea4, 0x067d69b3, 0xdb65a376, 0xd63f445d, 0xfff77a18, 0xc2fdb697, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   743
	0x0ed0630a, 0xb073f6e1, 0x82a922cc, 0xa8ceffbb, 0x421971de, 0xd9c62fa5, 0xe9981cc0, 0x835ce91f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   744
	0xb11023f2, 0x2b3532a9, 0x92d2dbf4, 0x2f9b56c3, 0x04ef0d46, 0x07b283ed, 0xa3351468, 0xaa6a6ca7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   745
	0xe77001da, 0xcc25e771, 0x4e9bba1c, 0x733a8ecb, 0x5d2015ae, 0xddb16135, 0xa9590110, 0x66f0612f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   746
	0xbaf39cc2, 0x1a353539, 0xf6e85d44, 0x7708c7d3, 0x4b1a2b16, 0xaf13e77d, 0xa9e282b8, 0xe0fce6b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   747
	0xf51294aa, 0x9a363c01, 0x8931656c, 0xc9e621db, 0x7cfeed7e, 0x594f36c5, 0xae843960, 0x62621d3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   748
	0x2e388992, 0x8b601bc9, 0x52037294, 0xf6b6bce3, 0x0523fce6, 0x887c6f0d, 0x9744c508, 0x8f3624c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   749
	0xac451b7a, 0x33cdf491, 0xcf7f24bc, 0x04e2b8eb, 0xe092f94e, 0x8bd8b055, 0xe4fec5b0, 0xae531d4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   750
	0x110bea62, 0xbcfee659, 0xe3d91be4, 0x08d635f3, 0x4d8982b6, 0xba451a9d, 0xd3e0db58, 0x01d726d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   751
	0xd8d4964a, 0xa0561121, 0x57d9f80c, 0xc48153fb, 0xf1f9391e, 0x66c6cde5, 0xc5eda600, 0x2fa4615f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   752
	0xa8dabf32, 0xa39a94e9, 0xad5e5934, 0x57d83303, 0xd207bc86, 0x6506ea2d, 0xfd7bc5a8, 0xb9e0ece7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   753
	0x6dce051a, 0x657791b1, 0x41d6df5c, 0x0152f30b, 0x168eacee, 0x1dd28f75, 0xa7b5da50, 0x8776e96f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   754
	0x4a520802, 0x79fc2779, 0xc0c82a84, 0xee6db413, 0xa39baa56, 0x339addbd, 0x371a83f8, 0x7c9476f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   755
	0x557e67ea, 0x171b7641, 0xe64adaac, 0x1c28961b, 0x7ef054be, 0xb6f4f505, 0x0dfc62a0, 0x232bb57f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   756
	0x295ec4d2, 0x512c9e09, 0x918b8fd4, 0x4787b923, 0x06824c26, 0xeb19f54d, 0x79021648, 0x6372c507, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   757
	0x4172beba, 0xe76abed1, 0x274ae9fc, 0xee133d2b, 0xf6fb308e, 0x9a66fe95, 0xf9a63ef0, 0x4c63c58f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   758
	0x292df5a2, 0xa074f899, 0x445d8924, 0x5e574233, 0x4238a1f6, 0xfadd30dd, 0xe0b77c98, 0xec3cd717, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   759
	0x7a78098a, 0x36ce6b61, 0xc02c0d4c, 0xd863e83b, 0xb5cc405e, 0x22a1ac25, 0x38d86f40, 0x3900199f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   760
	0xac2c9a72, 0xd55e3729, 0xff331674, 0xbe4d4f43, 0x717babc6, 0x0c7d906d, 0x00ffb6e8, 0x08f3ad27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   761
	0xb09b485a, 0x23ef7bf1, 0x9583449c, 0xd4ab974b, 0x2dc0842e, 0x2c5dfdb5, 0xb6f7f390, 0x1b21b1af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   762
	0x6407b342, 0xe3b159b9, 0x394137c4, 0x931ae053, 0x52486996, 0x93d413fd, 0x31dfc538, 0x2fd84737, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   763
	0xcb297b2a, 0x1bb6f081, 0x05258fec, 0x84bb4a5b, 0xdc74fbfe, 0xa694f345, 0xcca9cbe0, 0x31298dbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   764
	0x21ac4012, 0xd5776049, 0x0afced14, 0xb8b0f563, 0x15dbdb66, 0x5ef9bb8d, 0xe09ca788, 0x6b6ba547, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   765
	0xb8afa1fa, 0x694dc911, 0x3627ef3c, 0x42a4016b, 0x1ac6a7ce, 0x227f8cd5, 0x8fd2f830, 0xd5b8adcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   766
	0xa54740e2, 0x5af94ad9, 0x7e1b3664, 0xcb408e73, 0x30b30136, 0x2647871d, 0xdfbb5dd8, 0x6a6ec757, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   767
	0x3efabcca, 0xc61d05a1, 0x68df628c, 0x30b6bc7b, 0xecd2879e, 0x6396ca65, 0x23987880, 0x8fb011df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   768
	0x6e45b5b2, 0x5ac01969, 0xdd9113b4, 0x373aab83, 0x2a8adb06, 0x1c5676ad, 0xb700e828, 0x8fe2ad67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   769
	0xcb17cb9a, 0xe9cda631, 0x46e0e9dc, 0x49847b8b, 0xd1f59b6e, 0xef93abf5, 0x085f4cd0, 0x2230b9ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   770
	0x8b549e82, 0x8194cbf9, 0x05938504, 0x49504c93, 0x6e6068d6, 0x7dff8a3d, 0xf3724678, 0x03085777, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   771
	0x4153ce6a, 0x1a48aac1, 0x3301852c, 0x6fde3e9b, 0x94cce33e, 0x9e6f3185, 0x6bcc7520, 0x9c9ba5ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   772
	0x6a60fb52, 0xd2806289, 0xb3978a54, 0x3e7271a3, 0x1a70aaa6, 0x225bc1cd, 0x775478c8, 0xbf60c587, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   773
	0xcd3bc53a, 0xbbb71351, 0x9956347c, 0x7ed505ab, 0x1b355f0e, 0x2a625b15, 0x78c4f170, 0x6a91d60f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   774
	0xa897cc22, 0x36cbdd19, 0xd65223a4, 0x53d21ab3, 0xd038a076, 0x0ac41d5d, 0xca2c7f18, 0xa4acf797, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   775
	0xb19cb00a, 0xe081dfe1, 0x3f33f7cc, 0x59b9d0bb, 0x364c0ede, 0xbfe628a5, 0xa76dc1c0, 0x63f44a1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   776
	0xe26610f2, 0x0e003ba9, 0xddb850f4, 0xd6e047c3, 0x84754a46, 0xf2d19ced, 0x68bf5968, 0x86ededa7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   777
	0x18838eda, 0xd9521071, 0x932fcf1c, 0xfc1d9fcb, 0x726df2ae, 0x8db39a35, 0x0d2be610, 0xdce4022f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   778
	0x8378c9c2, 0xbde67e39, 0x0aff1244, 0x354df8d3, 0x4f23a816, 0xe05d407d, 0x151207b8, 0x3e64a7b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   779
	0xe33d61aa, 0xc510a501, 0xfd1eba6c, 0x89d172db, 0xe7380a7e, 0x54c3afc5, 0xaca45e60, 0xb5c1fe3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   780
	0x96bcf692, 0x4287a4c9, 0xc09b6794, 0x0d0c2de3, 0x3b80b9e6, 0xb380080d, 0x26698a08, 0xb79225c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   781
	0x7a57287a, 0x20e69d91, 0x2e15b9bc, 0x5ee649eb, 0x0787564e, 0xf84f6955, 0xc5bc2ab0, 0x6b2f3e4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   782
	0x965f9762, 0xbe2caf59, 0xd24250e4, 0x3c4be6f3, 0x18097fb6, 0xb692f39d, 0xd94ae058, 0x033767d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   783
	0x9d9de34a, 0x583cfa21, 0x7069cd0c, 0x1fad24fb, 0x7178d61e, 0x0dcfc6e5, 0x25984b00, 0x260cc25f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   784
	0x3bcdac32, 0x095e9de9, 0xd4e8ce34, 0xf17e2403, 0x467af986, 0x2e2f032d, 0x9f7b0aa8, 0x66556de7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   785
	0x341e921a, 0x54bcbab1, 0xf7aff45c, 0xc8b7040b, 0xbe6989ee, 0x6cfdc875, 0x769dbf50, 0xcb7b8a6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   786
	0x4fb43502, 0x42e67079, 0x6ec3df84, 0xbb53e513, 0x8bd22756, 0xe92d36bd, 0x6fff08f8, 0x6a2d37f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   787
	0x1c2634ea, 0x0e4edf41, 0x30bd2fac, 0xbed4e71b, 0x52f671be, 0xbfd26e05, 0x907187a0, 0x0cdc967f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   788
	0x7a0031d2, 0x5fcd2709, 0xa74884d4, 0x98be2a23, 0xe04c0926, 0xd0a68e4d, 0x171bdb48, 0xec3fc607, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   789
	0xfb41cbba, 0x1b1c67d1, 0x11a67efc, 0xdf17ce2b, 0x2efc8d8e, 0x1286b795, 0xc7f8a3f0, 0x77d0e68f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   790
	0x11dea2a2, 0xbb5bc199, 0x372bbe24, 0x08edf333, 0x3f659ef6, 0x77f409dd, 0x86568198, 0x2e4e1817, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   791
	0x0e3e568a, 0x3f8e5461, 0x69c0e24c, 0x8ed0b93b, 0xbd98dd5e, 0x6393a525, 0x3f581440, 0x86397a9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   792
	0xedbc8772, 0xa71b4029, 0xd8628b74, 0x1b544043, 0x77dbe8c6, 0xacaea96d, 0x2473fbe8, 0xe6592e27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   793
	0xf928d55a, 0xfe4da4f1, 0x31a1599c, 0xcb90a84b, 0xa528612e, 0x33b236b5, 0x35f4d890, 0xae3752af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   794
	0x3346e042, 0xfad4a2b9, 0x9621ecc4, 0x7fa21153, 0xfbabe696, 0x06af6cfd, 0x1d794a38, 0x4ea20837, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   795
	0x974e482a, 0x28435981, 0xdb1ce4ec, 0x3b289b5b, 0x974818fe, 0x15db6c45, 0x5873f0e0, 0x722b6ebf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   796
	0x276aad12, 0xa490e949, 0x1cdee214, 0x95c86663, 0xb0129866, 0x780f548d, 0xb2ab6c88, 0x35a9a647, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   797
	0xcb3baefa, 0x6c987211, 0xa148843c, 0x3ba9926b, 0x20d504ce, 0x3f4845d5, 0x10ba5d30, 0x70b6cecf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   798
	0xfe54ede2, 0x389913d9, 0x0a4e6b64, 0x7df83f73, 0xbd8cfe36, 0xdd27601d, 0x8a8f62d8, 0x0e310857, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   799
	0x4ebe09ca, 0xe8b5eea1, 0xd879378c, 0xf3648d7b, 0x79ec249e, 0x1771c365, 0xd5ed1d80, 0x74ba72df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   800
	0xab72a2b2, 0x81762269, 0x3d6588b4, 0x28a29c83, 0x5fd81806, 0x8c908fad, 0x00ea2d28, 0xff392e67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   801
	0x82e2589a, 0xb844cf31, 0x3e43fedc, 0x60ea8c8b, 0x55ea786e, 0xc810e4f5, 0x7c7131d0, 0x85575aef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   802
	0xb170cb82, 0x0ff114f9, 0x26593a04, 0x66787d93, 0xb5f0e5d6, 0xe723e33d, 0x76c0cb78, 0xf4031877, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   803
	0x3ff59b6a, 0x852e13c1, 0x497dda2c, 0x6b0c8f9b, 0xb36d003e, 0xcd1eaa85, 0x85eb9a20, 0xf5ee86ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   804
	0xf23c6852, 0xcb12eb89, 0x169e7f54, 0xf86ae2a3, 0x921467a6, 0xe7fa5acd, 0xa2583dc8, 0xac0fc687, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   805
	0xa584d23a, 0x179abc51, 0x7a3bc97c, 0xf0db96ab, 0xac50bc0e, 0x84d41415, 0x71415670, 0x7620f70f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   806
	0x7f027922, 0x8024a619, 0x90ea58a4, 0x9faacbb3, 0x49bf9d76, 0xb46cf65d, 0xdf358418, 0xcb203897, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   807
	0xea5cfd0a, 0xe5f3c8e1, 0xa9d2cccc, 0xd9a8a1bb, 0x45b2abde, 0xbfaa21a5, 0x0a9766c0, 0x21cfab1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   808
	0x682ffdf2, 0x72af44a9, 0x9931c5f4, 0x2da938c3, 0x85af8746, 0x2c14b5ed, 0x7e1d9e68, 0xe9356ea7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   809
	0x2c8b1bda, 0xa4e23971, 0x5ad7e41c, 0x2504b0cb, 0x3fefcfae, 0x5059d335, 0xbb52cb10, 0x911ba32f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   810
	0x8d71f6c2, 0xec7bc739, 0x04a9c744, 0x941729d3, 0x11e12516, 0x78ca997d, 0x15158cb8, 0xa29068b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   811
	0x415c2eaa, 0xd74f0e01, 0x09200f6c, 0xfac0c3db, 0xe6a5277e, 0x9bdc28c5, 0xda188360, 0xe865df3f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   812
	0x6db56392, 0xcd932dc9, 0xc9c75c94, 0xf4e59ee3, 0xad9176e6, 0x9ea7a10d, 0xcf624f08, 0xa7b226c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   813
	0x855d357a, 0x5e634691, 0x79c04ebc, 0xbaeddaeb, 0xe0afb34e, 0x296a2255, 0xfacd8fb0, 0xe84f5f4f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   814
	0xf7274462, 0x1c3e7859, 0x503f85e4, 0xb24597f3, 0xdb3d7cb6, 0x0c04cc9d, 0xbd88e558, 0xcd5ba8d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   815
	0xac5b304a, 0x0987e321, 0x0b0da20c, 0x0ddcf5fb, 0x002c731e, 0x327cbfe5, 0x3e96f000, 0xfdb9235f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   816
	0x57349932, 0x9506a6e9, 0xc1074334, 0x7ea81503, 0xb0a23686, 0x297b1c2d, 0x254e4fa8, 0x1c8deee7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   817
	0x91631f1a, 0x2665e3b1, 0x049d095c, 0xf41f150b, 0x127866ee, 0x32cd0175, 0xa3d9a450, 0x51c42b6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   818
	0xca8a6202, 0x3ab4b979, 0x56539484, 0x6cbe1613, 0xa6bca456, 0xe9e38fbd, 0xd1b78df8, 0xe289f8f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   819
	0x06c201ea, 0x10e64841, 0xe74384ac, 0xd685381b, 0xb0308ebe, 0x7853e705, 0x563aaca0, 0xd9d1777f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   820
	0x6d159ed2, 0xe651b009, 0xab9979d4, 0xff789b23, 0x69c9c626, 0x5a57274d, 0x6309a048, 0xc0d0c707, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   821
	0xa604d8ba, 0xc33210d1, 0xbd1613fc, 0x96205f2b, 0x0d31ea8e, 0xb34a7095, 0xfe9f08f0, 0x6782078f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   822
	0x0a034fa2, 0xd7268a99, 0x0d8df324, 0x3a08a433, 0xa9469bf6, 0x322ee2dd, 0x9ec98698, 0xbd235917, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   823
	0x9ff8a38a, 0x65b23d61, 0x6969b74c, 0x9c418a3b, 0xc8997a5e, 0x86299e25, 0x132bb940, 0xb8b6db9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   824
	0xebc07472, 0x42bc4929, 0xca260074, 0xafdf3143, 0xe7f025c6, 0x6303c26d, 0xbfbc40e8, 0x5182af27, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   825
	0x8caa625a, 0xdf0fcdf1, 0xf8d36e9c, 0xea79b94b, 0xbcc43e2e, 0x15aa6fb5, 0x2745bd90, 0x8790f3af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   826
	0xabfa0d42, 0xe4dbebb9, 0x8096a1c4, 0x94ad4253, 0x4bc36396, 0xa8aec5fd, 0xc5e6cf38, 0x7c2fc937, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   827
	0x3b67152a, 0x6433c281, 0xf12839ec, 0x2a99ec5b, 0xcf4f35fe, 0x98c5e545, 0x3b9215e0, 0x9a714fbf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   828
	0x039d1a12, 0x8f8e7249, 0x7154d714, 0xcc63d763, 0x6dfd5566, 0x1948ed8d, 0xc68e3188, 0xcfaba747, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   829
	0x82bbbbfa, 0x08471b11, 0xa17d193c, 0xbeb3236b, 0xc11761ce, 0xe8b4fed5, 0x0df5c230, 0xd3f8efcf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   830
	0x9ad69ae2, 0xbb1cdcd9, 0xce15a064, 0xfb33f073, 0x2b1afb36, 0xb52b391d, 0x3c3767d8, 0x82b74957, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   831
	0x107556ca, 0x4cb2d7a1, 0x72270c8c, 0xd1165e7b, 0xfe39c19e, 0x10f0bc65, 0x6995c280, 0x4308d3df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   832
	0xd9138fb2, 0x16102b69, 0x09cdfdb4, 0x958e8d83, 0x72d95506, 0xf6eea8ad, 0x56a77228, 0x8053af67, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   833
	0x39a0e59a, 0xb11ff831, 0x34bb13dc, 0x64549d8b, 0x6e13556e, 0xdf321df5, 0x76d716d0, 0x32c1fbef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   834
	0xb500f882, 0x15315df9, 0x28b2ef04, 0xf024ae93, 0x183562d6, 0x636c3c3d, 0x4ae35078, 0x77c1d977, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   835
	0xca8b686a, 0x43777cc1, 0x740e2f2c, 0x633ee09b, 0x43411d3e, 0x73722385, 0x0b5ebf20, 0x3a8567ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   836
	0x848bd552, 0x83897489, 0x10397454, 0x4fe753a3, 0xa16c24a6, 0x19bcf3cd, 0xa33002c8, 0xec82c787, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   837
	0xd6c1df3a, 0x2fe26551, 0xc4355e7c, 0xb0e627ab, 0xcba0190e, 0xcfe9cd15, 0xfa11bb70, 0x4df4180f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   838
	0xcce12622, 0x12616f19, 0xd7168da4, 0xfa077cb3, 0x17fa9a76, 0x6339cf5d, 0x8f128918, 0x46577997, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   839
	0x89114a0a, 0x50c9b1e1, 0x1285a1cc, 0x389b72bb, 0x404d48de, 0x69121aa5, 0x63150bc0, 0xccef0c1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   840
	0x126deaf2, 0xe9424da9, 0x153f3af4, 0x43f629c3, 0xd89dc446, 0x437bceed, 0x334fe368, 0xe140efa7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   841
	0xf386a8da, 0xbed66271, 0xf593f91c, 0xfdefc1cb, 0x95a5acae, 0xb5a40c35, 0x03cdb010, 0x9397442f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   842
	0xa8df23c2, 0x35f51039, 0x33e87c44, 0xa3645ad3, 0x6352a216, 0x085bf27d, 0xf9ed11b8, 0x1d8029b7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   843
	0xdf6efbaa, 0x60f17701, 0xfd35646c, 0x2cb414db, 0x4b46447e, 0xbe98a1c5, 0x86e0a860, 0x0a4dc03f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   844
	0x8321d092, 0xbc82b6c9, 0xbd875194, 0xbe430fe3, 0x2b5633e6, 0xd9f33a0d, 0xe22f1408, 0x6f9627c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   845
	0x9d57427a, 0x7c43ef91, 0x027ee3bc, 0x28f96beb, 0x3c0c104e, 0xaf28db55, 0xd432f4b0, 0x35b3804f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   846
	0x0362f162, 0x67344159, 0xadd0bae4, 0x7ac348f3, 0x672579b6, 0x4a9aa59d, 0xd09aea58, 0x7043e9d7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   847
	0xd50c7d4a, 0x4436cc21, 0x77c5770c, 0x9f10c6fb, 0x6e14101e, 0x64cdb8e5, 0x60e99500, 0xc6a9845f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   848
	0xcb0f8632, 0xd692afe9, 0xc1b9b834, 0x0f560603, 0xe07d7386, 0xe6eb352d, 0xdef594a8, 0xec8a6fe7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   849
	0x559bac1a, 0x6a730cb1, 0xb89e1e5c, 0x938b260b, 0xe2bb43ee, 0xff403a75, 0x7f698950, 0x2a50cc6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   850
	0x8ad48f02, 0xf1670279, 0xc7774984, 0x12ac4713, 0xc45b2156, 0xc5bde8bd, 0xac4412f8, 0xf5aab9f7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   851
	0xe551ceea, 0xaee1b141, 0x59ddd9ac, 0x7339891b, 0x669eabbe, 0x70796005, 0xaf57d1a0, 0x9a0a587f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   852
	0xd29f0bd2, 0x74ba3909, 0xee7e6ed4, 0x8bb70c23, 0x72fb8326, 0x182bc04d, 0xaccb6548, 0xf125c807, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   853
	0x11bbe5ba, 0x6fabb9d1, 0x7999a8fc, 0x232cf02b, 0x619b478e, 0x0cb22995, 0xed996df0, 0x2b77288f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   854
	0xe19bfca2, 0x83d55399, 0x17842824, 0x01a75533, 0x4fdb98f6, 0xb98dbbdd, 0x7a108b98, 0xa8bc9a17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   855
	0xffa6f08a, 0x393a2661, 0x0f268c4c, 0x10b65b3b, 0xa6ce175e, 0x1a639725, 0x04535e40, 0xe0783c9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   856
	0x76386172, 0x38415229, 0x247d7574, 0x8bee2243, 0x91b862c6, 0xbf7cdb6d, 0x22d885e8, 0x5a703027, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   857
	0x3b1fef5a, 0x5635f6f1, 0x3b19839c, 0x4166ca4b, 0x44941b2e, 0x6246a8b5, 0xdaeaa290, 0xb72e94af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   858
	0x9e213a42, 0x31c734b9, 0x489f56c4, 0xe23c7353, 0x128ee096, 0x09d21efd, 0x7b285438, 0xc8818a37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   859
	0x8773e22a, 0x5f882b81, 0x97478eec, 0x630f3d5b, 0x548a52fe, 0xbf545e45, 0xc6043ae0, 0xb9fb30bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   860
	0x86438712, 0x266ffb49, 0x585ecc14, 0x6c834863, 0x1f9c1266, 0xd2a6868d, 0x6c44f688, 0x4971a847, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   861
	0xaf2fc8fa, 0xcc59c411, 0x86c5ae3c, 0xdbc0b46b, 0xcb8dbece, 0xaec5b7d5, 0xd7852730, 0x0f7f10cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   862
	0x4acc47e2, 0x7284a5d9, 0x1970d564, 0x52f3a173, 0x495cf836, 0x3e53121d, 0x44b36cd8, 0xd8018a57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   863
	0x5420a3ca, 0x8213c0a1, 0x85e8e18c, 0xd9cc2f7b, 0x49bb5e9e, 0xe013b565, 0x2e926780, 0x0a9b34df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   864
	0xc7287cb2, 0xa88e3469, 0x92ca72b4, 0x8dfe7e83, 0x338e9206, 0xeb70c1ad, 0x0838b728, 0x23323067, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   865
	0xbf53729a, 0x645f2131, 0x7a4628dc, 0x63c2ae8b, 0xea70326e, 0xc4f756f5, 0x4790fbd0, 0x3a709cef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   866
	0x66052582, 0x2155a6f9, 0x5ca0a404, 0xf654df93, 0x652ddfd6, 0x82d8953d, 0xbfd9d578, 0x9e449a77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   867
	0xb115356a, 0xe524e5c1, 0x02b2842c, 0x6875319b, 0x14493a3e, 0x21699c85, 0x4c25e420, 0x7a6048ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   868
	0xf14f4252, 0x8be3fd89, 0xf0686954, 0x54e7c4a3, 0x1877e1a6, 0x47a38ccd, 0xc9dbc7c8, 0x90b9c887, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   869
	0x30f2ec3a, 0x948e0e51, 0xc742f37c, 0xcef4b8ab, 0x4923760e, 0x9ba38615, 0x63362070, 0x020b390f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   870
	0x6233d322, 0x7d823819, 0xf8d6c2a4, 0x72e82db3, 0x0ae99776, 0xa72aa85d, 0x29c38e18, 0x2652ba97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   871
	0x5db9970a, 0xb1039ae1, 0xc94c76cc, 0x869243bb, 0xf61be5de, 0x4c1e13a5, 0x00e6b0c0, 0x75526d1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   872
	0xb11fd7f2, 0x01b956a9, 0xa1e0aff4, 0x29c71ac3, 0x4d400146, 0xc906e7ed, 0xd8562868, 0x7f1070a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   873
	0x3d7635da, 0xb72e8b71, 0xb3640e1c, 0x96ded2cb, 0x438f89ae, 0x4d924535, 0x369c9510, 0xf456e52f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   874
	0xa5c050c2, 0x2a525939, 0xe8bb3144, 0x73358bd3, 0x13781f16, 0x1f114b7d, 0x139896b8, 0xbf33eab7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   875
	0x8d75c8aa, 0xf1f7e001, 0x295eb96c, 0x2fab65db, 0xe51b617e, 0x4cf91ac5, 0x02fccd60, 0x2b79a13f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   876
	0xa7023d92, 0x9f563fc9, 0xebdb4694, 0x792480e3, 0x84cef0e6, 0xf562d30d, 0xaecfd908, 0x1f3e28c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   877
	0x92454f7a, 0x0a889891, 0x185178bc, 0xb908fceb, 0xe99c6d4e, 0x198b9455, 0xa1ec59b0, 0x635ba14f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   878
	0x8b129e62, 0x2f0e0a59, 0x3af5efe4, 0xa5c4f9f3, 0x8bc176b6, 0x02547e9d, 0x6280ef58, 0xfbf02ad7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   879
	0xe7b1ca4a, 0x9849b521, 0x06914c0c, 0xe34897fb, 0x8b2fad1e, 0x34c2b1e5, 0xdc903a00, 0x90dde55f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   880
	0x675e7332, 0x5e02b8e9, 0x27002d34, 0xb387f703, 0xa60cb086, 0xf67f4e2d, 0x1c70d9a8, 0xe64af0e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   881
	0x50c8391a, 0xb0e435b1, 0x63b3335c, 0xb6fb370b, 0xff3220ee, 0x62577375, 0x594d6e50, 0x65216d6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   882
	0x6092bc02, 0xf6fd4b79, 0x122efe84, 0xbd1e7813, 0xb4ad9e56, 0x0cbc41bd, 0x4fa497f8, 0xb38f7af7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   883
	0x87d59bea, 0x78411a41, 0xd88c2eac, 0xa4f1da1b, 0x4640c8be, 0x3842d905, 0xebc8f6a0, 0x5d87397f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   884
	0x7a9c78d2, 0x9b06c209, 0xbff763d4, 0x4d797d23, 0xcbe14026, 0x9a24594d, 0x44612a48, 0x8d3ec907, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   885
	0x0e66f2ba, 0xb08962d1, 0x97313dfc, 0x963d812b, 0xfc38a48e, 0xaebde295, 0xe4e7d2f0, 0xd3b0498f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   886
	0x68a8a9a2, 0x51681c99, 0xa50e5d24, 0x6fca0633, 0x032495f6, 0x9e1094dd, 0x682b9098, 0x0119db17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   887
	0xfd493d8a, 0x4a260f61, 0xaaf7614c, 0xfc2f2c3b, 0x2836b45e, 0xb0419025, 0x62cf0340, 0x0d7d9d9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   888
	0x5d244e72, 0x17aa5b29, 0x3768ea74, 0xbf811343, 0x45349fc6, 0x5219f46d, 0x9dc8cae8, 0x1121b127, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   889
	0xd4897c5a, 0xf3c01ff1, 0x4873989c, 0xe057db4b, 0x0c97f82e, 0xa986e1b5, 0xa0e38790, 0x4d1035af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   890
	0xd9bc6742, 0x71967db9, 0x3e3c0bc4, 0x784fa453, 0x200e5d96, 0xba1977fd, 0x8d3dd938, 0x43974b37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   891
	0x4b74af2a, 0xaa409481, 0x1d7ae3ec, 0xf4888e5b, 0xf6f96ffe, 0x1986d745, 0x47ca5fe0, 0xe0c911bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   892
	0x7f5df412, 0xf9358449, 0x21fcc114, 0x8626b963, 0x94eecf66, 0x34281f8d, 0xf3cfbb88, 0xb2fba947, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   893
	0x2097d5fa, 0x48d06d11, 0xa122433c, 0xa2d2456b, 0x10381bce, 0x217a70d5, 0xbd688c30, 0x334931cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   894
	0xde35f4e2, 0xeed06ed9, 0x3c600a64, 0x95375273, 0xe852f536, 0x089eeb1d, 0xf40371d8, 0x1e0fcb57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   895
	0xe9bff0ca, 0x18d8a9a1, 0x63beb68c, 0x1d86007b, 0x2c70fb9e, 0x14daae65, 0x74e30c80, 0xdb7195df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   896
	0x45b169b2, 0xc8f03d69, 0x285ae7b4, 0x21f26f83, 0x71f7cf06, 0xfa16daad, 0x659dfc28, 0xf7d4b167, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   897
	0xe3f9ff9a, 0x62024a31, 0x5ee53ddc, 0x6f34bf8b, 0x9b010f6e, 0x09608ff5, 0x3e9ee0d0, 0xac633def, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   898
	0x947d5282, 0xc45deff9, 0x12225904, 0x89091093, 0x6cda5cd6, 0xd568ee3d, 0x25a45a78, 0x778b5b77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   899
	0xc393026a, 0xfa364ec1, 0x456ad92c, 0x8aaf829b, 0xf685573e, 0x67051585, 0x98410920, 0xc57f29ff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   900
	0x0886af52, 0x74228689, 0x072b5e54, 0x176c35a3, 0xc7379ea6, 0x01ae25cd, 0x665b8cc8, 0xa8b4c987, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   901
	0x8417f93a, 0xd59db751, 0xd364887c, 0x5b0749ab, 0xf4dad30e, 0x78013f15, 0xfcae8570, 0xa2665a0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   902
	0x0efa8022, 0x51870119, 0x462af7a4, 0x1a4cdeb3, 0xf28c9476, 0x103f815d, 0xff489318, 0x7b11fb97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   903
	0x3855e40a, 0x96a183e1, 0x1e274bcc, 0xd38d14bb, 0x371e82de, 0xf8ce0ca5, 0x340c55c0, 0x2af9ce1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   904
	0x1445c4f2, 0x4c145fa9, 0x8f1624f4, 0xef1c0bc3, 0xb3963e46, 0x4cb600ed, 0xbd306d68, 0xd2a3f1a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   905
	0xda59c2da, 0x1deab471, 0xe448231c, 0xffd1e3cb, 0x19ad66ae, 0xa8247e35, 0xa3bf7a10, 0xc35a862f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   906
	0x54157dc2, 0x5993a239, 0x7321e644, 0x138abcd3, 0xf2519c16, 0x4ceaa47d, 0xb2181bb8, 0x97ababb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   907
	0x1b7095aa, 0x1a624901, 0xdd9c0e6c, 0x13a6b6db, 0x84247e7e, 0xd6fd93c5, 0x9e6cf260, 0x5be9823f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   908
	0xa956aa92, 0x060dc8c9, 0xa4c33b94, 0x3589f1e3, 0x89fbade6, 0x80f66c0d, 0x85449e08, 0xc6aa29c7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   909
	0x34275c7a, 0x99314191, 0x0b380dbc, 0x7b1c8deb, 0xb960ca4e, 0xf8924d55, 0xb3f9beb0, 0x8147c24f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   910
	0x5e364b62, 0x03cbd359, 0x47af24e4, 0x434aaaf3, 0x191173b6, 0xc332579d, 0xc33af458, 0x80606bd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   911
	0xb44b174a, 0x95c09e21, 0x0771210c, 0xea8468fb, 0x277f4a1e, 0x325baae5, 0x018adf00, 0x6c56465f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   912
	0xfc216032, 0xbb56c1e9, 0x40daa234, 0x7b3de803, 0xd14fed86, 0xe837672d, 0x2dc01ea8, 0x19cf71e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   913
	0x52e8c61a, 0x89b95eb1, 0x55dc485c, 0x6e6f480b, 0x37dcfdee, 0xec12ac75, 0x81855350, 0x12360e6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   914
	0x1bc4e902, 0xdb779479, 0x867ab384, 0x7c14a913, 0x47b41b56, 0x4ede9abd, 0x0bd91cf8, 0x2c383bf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   915
	0xbe4d68ea, 0xfd048341, 0xb34e83ac, 0x7bae2b1b, 0x1f16e5be, 0x5fb05205, 0x5b8e1ba0, 0x34481a7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   916
	0x350de5d2, 0xe9374b09, 0x700458d4, 0x54bfee23, 0x447afd26, 0x7040f24d, 0x79caef48, 0xa51bca07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   917
	0x6c05ffba, 0x15cb0bd1, 0x65dcd2fc, 0xff52122b, 0xad0a018e, 0x296d9b95, 0x348a37f0, 0x702d6a8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   918
	0x6f2956a2, 0xcfdee599, 0x062c9224, 0x9470b733, 0x932192f6, 0x6fb76ddd, 0xb91a9598, 0xd63b1c17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   919
	0x68df8a8a, 0x2875f861, 0x8cdc364c, 0x6eabfd3b, 0x1cd3515e, 0xd7c38925, 0x7e9ea840, 0x4fc6fe9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   920
	0x70843b72, 0x70f76429, 0x52e85f74, 0x5a980443, 0xd264dcc6, 0xaadb0d6d, 0x808d0fe8, 0x85973227, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   921
	0x28e7095a, 0x47ae48f1, 0x70e1ad9c, 0xd74cec4b, 0xe4cfd52e, 0x7b6b1ab5, 0xc9306c90, 0x5935d6af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   922
	0x2ecb9442, 0x3449c6b9, 0xb16cc0c4, 0x66e6d553, 0x4441da96, 0x4984d0fd, 0x4c275e38, 0xfd710c37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   923
	0x57697c2a, 0xd45cfd81, 0xd3c238ec, 0xef05df5b, 0x869c8cfe, 0x375d5045, 0x10e484e0, 0x1edaf2bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   924
	0xbeec6112, 0x97df0d49, 0x1e2eb614, 0x294e2a63, 0x9df58c66, 0xcdcdb88d, 0xad2e8088, 0x1c49aa47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   925
	0xa6f3e2fa, 0x0dab1611, 0x4092d83c, 0x23e7d66b, 0x5f1678ce, 0xd0d329d5, 0x0f9ff130, 0x4f5752cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   926
	0x2513a1e2, 0xc00037d9, 0x86e33f64, 0xd1ff0373, 0xd7fcf236, 0xa40ec41d, 0x9a2776d8, 0x64e20c57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   927
	0xa1533dca, 0xa10192a1, 0x5ba88b8c, 0xac43d17b, 0x765a989e, 0x3f45a765, 0x8c87b180, 0xc58bf6df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   928
	0x24ae56b2, 0x07364669, 0x1a7f5cb4, 0x616a6083, 0xfe150c06, 0xb2e0f3ad, 0xbed74128, 0x0e3b3267, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   929
	0x77948c9a, 0x3a097331, 0x329852dc, 0x96aad08b, 0x4fc5ec6e, 0x3c6dc8f5, 0xac00c5d0, 0x9899deef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   930
	0x10697f82, 0x8e4a38f9, 0x99380e04, 0xb8414193, 0xff3ad9d6, 0xeb1d473d, 0xcc42df78, 0x13961c77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   931
	0xd204cf6a, 0x12abb7c1, 0x8c372e2c, 0xd9edd39b, 0xb9f5743e, 0xd4448e85, 0x3fb02e20, 0x2be20aff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   932
	0x9a321c52, 0xcc450f89, 0xa4825354, 0xa774a6a3, 0x7dab5ba6, 0xd7dcbecd, 0xc8af51c8, 0x4473ca87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   933
	0xa031063a, 0x83116051, 0x389a1d7c, 0x651ddaab, 0x9ec6300e, 0xf502f815, 0x167aea70, 0x3f057b0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   934
	0xa3352d22, 0x1e6fca19, 0x0f132ca4, 0x00358fb3, 0x9ee39176, 0x2e785a5d, 0x5fa19818, 0x54953c97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   935
	0xe8e6310a, 0x91a36ce1, 0x611620cc, 0x2f8be5bb, 0xd3551fde, 0xff2205a5, 0x4c85fac0, 0xfde52f1f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   936
	0x0bdfb1f2, 0x585368a9, 0x2cdf99f4, 0xa3f4fcc3, 0xdba07b46, 0x5e8919ed, 0x31deb268, 0xebfb72a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   937
	0x9a314fda, 0x830add71, 0xd840381c, 0x48c8f4cb, 0xe7ff43ae, 0x555ab735, 0x9b365f10, 0x10a2272f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   938
	0x83deaac2, 0x53b8eb39, 0x231c9b44, 0x9463edd3, 0xcfdf1916, 0x21e7fd7d, 0x256ba0b8, 0xb6e76cb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   939
	0x595f62aa, 0x6a30b201, 0x69ed636c, 0xe8a607db, 0xf8619b7e, 0xeca60cc5, 0xa9311760, 0xab9d633f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   940
	0x5a1f1792, 0x80a951c9, 0x383f3094, 0x037362e3, 0x0adc6ae6, 0x0cae050d, 0xb58d6308, 0x75da2ac7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   941
	0x52fd697a, 0xb83dea91, 0x2b32a2bc, 0x7f341eeb, 0x7b59274e, 0xdc3d0655, 0x5a5b23b0, 0x9f77e34f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   942
	0x4ccdf862, 0x756d9c59, 0x23fc59e4, 0x63545bf3, 0xdf1570b6, 0x1d34309d, 0x42c8f958, 0x0d94acd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   943
	0x0ad8644a, 0xcc9b8721, 0xca64f60c, 0xc4c439fb, 0x1302e71e, 0xed98a3e5, 0x1fd98400, 0x6912a75f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   944
	0x59584d32, 0x7e8ecae9, 0x5f491734, 0x7677d903, 0x32472a86, 0x4c13802d, 0x62e363a8, 0x9717f2e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   945
	0x2bfd531a, 0x84f287b1, 0xdf195d5c, 0xc9e7590b, 0x5cbbdaee, 0x2c71e575, 0x48113850, 0x418eaf6f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   946
	0x8c6b1602, 0x2ed5dd79, 0x745a6884, 0x5f8eda13, 0x4d6e9856, 0x1c24f3bd, 0x30e1a1f8, 0x6fa4fcf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   947
	0x58b935ea, 0xcd2bec41, 0x3a24d8ac, 0x076e7c1b, 0xc12102be, 0x76c1cb05, 0x4ea740a0, 0x2e4cfb7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   948
	0xd1f352d2, 0xef4bd409, 0x4ea54dd4, 0xb18a5f23, 0xacc8ba26, 0x2a818b4d, 0x9d08b448, 0x48bccb07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   949
	0xfa990cba, 0x2f70b4d1, 0x359c67fc, 0x6e6aa32b, 0x440f5e8e, 0x0cc15495, 0x2c809cf0, 0x10ee8b8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   950
	0xc51e03a2, 0x8f39ae99, 0x8adec724, 0x7f9b6833, 0xcfd28ff6, 0xbe8246dd, 0xbcdd9a98, 0x38205d17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   951
	0x1269d78a, 0x6429e161, 0x04d50b4c, 0x782cce3b, 0x54a3ee5e, 0x20e98225, 0xa7c24d40, 0xb7545f9f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   952
	0x80582872, 0xd4286d29, 0xc6fbd474, 0x6d32f543, 0x094919c6, 0x59c0266d, 0x1b2554e8, 0xc7d0b327, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   953
	0x0838965a, 0xe20071f1, 0x0463c29c, 0x3645fd4b, 0x9d3bb22e, 0x67f353b5, 0xa3d15190, 0xeb9f77af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   954
	0x6d4ec142, 0x09e10fb9, 0xf23175c4, 0xbe020653, 0x4f295796, 0x481429fd, 0x07e4e338, 0x060ecd37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   955
	0x7b52492a, 0x6ddd6681, 0x0a1d8dec, 0x6287305b, 0xd373a9fe, 0xa8d7c945, 0x7152a9e0, 0x8430d3bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   956
	0x14eece12, 0x926c9649, 0x9cf4ab14, 0x65f99b63, 0x0ab04966, 0x2f97518d, 0xe8614588, 0x955bab47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   957
	0x1243effa, 0xaae9bf11, 0xb5176d3c, 0x6f01676b, 0x8828d5ce, 0x4ccfe2d5, 0x1e2b5630, 0x73a973cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   958
	0xef654ee2, 0x761400d9, 0x48fa7464, 0x194ab473, 0xe85aef36, 0xa0a29d1d, 0x871f7bd8, 0xbc784d57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   959
	0x4ada8aca, 0xaa8e7ba1, 0xbda6608c, 0x9605a27b, 0xf778359e, 0xef54a065, 0xc5805680, 0xd8ea57df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   960
	0x341f43b2, 0xf3604f69, 0xb937d1b4, 0x5c665183, 0xa7e64906, 0xa5cf0cad, 0x63e48628, 0x7665b367, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   961
	0x4a23199a, 0x7c749c31, 0x455f67dc, 0xea24e18b, 0xd8bec96e, 0xee1f01f5, 0xdfb6aad0, 0x0f147fef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   962
	0xa9c9ac82, 0x0f1a81f9, 0x41e1c304, 0x93fd7293, 0xec4f56d6, 0x53f5a03d, 0x03b56478, 0x8264dd77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   963
	0xac6a9c6a, 0xbe8520c1, 0x2717832c, 0x6630249b, 0x2e99913e, 0xf9280785, 0x92735320, 0xbd88ebff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   964
	0x76518952, 0x244b9889, 0x186d4854, 0x150117a3, 0x0bd318a6, 0x5a2f57cd, 0x40d716c8, 0x73f6cb87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   965
	0x553e133a, 0x2ce90951, 0x46e3b27c, 0xfd386bab, 0x16e58d0e, 0xa2a8b115, 0x009b4f70, 0xe7e89c0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   966
	0xeee3da22, 0x743c9319, 0xa38f61a4, 0x34a240b3, 0xdfee8e76, 0x91d5335d, 0x9ace9d18, 0xc2dc7d97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   967
	0x3f6a7e0a, 0x320955e1, 0xe218f5cc, 0xaa8eb6bb, 0x9abfbcde, 0xef19fea5, 0x9a539fc0, 0xfe14901f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   968
	0x67ed9ef2, 0xb67671a9, 0xcb3d0ef4, 0x5851edc3, 0x955eb846, 0x8e8032ed, 0x8660f768, 0xdb16f3a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   969
	0x4cfcdcda, 0x768f0671, 0xdf4c4d1c, 0x81c405cb, 0x7e8520ae, 0xe534f035, 0x6d014410, 0xec2dc82f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   970
	0x051bd7c2, 0xa8c23439, 0x48ab5044, 0x05c11ed3, 0x7c209616, 0x2e09567d, 0xbd9325b8, 0x2ce72db7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   971
	0x17422faa, 0x71631b01, 0x1e52b86c, 0xbea958db, 0x11d2b87e, 0x1df285c5, 0x73493c60, 0x2a95443f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   972
	0x895b8492, 0x9f28dac9, 0xf64f2594, 0xf2e0d3e3, 0xd77127e6, 0x28899e0d, 0x8faa2808, 0x3cce2bc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   973
	0xbec7767a, 0xf7ae9391, 0xc84137bc, 0xd54fafeb, 0xff85844e, 0x548bbf55, 0xe51088b0, 0xcdec044f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   974
	0x26d9a562, 0x13f36559, 0x1fdd8ee4, 0x15e20cf3, 0xadcd6db6, 0xa05a099d, 0x312afe58, 0xb38cedd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   975
	0xbb59b14a, 0xccda7021, 0x9f6ccb0c, 0x82080afb, 0x1dba841e, 0xf6799ce5, 0x877c2900, 0x9713085f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   976
	0x4f033a32, 0x37aad3e9, 0xd24b8c34, 0xb535ca03, 0x98f26786, 0xb213992d, 0x0bdaa8a8, 0x6e2473e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   977
	0xac05e01a, 0x328fb0b1, 0x4f6a725c, 0xd9636a0b, 0x3dceb7ee, 0xb3751e75, 0xfcf11d50, 0x032b506f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   978
	0x82854302, 0x81182679, 0x2bce1d84, 0x778d0b13, 0x95dd1556, 0x048f4cbd, 0x0ebe26f8, 0x8dd5bdf7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   979
	0x271902ea, 0x78b75541, 0xbd0f2dac, 0x5832cd1b, 0xfc5f1fbe, 0x0d774405, 0x151465a0, 0x5b95dc7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   980
	0x214cbfd2, 0x3d445d09, 0xabda42d4, 0x73d8d023, 0xd4ca7726, 0x58e6244d, 0xfe1a7948, 0x8821cc07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   981
	0x8a2019ba, 0x8d7a5dd1, 0x566ffcfc, 0xf387342b, 0x9148bb8e, 0xe8b90d95, 0x1ccb01f0, 0xc5f3ac8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   982
	0x3a86b0a2, 0x1f787799, 0x8324fc24, 0x414a1933, 0x89378cf6, 0x1a711fdd, 0xc3749f98, 0x36c99e17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   983
	0xc9e8248a, 0x8d41ca61, 0x62e1e04c, 0x28b19f3b, 0x9fa88b5e, 0x1bb37b25, 0x2e39f240, 0x5425c09f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   984
	0x5ca01572, 0xd13d7629, 0xe3a34974, 0x0751e643, 0xb9e156c6, 0xeec93f6d, 0xbd9199e8, 0xe7ce3427, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   985
	0x427e235a, 0x52b69af1, 0x52f9d79c, 0x0d430e4b, 0x05db8f2e, 0xff1f8cb5, 0x80c63690, 0x144d18af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   986
	0x6545ee42, 0x825c58b9, 0x508a2ac4, 0x8da13753, 0x10c4d496, 0x45c782fd, 0x10766838, 0x6d708e37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   987
	0x872f162a, 0x06c1cf81, 0x108ce2ec, 0x5f0c815b, 0xad7ec6fe, 0xfdf64245, 0xb914cee0, 0x20cab4bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   988
	0x51653b12, 0x78de1f49, 0xee4ea014, 0x4c290c63, 0xab1f0666, 0xe984ea8d, 0xf5680a88, 0x2e31ac47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   989
	0x3287fcfa, 0xb08c6811, 0x4eb0023c, 0x941ef86b, 0x5b6f32ce, 0x25709bd5, 0x390abb30, 0xb03f94cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   990
	0x0d2afbe2, 0xa10bc9d9, 0xd2a5a964, 0x7b1a6573, 0xe96cec36, 0x8e5a761d, 0x0aeb80d8, 0x34d28e57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   991
	0xb655d7ca, 0xc57f64a1, 0xd9b8358c, 0xeacb737b, 0x7fc9d29e, 0xb5079965, 0x6fccfb80, 0x258cb8df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   992
	0x440430b2, 0x1d6e5869, 0x548446b4, 0x22e64283, 0x3f6b8606, 0x62e125ad, 0xa4c5cb28, 0x40543467, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   993
	0x2ba5a69a, 0xb943c531, 0xe73a7cdc, 0x79a2f28b, 0x05eba66e, 0xae743af5, 0x29c08fd0, 0x1fd320ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   994
	0x309dd982, 0xd6cecaf9, 0x5c1f7804, 0x2c3da393, 0x0417d3d6, 0x9ff1f93d, 0x1bfbe978, 0xd3f79e77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   995
	0x22c4696a, 0x8dc289c1, 0x660bd82c, 0x3f76759b, 0x2471ae3e, 0x65af8085, 0xe08a7820, 0x8a73ccff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   996
	0x6ce4f652, 0x0c362189, 0xb2ec3d54, 0x701188a3, 0x41aed5a6, 0x18a5f0cd, 0x1ed2dbc8, 0x473dcc87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   997
	0x733f203a, 0x6324b251, 0x4e41477c, 0x3356fcab, 0x2d38ea0e, 0x10f26a15, 0x0b0fb470, 0xad0fbd0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   998
	0xc2068722, 0xe2ed5c19, 0x539f96a4, 0xc792f1b3, 0x85ad8b76, 0xca560c5d, 0x00cfa218, 0xd5e7be97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
   999
	0x0be2cb0a, 0x07d33ee1, 0xf12fcacc, 0x549587bb, 0x5d5e59de, 0x58b5f7a5, 0x6d7544c0, 0x3b87f11f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1000
	0xf86f8bf2, 0xf67d7aa9, 0xba2e83f4, 0x1c32dec3, 0xb0d0f546, 0x6c9b4bed, 0x0ab73c68, 0xaff674a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1001
	0xc2bc69da, 0x88772f71, 0x496c621c, 0xbac316cb, 0xad3efdae, 0xe7b32935, 0x69202910, 0x65fd692f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1002
	0xa7cd04c2, 0xe8af7d39, 0x33ce0544, 0x77a24fd3, 0xc7161316, 0x014eaf7d, 0xca8eaab8, 0x09aaeeb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1003
	0x2518fcaa, 0xbff98401, 0x4acc0d6c, 0xa5b0a9db, 0xa077d57e, 0xfae2fec5, 0x4cb56160, 0xe8d1253f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1004
	0x070bf192, 0xf18c63c9, 0x2ef31a94, 0x13d244e3, 0xbfb9e4e6, 0x6489370d, 0x639aed08, 0x2b862cc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1005
	0x4785837a, 0xe7833c91, 0x3263ccbc, 0x8d6f40eb, 0x15e5e14e, 0xf17e7855, 0xa419edb0, 0x1ca4254f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1006
	0xbc595262, 0x6f5d2e59, 0x8b52c3e4, 0x6af3bdf3, 0x55396ab6, 0xdca3e29d, 0xde610358, 0x82492ed7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1007
	0x95cefe4a, 0x267d5921, 0xd688a00c, 0x324fdbfb, 0x17a6211e, 0xdcfe95e5, 0x8872ce00, 0x0657695f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1008
	0xad222732, 0x76aadce9, 0xe9e20134, 0x4777bb03, 0xd551a486, 0xaa37b22d, 0x78a5eda8, 0xaef4f4e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1009
	0xa3026d1a, 0x2290d9b1, 0xf6cf875c, 0xace37b0b, 0xab1594ee, 0x111c5775, 0xf0250250, 0x670bf16f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1010
	0xce137002, 0x623e6f79, 0xfcd5d284, 0xd40f3c13, 0xf0ff9256, 0x981da5bd, 0xf56eabf8, 0x96ca7ef7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1011
	0xf96ccfea, 0x8fa6be41, 0x8c0d82ac, 0x7dfb1e1b, 0xa0d13cbe, 0xb3d0bd05, 0xfed58aa0, 0xcc22bd7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1012
	0xf31a2cd2, 0x6320e609, 0xd7a337d4, 0xabab4123, 0x8c803426, 0x8b6ebd4d, 0xed003e48, 0x734acd07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1013
	0xea9b26ba, 0xbfe806d1, 0x185791fc, 0x9ea7c52b, 0x64b6188e, 0x4d54c695, 0x556966f0, 0x9f3ccd8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1014
	0x9f635da2, 0x109b4099, 0x3eff3124, 0xe97cca33, 0x8f5089f6, 0x1383f8dd, 0x1cdfa498, 0xe236df17, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1015
	0x5f5a718a, 0x33bdb361, 0xf702b54c, 0x903a703b, 0xcde1285e, 0x58217425, 0x62059740, 0x363b219f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1016
	0xd55c0272, 0xf8367f29, 0xf8debe74, 0x38f4d743, 0xb42d93c6, 0xf9f6586d, 0xb7d1dee8, 0xf58fb527, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1017
	0xa7b7b05a, 0x29d0c3f1, 0xaca3ec9c, 0x6c441f4b, 0xeeaf6c2e, 0xd0efc5b5, 0xb00f1b90, 0xe33eb9af, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1018
	0xe6b11b42, 0x2dbba1b9, 0x1c76dfc4, 0xe5c46853, 0x59145196, 0xd29edbfd, 0xb5dbed38, 0x43964f37, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1019
	0x4affe32a, 0x2f0a3881, 0x371037ec, 0xf495d25b, 0xe4bde3fe, 0xc6b8bb45, 0x382af3e0, 0x04a895bf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1020
	0x444fa812, 0xdb33a849, 0x623c9514, 0xebdc7d63, 0x4f41c366, 0x8b96838d, 0x2442cf88, 0xf6cbad47, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1021
	0xd7c009fa, 0xae931111, 0x5d5c973c, 0xa340896b, 0xa8e98fce, 0xeab554d5, 0xb03e2030, 0x1519b5cf, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1022
	0x4e64a8e2, 0xd0e792d9, 0x73e4de64, 0x076e1673, 0xab32e936, 0xfd364f1d, 0x758b85d8, 0xddf0cf57, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1023
	0xb3c524ca, 0x81d44da1, 0xffde0a8c, 0xba95447b, 0xdf4f6f9e, 0x205e9265, 0xdb6da080, 0xbb7319df, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1024
	0x245d1db2, 0x15606169, 0x3c64bbb4, 0xc4ea3383, 0x94a4c306, 0x7a173ead, 0xd17b1028, 0x7c06b567, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1025
	0xec1c339a, 0x8076ee31, 0x682991dc, 0x5525038b, 0xa74c836e, 0x0d6d73f5, 0xda1e74d0, 0xdad5c1ef, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1026
	0x74e60682, 0x756713f9, 0x37f12d04, 0x9101d493, 0x169450d6, 0x5f12523d, 0x65166e78, 0x184e5f77, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1027
	0x0512366a, 0x1063f2c1, 0x99142d2c, 0x75c0c69b, 0x6b7dcb3e, 0xa9daf985, 0x79f59d20, 0xa2a2adff, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1028
	0x4dec6352, 0x1404aa89, 0xc3ff3254, 0xc8a5f9a3, 0xef3e92a6, 0xa34089cd, 0xb2a2a0c8, 0xce48cd87, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1029
	0xca342d3a, 0xb5c45b51, 0x9eb2dc7c, 0x17798dab, 0xb1c0470e, 0xcfe02315, 0x85d81970, 0x9e7ade0f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1030
	0xec9d3422, 0xfa822519, 0x6f43cba4, 0xc907a2b3, 0x60208876, 0x67fae55d, 0xe1a4a718, 0x9db6ff97, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1031
	0x1e4f180a, 0xa30127e1, 0xde5a9fcc, 0x3da058bb, 0xeb30f6de, 0xcbf5f0a5, 0x15eae9c0, 0xc63f521f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1032
	0x8d6578f2, 0xa86883a9, 0x49b3f8f4, 0xff97cfc3, 0xfdf73246, 0x88da64ed, 0x0ee18168, 0x7a99f5a7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1033
	0xcb6ff6da, 0x48c35871, 0x66a0771c, 0x03c627cb, 0x442cdaae, 0xecd56235, 0xdf930e10, 0x8e110a2f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1034
	0x3bf231c2, 0xa380c639, 0x3484ba44, 0xfa0780d3, 0x80bf9016, 0x2bb8087d, 0x9c5e2fb8, 0x5d32afb7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1035
	0x52e3c9aa, 0xe5f3ed01, 0x3f59626c, 0xadbbfadb, 0x7450f27e, 0x137777c5, 0x85758660, 0xf651063f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1036
	0xa3305e92, 0x07d3ecc9, 0x322b0f94, 0x7647b5e3, 0x93b6a1e6, 0x50acd00d, 0x815fb208, 0x52022dc7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1037
	0xbd37907a, 0x17bbe591, 0xb99a61bc, 0xb792d1eb, 0x8e7a3e4e, 0x43153155, 0xe77752b0, 0x9ba0464f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1038
	0xdd4cff62, 0x17aaf759, 0xb65bf8e4, 0x72896ef3, 0xa55967b6, 0x6211bb9d, 0x9a6b0858, 0x89c96fd7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1039
	0x6a384b4a, 0x69844221, 0xbfb8750c, 0xe59bacfb, 0xd0c5be1e, 0x31278ee5, 0x72bd7300, 0xc6dfca5f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1040
	0x43b51432, 0xcb8ee5e9, 0xf60c7634, 0x3d3dac03, 0xb764e186, 0xc47fcb2d, 0xf94532a8, 0x698975e7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1041
	0xe0f2fa1a, 0xe4f602b1, 0x25489c5c, 0x54678c0b, 0x749071ee, 0xd5679075, 0x71ace750, 0x7d30926f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1042
	0x3f159d02, 0x6248b879, 0x37718784, 0x85156d13, 0x2ed60f56, 0x66cffebd, 0x34f330f8, 0x9a833ff7, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1043
	0x9fb49cea, 0xa1fa2741, 0xf71fd7ac, 0x88c76f1b, 0x7e7759be, 0xf9ce3605, 0x5beaafa0, 0x8ff39e7f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1044
	0x175b99d2, 0xf0e16f09, 0x22002cd4, 0x6901b223, 0xa3e9f126, 0x521b564d, 0xb9ba0348, 0x1a37ce07, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1045
	0xec0a33ba, 0x56b9afd1, 0xcb5326fc, 0x7fcc562b, 0x8e57758e, 0xca947f95, 0x265bcbf0, 0xacc9ee8f, 
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1046
	0xc3b40aa2, 0xf2a20999, 0x0e6d6624, 0x88337b33, 0xb21d86f6, 0x39bad1dd, 0x191ea998, 0x4a682017
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1047
	};
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1048
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1049
const TInt KSizeOfTestData = sizeof(TestData);
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1050
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1051
EXPORT_C const TUint* GetAddressOfData(TInt& aSize)
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1052
	{
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1053
	aSize = KSizeOfTestData;
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1054
	return TestData;
a41df078684a Convert Kernelhwsrv package from SFL to EPL
John Imhofe
parents:
diff changeset
  1055
	}