Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci ixg and ixv depend on mii and mii_phy.
details: https://anonhg.NetBSD.org/src/rev/cbb3325975ac
branches: trunk
changeset: 433576:cbb3325975ac
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Sep 22 05:24:22 2018 +0000
description:
ixg and ixv depend on mii and mii_phy.
diffstat:
sys/dev/pci/files.pci | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 32b0ce512655 -r cbb3325975ac sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Sat Sep 22 03:29:51 2018 +0000
+++ b/sys/dev/pci/files.pci Sat Sep 22 05:24:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.402 2018/09/21 18:38:25 maxv Exp $
+# $NetBSD: files.pci,v 1.403 2018/09/22 05:24:22 nakayama Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -664,7 +664,7 @@
file dev/pci/if_stge.c stge
# Intel i82598 & i82599 10-Gigabit Ethernet
-device ixg: ether, ifnet, arp
+device ixg: ether, ifnet, arp, mii, mii_phy
attach ixg at pci
file dev/pci/ixgbe/ixgbe.c ixg | ixv
file dev/pci/ixgbe/ix_txrx.c ixg | ixv
@@ -683,7 +683,7 @@
file dev/pci/ixgbe/if_fdir.c ixg | ixv
# This appears to be the driver for virtual instances of i82599.
-device ixv: ether, ifnet, arp
+device ixv: ether, ifnet, arp, mii, mii_phy
attach ixv at pci
file dev/pci/ixgbe/ixv.c ixv
Home |
Main Index |
Thread Index |
Old Index