home *** CD-ROM | disk | FTP | other *** search
/ ftp.cvut.cz / DOS_LEGACY_DRIVERS_2008.zip / DOS_LEGACY_DRIVERS / eisa / !asu0500.cfg < prev    next >
Text File  |  2008-01-06  |  3KB  |  85 lines

  1. ;****************************************************************
  2. ;*                                   *
  3. ;* Copyright (C) 1992 AsusTek Computer Incorporation.        *
  4. ;* EISA Configuration file for ASUS L500 Ethernet LAN ADAPTER     *
  5. ;*                                   *
  6. ;* Revision History:                           *
  7. ;* Date        Who       Rev     Comments                         *
  8. ;* 06/13/91    SFK     .01     Genesis.                         *
  9. ;* 07/01/91    SFK       .02     Update using PLX CFG file.     *
  10. ;* 11/20/91     JAMES    .03    Update using NS  CFG fils.       *
  11. ;* 04/07/92     HUNTER   .04    Disable boot ROM, Level trigger.*
  12. ;****************************************************************
  13. BOARD
  14.     ID = "ASU0500"
  15.     NAME = "ASUS EISA-L500 Ethernet LAN ADAPTER"
  16.     MFR = "AsusTek Computer Incorporation."
  17.     CATEGORY = "NET"     ; Category, i.e. Network Board.
  18.     SLOT = EISA               ; Uses EISA Slot.
  19.     SKIRT = NO               ; Skirt not used.
  20.     READID = YES         ; Board ID can be read.
  21.     IOCHECK = INVALID    ; Card will not respond to reads of it's IOCHKERR bit.
  22.                         
  23.     COMMENTS = "The ASUS EISA-L500 LAN board provides an Ethernet interface using the 
  24.                   the PLX 9010 EISA bus interface controller.  This board is a bus master 
  25.                 design that uses the host system main memory directly.  When receiving 
  26.                 or transmitting packet data, the SONIC requests the bus from the host 
  27.                 system, when granted it does the appropriate transfers opposed from the 
  28.                 system CPU which in most designs will move the data. "
  29.        HELP = "The ASUS EISA-L500 LAN board supports full automatic configuration."
  30.  
  31.     IOPORT(1) = 0ZC88h
  32.         SIZE = BYTE            
  33.         INITVAL = 011x0xxxb
  34.  
  35.     IOPORT(2) = 0ZC89h
  36.         SIZE = BYTE            
  37.         INITVAL = 1110xxxxb
  38.  
  39.     IOPORT(3) = 0ZC8Ah
  40.         SIZE = BYTE            
  41.         INITVAL = 00xxxx00b
  42.  
  43.     IOPORT(4) = 0ZC8Fh
  44.         SIZE = BYTE            
  45.         INITVAL = 00000000b
  46.  
  47.     JUMPER(1) = 1
  48.         NAME = "Thin or Thick NET"    
  49.            JTYPE = TRIPOLE
  50.            VERTICAL = NO
  51.         REVERSE = NO
  52.         LABEL = LOC(1) "J2"
  53.         COMMENTS = "When the jumper is in the SOFE position thick or thin cable 
  54.                     selection is software programmable and can be programmed in the 
  55.                     advanced configuration section.  When the jumper is in the 
  56.                     THIN position thin cable is selected.  The jumper is in the 
  57.                     THIN position by default. "
  58.  
  59.     GROUP = "Ethernet Network Controller Setup."
  60.         TYPE = "NET.ETH"
  61.         FUNCTION = "Interrupt request selections"
  62.                SUBFUNCTION = "Interrupts Trigger Type"
  63.                   CHOICE = "Edge Triggered Interrupt"
  64.                 SUBTYPE = "IRQ,EDGE"
  65.                     LINK
  66.                         IRQ = 5 | 9 | 10 | 11
  67.                          TRIGGER = EDGE
  68.                          SHARE = NO
  69.                         INIT = IOPORT(1) LOC(2-0) 001 | 011 | 101 | 111
  70.         FUNCTION = "Cable Selection."
  71.         COMMENTS = "The cable selection allows you to select either thin or 
  72.                     thick cable.  Note:  Jumper J2 must be set to the upper
  73.                     position for this selection to have any affect.  See
  74.                     jumper setting for more detail. "
  75.             CHOICE = "Thin Cable."
  76.                     SUBTYPE = "THIN"
  77.                     FREE
  78.                            INIT = IOPORT(2) LOC(1) 1 
  79.             CHOICE = "Thick Cable."
  80.                     SUBTYPE = "THICK"
  81.                     FREE
  82.                            INIT = IOPORT(2) LOC(1) 0 
  83.                    
  84.     ENDGROUP        
  85.