summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2017-03-16 22:52:20 -0600
committerJeremy Soller <jackpot51@gmail.com>2017-03-16 22:52:20 -0600
commitdc820b3508ea020d0cc53c8de4d1cf90988235ff (patch)
tree3a36017d127624674fe441d46c73dba4c82371d5
parent96189617e5a5167e2d262262f29e1a5355ff2fb7 (diff)
Add more e1000 IDs0.1.2
-rw-r--r--filesystem/etc/pcid.toml16
1 files changed, 15 insertions, 1 deletions
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,11 +1,25 @@
[[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
vendor = 4332