Support for Atheros L1D V2.0
---
debian/patches/atl1c | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
create mode 100644 debian/patches/atl1c
diff --git a/debian/patches/atl1c b/debian/patches/atl1c
new file mode 100644
index 0000000..808a269
--- /dev/null
+++ b/debian/patches/atl1c
@@ -0,0 +1,28 @@
+Index: netdde/linux/drivers/net/atl1c/atl1c_main.c
+===================================================================
+--- netdde.orig/linux/drivers/net/atl1c/atl1c_main.c 2025-10-26
13:21:55.546180811 +0000
++++ netdde/linux/drivers/net/atl1c/atl1c_main.c 2025-10-26
13:24:14.952331621 +0000
+@@ -26,6 +26,7 @@
+ char atl1c_driver_version[] = ATL1C_DRV_VERSION;
+ #define PCI_DEVICE_ID_ATTANSIC_L2C 0x1062
+ #define PCI_DEVICE_ID_ATTANSIC_L1C 0x1063
++#define PCI_DEVICE_ID_ATHEROS_L1D_2_0 0x1083
+ /*
+ * atl1c_pci_tbl - PCI Device ID Table
+ *
+@@ -37,6 +38,7 @@
+ */
+ static struct pci_device_id atl1c_pci_tbl[] = {
+ {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1C)},
++ {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATHEROS_L1D_2_0)},
+ {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L2C)},
+ /* required last entry */
+ { 0 }
+@@ -595,6 +597,7 @@
+ break;
+
+ case PCI_DEVICE_ID_ATTANSIC_L1C:
++ case PCI_DEVICE_ID_ATHEROS_L1D_2_0:
+ hw->nic_type = athr_l1c;
+ break;
+
diff --git a/debian/patches/series b/debian/patches/series
index a80aa7e..f48a957 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ csum
64
pthread_exit
irqhelp
+atl1c
--
2.39.5