Example isapnp.conf file for NE2500 Network Cards

# NOTE: Extra Comments are in RED

(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)

# Card 1: (serial identifier 59 46 5e ea 29 00 19 99 34)
# Vendor Id MDY1900, Serial Number 1180625449, checksum 0x59.
# Version 1.0, Vendor version 0.1
# ANSI string -->Microdyne NE2500 Ethernet Adapter<--
(CONFIGURE MDY1900/1180625449 (LD 0
# Choose UPPER = Range, or UPPER = Upper limit to suit hardware
#
# Set the memory Ranges
# I leave mine blank......
#
# (MEM 0 (BASE 0x0c0000) (MODE bu) (UPPER 0x0c8000))
# (MEM 0 (BASE 0x0c0000) (MODE br) (UPPER 0x008000))
#        Minimum IO base address 0x0200
#        Maximum IO base address 0x03e0
#
# The Linux "lance" driver requires that the IO port be
# either 0x300, 0x320, 0x340, or 0x360
#
(IO 0 (BASE 0x0360))
#    First DMA channel 3, 5, 6 or 7.
#        8 & 16 bit DMA
# Set the DMA channel
(DMA 0 (CHANNEL 7))
#    IRQ 3, 4, 5, 9, 10, 11, 12 or 15.
# Set the IRQ channel
(INT 0 (IRQ 15 (MODE +E)))
# Activate the card
(ACT Y)
))
# Reset the devices
(WAITFORKEY)