________________________________________________________________
       |                                                              |
       |       Compex RE100ATX 10/100 PCI Fast Ethernet Adapter       |
       |        (C) Copyright PDS, 2002. All Rights Reserved.         |
       |______________________________________________________________|
   This document describes the procedure to setup Packet driver for
   Compex RE100ATX 10/100 PCI Fast Ethernet card.

   Location of Driver:     \PKT\RE100PD.COM

   Sample Configuration Files:
   ---------------------------
      AUTOEXEC.BAT
        RE100PD 0x60

   Notes:
   ------
     1.  Load the packet driver using the software interrupt and any
         optional switches if required.

         Usage: RE100PD [options] <software_int_no> [media_type]

         Example: RE100PD -i 0x7e

         The only required  parameter is the software  interrupt.  A packet
         driver needs to have a software interrupt assigned to it for other
         programs to access it. The recommended interrupt 0x7e. If you need
         any of the  options  listed below,  place them before the software
         interrupt on the command line.

         -i - Force driver to report itself as 802.3 instead of Ethernet II.
         -d - Delayed initialization.  Used for diskless booting
         -n - NetWare conversion.  Converts 802.3 packets into 8137 packets
         -w - Windows hack, obsoleted by winpkt
         -p - Promiscuous mode disable
         -h - Help
         -u - Uninstall

      2. Media type can be used to force the card to work on specific
         speed and duplex mode. If no media type if specified, then
         driver will read hardware configuration from EEPROM on the
         card.
         medium_type options are:
                  auto     -- auto-negotiate medium speed
                  10half   -- set at 10Mbps half-duplex mode
                  10full   -- set at 10Mbps full-duplex mode
                  100half  -- set at 100Mbps half-duplex mode
                  100full  -- set at 100Mbps full-duplex mode
                 
      3. Type command,C:\RE100PD 0x60, the screen will appear following
         message:

         System: [345]86 processor, PCI bus, Two 8259s
         Packet driver software interrupt is 0x60
         Interrupt number is 0xA
         I/O port is 0x6000
         My Ethernet address is 00:80:48:12:34:56

      4. Installing Multiple LAN Adapters:

         If there are multiple network cards on the main board. the user
         run RE100PD 0x60 directly, then the screen will display :

         Packet driver for Compex RE100ATX PCI Fast Ethernet card v3.16
         Copyright 1999(c), Compex Inc.

         There are 2 network cards on your main board :
         Card 1. IRQ= 0x9  I/O= 0x6100  NodeID= 00:80:48:12:34:88
         Card 2. IRQ= 0xA  I/O= 0x6000  NodeID= 00:80:48:12:34:56
         Please select a Card No.(1-2): 1

         System: [345]86 processor, PCI bus, Two 8259s
         Packet driver software interrupt is 0x61
         Interrupt number is 0x9
         I/O port is 0x6100
         My Ethernet address is 00:80:48:12:34:88

      5. Installing multiple drivers:

         If you install multiple cards each connecting a to different
         network, you have to install the driver multiple times, each with
         different packet interrupt number.