From dc820b3508ea020d0cc53c8de4d1cf90988235ff Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 16 Mar 2017 22:52:20 -0600 Subject: [PATCH] Add more e1000 IDs --- filesystem/etc/pcid.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/filesystem/etc/pcid.toml b/filesystem/etc/pcid.toml index b68865e..f8a9515 100644 --- a/filesystem/etc/pcid.toml +++ b/filesystem/etc/pcid.toml @@ -1,10 +1,24 @@ [[drivers]] -name = "E1000 NIC" +name = "82543GC NIC" +class = 2 +vendor = 32902 +device = 4100 +command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"] + +[[drivers]] +name = "82540EM NIC" class = 2 vendor = 32902 device = 4110 command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"] +[[drivers]] +name = "82545EM NIC" +class = 2 +vendor = 32902 +device = 4111 +command = ["/sbin/e1000d", "$NAME", "$BAR0", "$IRQ"] + [[drivers]] name = "RTL8168 NIC" class = 2