Hello,
I modified the packet drivers for the NE2000 card to work on 8-bit slots and have included the modified NE2000.ASM and the compiled NE2000.COM below. Use it at your own risk, and if you break your vintage computer, it is not my responsibility. It has been tested on my IBM 5160 PC XT computer. It only supports the IRQs available to 8-bit slots (2 to 7), and IRQ 5 is usually reserved for the hard disk controller on the XT. I have been using it with IRQ 2 and I/O base 0x300. For example:
NE2000 0x60 2 0x300
I have it working with KA9Q NOS and the lynx browser, though the lynx browser is too slow to be usable.
The NE2000 card I use is a jumpered UM9003 chipset card with a 10Base-T port. You probably can get it to work with a jumperless PnP RTL8019AS NE2000 ISA card, however, you will need to configure the I/O address and IRQ using a PC with 16-bit ISA slots so that you can access the PnP card functionality temporarily.
Disable the ROM also, you don't need it.
Hopefully this saves some effort keeping these ancient beasts alive.
Dan
I modified the packet drivers for the NE2000 card to work on 8-bit slots and have included the modified NE2000.ASM and the compiled NE2000.COM below. Use it at your own risk, and if you break your vintage computer, it is not my responsibility. It has been tested on my IBM 5160 PC XT computer. It only supports the IRQs available to 8-bit slots (2 to 7), and IRQ 5 is usually reserved for the hard disk controller on the XT. I have been using it with IRQ 2 and I/O base 0x300. For example:
NE2000 0x60 2 0x300
I have it working with KA9Q NOS and the lynx browser, though the lynx browser is too slow to be usable.
The NE2000 card I use is a jumpered UM9003 chipset card with a 10Base-T port. You probably can get it to work with a jumperless PnP RTL8019AS NE2000 ISA card, however, you will need to configure the I/O address and IRQ using a PC with 16-bit ISA slots so that you can access the PnP card functionality temporarily.
Disable the ROM also, you don't need it.
Hopefully this saves some effort keeping these ancient beasts alive.
Dan