diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-11-28 23:54:05 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-11-28 23:54:05 +0000 |
commit | cbeac16af637d1948b6d08b30f89c282b802e52a (patch) | |
tree | 8f4991516115f81c02a347c017b6ede293f26f3a /sys/dev/pci | |
parent | 019b77195e783e17553dbea31a06dfa588ff3ef3 (diff) |
refer to ixl as "Intel Ethernet 700 Series"
calling it intel 40g is less correct because the same driver is used for
10g and 25g parts as well.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index b5e96912580..a1a21f91cfe 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.331 2017/11/28 23:39:39 dlg Exp $ +# $OpenBSD: files.pci,v 1.332 2017/11/28 23:54:04 dlg Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -361,7 +361,7 @@ file dev/pci/ixgbe_x540.c ix file dev/pci/ixgbe_x550.c ix file dev/pci/ixgbe_phy.c ix -# Intel 40Gb Ethernet +# Intel Ethernet 700 Series device ixl: ether, ifnet, ifmedia attach ixl at pci file dev/pci/if_ixl.c ixl |