********************************************************* FastTrak TX2300/TX2200 BIOS/Driver/WebPAM Release Notes ********************************************************* (A) Installation Notes ======================= Please update all items (BIOS, Driver, WebPAM, etc) as the following versions in order for your FastTrak TX2300/TX2200 controller to function properly. 1) BIOS v2.5.0.3122 or later version 2) Windows Driver v2.06.0.318 or later version 3) Linux Driver v2.6.0.0331 or later version 4) WebPAM: v2.2.0.29 or later version (B) Linux Kernel 2.6 Partial Source Notes ========================================== This is a simple reference text for you when something seems stocked during the build procedure. Any further question, please contact: support@promise.com.tw 0) Latest tested kernel version: 2.6.17-9 1) Error Keywords: highmem In linux/osd_inc.h, CHANGE: #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) #include #include #else #include #include #endif TO: #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) #include #include #else #include #include #endif