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/c4eff98dbdb3
branches: trunk
changeset: 454576:c4eff98dbdb3
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 c44a0bdf956f -r c4eff98dbdb3 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