Made a copy of the TFE driver files for Glenn Jones' Apple2 ethernet card. The only modification is to change the memory mapped i/o adressses to something valid for the Apple2. Of course:
- they may be wrong
- the slot should and will become user configurable
diff --git a/contiki-apple2/uip/tfe-drv-asm.S b/contiki-apple2/uip/tfe-drv-asm.S
new file mode 100644
index 0000000..92949c2
--- /dev/null
+++ b/contiki-apple2/uip/tfe-drv-asm.S
@@ -0,0 +1,17 @@
+
+;---------------------------------------------------------------------       
+	.export		_cs8900a_rxtxreg
+	.export		_cs8900a_txcmd
+	.export		_cs8900a_txlen
+	.export		_cs8900a_packetpp
+	.export		_cs8900a_ppdata
+	
+
+;---------------------------------------------------------------------
+
+	_cs8900a_rxtxreg	= $c0a0
+	_cs8900a_txcmd		= $c0a4
+	_cs8900a_txlen		= $c0a6
+	_cs8900a_packetpp	= $c0aa
+	_cs8900a_ppdata		= $c0ac
+