shithub: riscv

Download patch

ref: 8666ec6b555ec21e8c81089148527913febc7e53
parent: 4354c401c17953b910c0c5acd7e661b6740b4973
author: kremlin <[email protected]>
date: Thu Apr 12 13:50:10 EDT 2018

add missing ethermii.h dependencies. patch from cinap_lenrek

--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -121,6 +121,13 @@
 usbehci.$O usbehcipc.$O:	usbehci.h
 trap.$O:			/sys/include/tos.h
 uartaxp.$O:			uartaxp.i
+ethermii.$O:			ethermii.h
+ether8169.$O:			ethermii.h
+etherdp83820.$O:		ethermii.h
+etherigbe.$O:			ethermii.h
+ethervgbe.$O:			ethermii.h
+ethervt6102.$O:			ethermii.h
+ethervt6105m.$O:		ethermii.h
 etherm10g.$O:			etherm10g2k.i etherm10g4k.i
 etheriwl.$O:			../port/wifi.h
 etherwpi.$O:			../port/wifi.h
--- a/sys/src/9/pc/pc
+++ b/sys/src/9/pc/pc
@@ -62,7 +62,7 @@
 	ether82598	pci
 	ether83815	pci
 	etherbcm        pci
-	etherdp83820	pci
+	etherdp83820	pci ethermii
 	etherec2t	ether8390
 	etherelnk3	pci
 	etherga620	pci
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -121,7 +121,15 @@
 usbehci.$O usbehcipc.$O:	usbehci.h
 
 trap.$O:			/sys/include/tos.h
+
 ethermii.$O:			ethermii.h
+ether8169.$O:			ethermii.h
+etherdp83820.$O:		ethermii.h
+etherigbe.$O:			ethermii.h
+ethervgbe.$O:			ethermii.h
+ethervt6102.$O:			ethermii.h
+ethervt6105m.$O:		ethermii.h
+
 etheriwl.$O:			../port/wifi.h
 etherwpi.$O:			../port/wifi.h
 etherrt2860.$O: 		../port/wifi.h
--- a/sys/src/9/pc64/pc64
+++ b/sys/src/9/pc64/pc64
@@ -60,7 +60,7 @@
 	ether82598	pci
 #	ether83815	pci
 	etherbcm        pci
-#	etherdp83820	pci
+#	etherdp83820	pci ethermii
 #	etherec2t	ether8390
 #	etherelnk3	pci
 #	etherga620	pci