Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Correct mcx comment, drop mii dependency



details:   https://anonhg.NetBSD.org/src/rev/02da57bbc4bf
branches:  trunk
changeset: 459706:02da57bbc4bf
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Sep 22 09:54:56 2019 +0000

description:
Correct mcx comment, drop mii dependency

diffstat:

 sys/dev/pci/files.pci |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 82a9d5f0e912 -r 02da57bbc4bf sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sun Sep 22 09:03:07 2019 +0000
+++ b/sys/dev/pci/files.pci     Sun Sep 22 09:54:56 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.414 2019/09/22 08:21:35 mrg Exp $
+#      $NetBSD: files.pci,v 1.415 2019/09/22 09:54:56 jmcneill Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -701,8 +701,8 @@
                        WM_DISABLE_MSI
                        WM_DISABLE_MSIX
 
-# Mellanox ConnectX-4 Lx EN Network Adapter
-device mcx: ether, ifnet, arp, mii
+# Mellanox 5th generation Ethernet devices
+device mcx: ether, ifnet, arp
 attach mcx at pci
 file   dev/pci/if_mcx.c                mcx
 



Home | Main Index | Thread Index | Old Index