Module Name: src Committed By: msaitoh Date: Tue Jul 8 18:01:26 UTC 2014
Modified Files: src/sys/dev/pci: rdcide.c Log Message: Add support for RDC R1012 IDE controller. Tested on EduCake(Vortex86EX) with sdcard: | read | write | ------+---------+-------+ pciide| 999519| 244574| rdcide| 16011238| 939895| ------+---------+-------+ (bytes/sec) rd: dd if=/dev/rwd0a of=/dev/null bs=1m count=100 wr: dd if=/dev/zero of=/var/tmp/hoge bs=1m count=100 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/rdcide.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.