;************************************************************************ ;* ;* Chapter 1. How to use this patch file? ;* ;* This file (NIC_M.TXT) contains info. that helps you patch ;* 'RTSROM_M.NIC'(v2.13) 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 ;* RTSROM_M.NIC -------> BOOT ROM image file ;* NIC_M.TXT -------> ROM patch info. file ;* ;* c). After you decide the name for your packet driver, ;* simply type: ;* ;* > RTPATCH RTSROM_M.NIC NIC_M.TXT ;* ;* !!! NOTE: DO NOT USE THE SAME DRIVER NAME AS THE ORIGINAL ;* DRIVER!!! ;* ;* d). Then, re-calculate cksum to your rom ;* just type: ;* ;* ROMCKSUM ;* ;* 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 PXE driver name here ;************************************************************************ e3 83 'For Realtek RTL8139(X)/8130/810X PCI Fast Ethernet Controller v2.13 (020326) ',0dh,0ah,0h 134 19 'Realtek Boot Agent',0h 1b74 42 'Realtek RTL8139(X)/8130/810X Boot Agent ',0h 1bc7 42 'Realtek RTL8139(X)/8130/810X Boot Agent ',0h 44 2 ech,10h; 46 2 39h,81h; 39d0 2 ech,10h; 39d6 2 39h,81h; ;************************************************************************ ; Put RPL driver name here ;************************************************************************ a7f6 2 ech,10h; ;Vendor ID a7f8 2 39h,81h; ;Device ID aa6b 20 'Realtek Corporation',0h aa7f 12 'Realtek RPL',0h b48e 49 2fh,'Realtek RTL8139(A/B/C)/8130/810X Ethernet ',0h; c45f 143 'Realtek RTL8139(A/B/C)/8130/810X Fast Ethernet MLID v3.64 (010816) ',0dh,0ah,'(c) Copyright 2001, by Realtek Semiconductor Corp. All rights reserved.',0h;