diff --git a/filesystem/etc/pcid.toml b/filesystem/etc/pcid.toml index b68865e8b..f8a95159d 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