code: 9ferno

Download patch

ref: d89b964b4d0a8c34d0d96c6649b2ad33d3d5d859
parent: df311269c5d58827e41f1f61ee172e5acb9bdb26
author: joe9 <joe9mail@gmail.com>
date: Fri Jul 16 15:54:51 EDT 2021

adding back ether8169 driver

--- a/os/pc64/mkfile
+++ b/os/pc64/mkfile
@@ -104,6 +104,8 @@
 $SDEV:				../port/sd.h
 sdiahci.$O:			ahci.h
 
+ether8169.$O:			../port/ethermii.h
+
 # to be moved to port/interp 
 bench.h:D: ../../module/bench.m
 	rm -f $target && limbo -a -I../../module ../../module/bench.m > $target