svn commit: r245388 - head/sys/arm/broadcom/bcm2835

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Jan 13 21:32:41 UTC 2013


Author: gonzo
Date: Sun Jan 13 21:32:40 2013
New Revision: 245388
URL: http://svnweb.freebsd.org/changeset/base/245388

Log:
  Remove accidentally copypasted comment
  
  Spotted by: gavin

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Jan 13 21:28:47 2013	(r245387)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c	Sun Jan 13 21:32:40 2013	(r245388)
@@ -82,11 +82,6 @@ initarm_late_init(void)
 	pcell_t cells[2];
 	int len;
 
-	/*
-	 * It seems there is no way to let syscons framework know
-	 * that framebuffer resolution has changed. So just try
-	 * to fetch data from FDT and go with defaults if failed
-	 */
 	system = OF_finddevice("/system");
 	if (system != 0) {
 		len = OF_getprop(system, "linux,serial", &cells, sizeof(cells));


More information about the svn-src-all mailing list