;************************************************************************ ;* ;* Chapter 1. How to use this patch file? ;* ;* This file (RPL.TXT) contains info. that helps you patch ;* 'RPL.ROM'(v1.00) file into your own Boot ROM driver. ;* ;* To generate your custom driver, please follow the steps ;* described below: ;* ;* a). Follow the instructions to edit the message area in each ;* line. Save this file when you finish editing. ;* ( see CHAPTER 2 for more details ! ) ;* ;* !!! NOTE: DO NOT EDIT THE OFFSET AND LENGTH AREA !!! ;* ;* b). Make sure that you have the following files in your working ;* directory: ;* ;* RTPATCH.EXE -------> The patch execution file ;* ROMCKSUM -------> ROM checksum calculate utilty ;* RPL.ROM -------> ROM image file ;* RPL.TXT -------> ROM patch info. file ;* ;* c). After you decide the name for your RPL ROM, ;* simply type: ;* ;* > RTPATCH RPL.ROM RPL.TXT [your ROM] ;* ;* !!! NOTE: DO NOT USE THE SAME DRIVER NAME AS THE ORIGINAL ;* DRIVER!!! ;* ;* d). Then, re-check romsum to your own ROM ;* just type: ;* ;* ROMCKSUM -romsize=12k -cksum=7 [your ROM] ;* ;* ;* e). If no error occurs, you should find your custom driver is ;* generated under your working directory. ;* ;* ;* Chapter 2. How to edit this file ? ;* ;* ;* Each line in this file contains a display message info. of the ;* driver. Each line has the same format: ;* ;* ;* e.g. ;* 1266 28 'Packet driver for RTL8129',0dh,0ah,'$'; ;* ---- -- ---------------------------------------- ;*      ;* Do not edit here! | | EOL ;*   Put your own message here! | ;* (HEX) (DEC) delimiter ;* ;* ;* ;* *NOTE: DO NOT EDIT THE AND AREA !!! ;* ;* *NOTE: Anything after comment character ';' will be ignored! ;* ;* *NOTE: Always add ';'(EOL) at end of each line! ;* ;* *NOTE: If delimiter is needed, keep delimiter intact! In this case, ;* leave the '$' as the last byte. ;* ;* *NOTE: 0H can only be added as delimiter! Message after 0H will be lost! ;* ;* *NOTE: Total length of your message should not exceed . ;* ;* *NOTE: If you must use the comment character (;) in your message, ;* put 3bh instead of ';'. Same for ('). ;* ;* *NOTE: Do not exceed 250 characters in each line. ;* ;************************************************************************ ;************************************************************************ ; Put RPL driver name here ;************************************************************************ 518 2 ech,10h; ;Vendor ID 51a 2 69h,81h; ;Device ID 1b42 1 07h 1b43 9 'RTGBODI',0h 2539 8 'RTGBODI' 78d 20 'Realtek Corporation',0h 7a1 12 'Realtek RPL',0h 17cd 48 'Realtek RTL8169S/RTL8110S Gigabit RPL BootROM',0dh,0ah,0h 1895 33 'Realtek Bootstrap selection menu',0h 1b0e 52 32h,'Realtek RTL8169/8110 Family Gigabit Ethernet ',0h; 249f 142 'Realtek RTL8169/8110 Family Gigabit Ethernet MLID v1.04 (07-18-03) ',0dh,0ah,'(c) Copyright 2003, by Realtek Semiconductor Corp. All rights reserved.',0h;