#
# This file declares the IO address and IRQ value for an
# Express-X card, as used by SunLink products such as X.25.
#
# As shipped the IO address is set to 0, this is to prevent
# any problems if the card and driver values do not match
# when the driver is installed.
#
# Once installation is complete, you MUST edit this file to
# reflect the true address and IRQ values of the card. The
# correct IRQ value should replace the second digit in the
# 'intr' property (the 5), and the correct IO address should
# replace BOTH the 0x500 in the 'reg' property AND the 0x0
# in the 'ioaddr' property. The line below is an example
# showing a card configured for IRQ 5 and Address 0x500
#
#name="expx" class="sysbus" reg=0x500,0,0 ioaddr=0x500 intr=7,5 ;
#

name="expx" class="sysbus" reg=0x500,0,0 ioaddr=0x0 intr=7,5 ;

