Module Name: src Committed By: jmcneill Date: Mon Feb 19 19:00:42 UTC 2018
Modified Files: src/sys/dev/ic: pl181.c pl181var.h Log Message: Rewrite data transfer path to take advantage of the PL181's 64-byte FIFO. Before: 134217728 bytes transferred in 43.683 secs (3072539 bytes/sec) After: 134217728 bytes transferred in 23.789 secs (5642007 bytes/sec) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/pl181.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/pl181var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.