Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/dev/pci Pull up following revision(s) (requested by n...



details:   https://anonhg.NetBSD.org/src/rev/5e113bf0ccdd
branches:  netbsd-8
changeset: 852009:5e113bf0ccdd
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Sep 23 18:00:53 2018 +0000

description:
Pull up following revision(s) (requested by nakayama in ticket #1035):

        sys/dev/pci/files.pci: revision 1.403

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 b83a23169d46 -r 5e113bf0ccdd sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Sun Sep 23 17:58:51 2018 +0000
+++ b/sys/dev/pci/files.pci     Sun Sep 23 18:00:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.388.4.1 2017/12/21 19:28:53 snj Exp $
+#      $NetBSD: files.pci,v 1.388.4.2 2018/09/23 18:00:53 martin Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -665,7 +665,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
@@ -684,7 +684,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