summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkremlin <ians@openbsd.org>2018-04-12 17:50:10 -0400
committerkremlin <ians@openbsd.org>2018-04-12 17:50:10 -0400
commit8666ec6b555ec21e8c81089148527913febc7e53 (patch)
treea99b1593cdd80cb0c74963282cbcce8b6aea1140
parent4354c401c17953b910c0c5acd7e661b6740b4973 (diff)
add missing ethermii.h dependencies. patch from cinap_lenrek
-rw-r--r--sys/src/9/pc/mkfile7
-rw-r--r--sys/src/9/pc/pc2
-rw-r--r--sys/src/9/pc64/mkfile8
-rw-r--r--sys/src/9/pc64/pc642
4 files changed, 17 insertions, 2 deletions
diff --git a/sys/src/9/pc/mkfile b/sys/src/9/pc/mkfile
index 9c029a7a7..850a08092 100644
--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -121,6 +121,13 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.
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
diff --git a/sys/src/9/pc/pc b/sys/src/9/pc/pc
index 829452169..923621f91 100644
--- a/sys/src/9/pc/pc
+++ b/sys/src/9/pc/pc
@@ -62,7 +62,7 @@ link
ether82598 pci
ether83815 pci
etherbcm pci
- etherdp83820 pci
+ etherdp83820 pci ethermii
etherec2t ether8390
etherelnk3 pci
etherga620 pci
diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile
index 9b9c0c069..f4531fa66 100644
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -121,7 +121,15 @@ devusb.$O usbuhci.$O usbohci.$O usbehci.$O usbehcipc.$O usbxhci.$O: ../port/usb.
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
diff --git a/sys/src/9/pc64/pc64 b/sys/src/9/pc64/pc64
index 07cd66172..a9a672225 100644
--- a/sys/src/9/pc64/pc64
+++ b/sys/src/9/pc64/pc64
@@ -60,7 +60,7 @@ link
ether82598 pci
# ether83815 pci
etherbcm pci
-# etherdp83820 pci
+# etherdp83820 pci ethermii
# etherec2t ether8390
# etherelnk3 pci
# etherga620 pci