├── .gitignore ├── .gitmodules ├── Bus_AT_without_Silkscreen.pretty └── BUS_AT_WO_SILKSCREEN.kicad_mod ├── Connector_Ethernet.pretty └── 8P8C_yellow_green_Ckmtw_C133529.kicad_mod ├── Custom_Connectors.pretty └── MNT_KEYSTONE_9202-1.kicad_mod ├── Ethernet_Transformer.dcm ├── Ethernet_Transformer.lib ├── ISA8019-cache.lib ├── ISA8019-rescue.dcm ├── ISA8019-rescue.lib ├── ISA8019.kicad_pcb ├── ISA8019.kicad_pro ├── ISA8019.kicad_sch ├── ISA8019.pro ├── ISA8019.sch ├── Package_QFP_Realtek.pretty └── LQFP-14x20mm_P0.5mm.kicad_mod ├── README.md ├── RTL8019.dcm ├── RTL8019.lib ├── ToolingHole.pretty └── ToolingHole_JLCSMT.kicad_mod ├── docs ├── 202-1-743474.pdf └── rtl8019as.pdf ├── fp-lib-table ├── gerbers ├── Rev_2.4.zip ├── rev_2.1.zip ├── rev_2.2.zip ├── rev_2.3.zip └── rev_2.zip ├── pics ├── ISA8019.png └── ISA8019_rev22_irq6cut.png ├── software ├── Drivers │ └── Crynwr packet driver - modified for 8bit operation │ │ ├── NE2000.ASM │ │ ├── NE2000.COM │ │ └── README.md └── Programming utilities │ ├── Rset8019.exe │ └── pg8019 │ ├── 8019.cfg │ ├── 8019as.cfg │ └── Pg8019.exe └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/.gitmodules -------------------------------------------------------------------------------- /Bus_AT_without_Silkscreen.pretty/BUS_AT_WO_SILKSCREEN.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/Bus_AT_without_Silkscreen.pretty/BUS_AT_WO_SILKSCREEN.kicad_mod -------------------------------------------------------------------------------- /Connector_Ethernet.pretty/8P8C_yellow_green_Ckmtw_C133529.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/Connector_Ethernet.pretty/8P8C_yellow_green_Ckmtw_C133529.kicad_mod -------------------------------------------------------------------------------- /Custom_Connectors.pretty/MNT_KEYSTONE_9202-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/Custom_Connectors.pretty/MNT_KEYSTONE_9202-1.kicad_mod -------------------------------------------------------------------------------- /Ethernet_Transformer.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /Ethernet_Transformer.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/Ethernet_Transformer.lib -------------------------------------------------------------------------------- /ISA8019-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019-cache.lib -------------------------------------------------------------------------------- /ISA8019-rescue.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /ISA8019-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019-rescue.lib -------------------------------------------------------------------------------- /ISA8019.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019.kicad_pcb -------------------------------------------------------------------------------- /ISA8019.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019.kicad_pro -------------------------------------------------------------------------------- /ISA8019.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019.kicad_sch -------------------------------------------------------------------------------- /ISA8019.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019.pro -------------------------------------------------------------------------------- /ISA8019.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ISA8019.sch -------------------------------------------------------------------------------- /Package_QFP_Realtek.pretty/LQFP-14x20mm_P0.5mm.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/Package_QFP_Realtek.pretty/LQFP-14x20mm_P0.5mm.kicad_mod -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/README.md -------------------------------------------------------------------------------- /RTL8019.dcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/RTL8019.dcm -------------------------------------------------------------------------------- /RTL8019.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/RTL8019.lib -------------------------------------------------------------------------------- /ToolingHole.pretty/ToolingHole_JLCSMT.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/ToolingHole.pretty/ToolingHole_JLCSMT.kicad_mod -------------------------------------------------------------------------------- /docs/202-1-743474.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/docs/202-1-743474.pdf -------------------------------------------------------------------------------- /docs/rtl8019as.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/docs/rtl8019as.pdf -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/fp-lib-table -------------------------------------------------------------------------------- /gerbers/Rev_2.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/gerbers/Rev_2.4.zip -------------------------------------------------------------------------------- /gerbers/rev_2.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/gerbers/rev_2.1.zip -------------------------------------------------------------------------------- /gerbers/rev_2.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/gerbers/rev_2.2.zip -------------------------------------------------------------------------------- /gerbers/rev_2.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/gerbers/rev_2.3.zip -------------------------------------------------------------------------------- /gerbers/rev_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/gerbers/rev_2.zip -------------------------------------------------------------------------------- /pics/ISA8019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/pics/ISA8019.png -------------------------------------------------------------------------------- /pics/ISA8019_rev22_irq6cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/pics/ISA8019_rev22_irq6cut.png -------------------------------------------------------------------------------- /software/Drivers/Crynwr packet driver - modified for 8bit operation/NE2000.ASM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Drivers/Crynwr packet driver - modified for 8bit operation/NE2000.ASM -------------------------------------------------------------------------------- /software/Drivers/Crynwr packet driver - modified for 8bit operation/NE2000.COM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Drivers/Crynwr packet driver - modified for 8bit operation/NE2000.COM -------------------------------------------------------------------------------- /software/Drivers/Crynwr packet driver - modified for 8bit operation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Drivers/Crynwr packet driver - modified for 8bit operation/README.md -------------------------------------------------------------------------------- /software/Programming utilities/Rset8019.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Programming utilities/Rset8019.exe -------------------------------------------------------------------------------- /software/Programming utilities/pg8019/8019.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Programming utilities/pg8019/8019.cfg -------------------------------------------------------------------------------- /software/Programming utilities/pg8019/8019as.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Programming utilities/pg8019/8019as.cfg -------------------------------------------------------------------------------- /software/Programming utilities/pg8019/Pg8019.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/software/Programming utilities/pg8019/Pg8019.exe -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hkzlab/ISA_8bitNetwork_8019/HEAD/sym-lib-table --------------------------------------------------------------------------------