git: 9front

Download patch

ref: 9bb4ab5b82be7e3ecd554b70d9c9e630045e4dae
parent: 8881d0a468ff6cf8e230dd03d66d29c2be08f663
author: mischief <mischief@offblast.org>
date: Wed Sep 24 10:19:22 EDT 2014

pc64: enable rtl8169 driver (thanks awabimakoto for testing)

--- a/sys/src/9/pc64/pc64
+++ b/sys/src/9/pc64/pc64
@@ -47,7 +47,7 @@
 	ether79c970	pci
 #	ether8003	ether8390
 	ether8139	pci
-#	ether8169	pci ethermii
+	ether8169	pci ethermii
 # should be obsoleted by igbe
 #	ether82543gc	pci
 #	ether82557	pci
--