git: 9front

Download patch

ref: 8f8defedeb9490f105d907609488e7362b1bb793
parent: 4f2df6bab44befd5f51c790ca2a0b8b7b2da3933
author: mveety <mveety@gmail.com>
date: Mon Jan 28 12:06:35 EST 2013

removed fakertc device that confused timesync. timesync now fails trying to read it and hints user to get time elsewhere

--- a/sys/src/9/bcm/picpuf
+++ b/sys/src/9/bcm/picpuf
@@ -18,7 +18,6 @@
 	mouse	mouse
 	uart
 
-#	fakertc 
 	sd
 	usb
 
--- a/sys/src/9/bcm/pif
+++ b/sys/src/9/bcm/pif
@@ -18,7 +18,6 @@
 	mouse	mouse
 	uart
 
-#	fakertc    # fuck you
 	sd
 	usb
 
--