diff --git a/devices/8139too.c b/devices/8139too.c
index 9984b48afc5935a7314e9cc0b9123beda91eb5da..61eb8661fae1804ded3b61519cca735268623894 100644
--- a/devices/8139too.c
+++ b/devices/8139too.c
@@ -329,7 +329,12 @@ static struct pci_device_id rtl8139_pci_tbl[] = {
 
 	{0,}
 };
-MODULE_DEVICE_TABLE (pci, rtl8139_pci_tbl);
+
+/* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
+
+//MODULE_DEVICE_TABLE (pci, rtl8139_pci_tbl);
+
+/* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
 
 static struct {
 	const char str[ETH_GSTRING_LEN];