From 407533201f1d3c081c54a729da43dec377331bdf Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 24 Sep 2025 17:26:07 -0600 Subject: [PATCH] Add tested Thinkpad T60 ethernet to e1000d driver --- net/e1000d/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/e1000d/config.toml b/net/e1000d/config.toml index 44ce84dd09..4862da27dc 100644 --- a/net/e1000d/config.toml +++ b/net/e1000d/config.toml @@ -1,5 +1,5 @@ [[drivers]] name = "E1000 NIC" class = 0x02 -ids = { 0x8086 = [0x1004, 0x100e, 0x100f, 0x1503] } +ids = { 0x8086 = [0x1004, 0x100e, 0x100f, 0x109a, 0x1503] } command = ["e1000d"]