rtl8168d: match 8169 device and add documentation

This commit is contained in:
Jeremy Soller
2019-09-11 20:35:09 -06:00
parent 283ff736c6
commit 7f95962fa2
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[[drivers]]
name = "RTL8168 NIC"
class = 2
ids = { 0x10ec = [0x8168] }
ids = { 0x10ec = [0x8168, 0x8169] }
command = ["rtl8168d", "$NAME", "$BAR2", "$BARSIZE2", "$IRQ"]
+3
View File
@@ -1,3 +1,6 @@
// Supports Realtek RTL8168, RTL8169, and other compatible devices
// See https://people.freebsd.org/~wpaul/RealTek/rtl8169spec-121.pdf
use std::mem;
use std::collections::BTreeMap;