PERFORCE change 158058 for review
Andrew Turner
andrew at FreeBSD.org
Sun Feb 22 00:29:27 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=158058
Change 158058 by andrew at andrew_bender on 2009/02/22 08:29:04
The console gets confused when we have all 3 uart's enabled so only enable uart0 for now
Affected files ...
.. //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0.c#7 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/s3c2xx0/s3c24x0.c#7 (text+ko) ====
@@ -385,7 +385,7 @@
S3C2410_SDI_SIZE);
/* Add the uart and set it's irq and registers */
- for (i = 0; i < 3; i++) {
+ for (i = 0; i < 1; i++) {
child = s3c24x0_add_child(dev, 0, "uart", i);
irq = 0;
More information about the p4-projects
mailing list