8000 Add igb driver to the default kernel · freebsd/freebsd-src@926481c · GitHub
[go: up one dir, main page]

Skip to content

Commit 926481c

Browse files
jfvjfv
authored andcommitted
Add igb driver to the default kernel
1 parent 528c594 commit 926481c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sys/i386/conf/GENERIC

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ device ppi # Parallel port interface device
201201

202202
# PCI Ethernet NICs.
203203
device de # DEC/Intel DC21x4x (``Tulip'')
204-
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
204+
device em # Intel PRO/1000 Gigabit Ethernet Family
205+
device igb # Intel PRO/1000 PCIE Server Gigabit Family
205206
device ixgb # Intel PRO/10GbE Ethernet Card
206207
device le # AMD Am7900 LANCE and Am79C9xx PCnet
207208
device ti # Alteon Networks Tigon I/II gigabit Ethernet

0 commit comments

Comments
 (0)
0