jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Sat Feb 28, 2009 3:42 am Post subject: ps3vram-ng |
|
|
Geoff just merged ps3vram-ng, a new version of the ps3vram driver from Geert that eliminates the MTD layer and gives a significant performance boost: Code: | Notes:
- As both ps3vram and ps3vram-ng bind to the same PS3 system bus device,
the driver which is loaded first by udev wins. However, you can unload
ps3vram, and load ps3vram-ng later.
- ps3vram-ng is faster than ps3vram:
o 1 MiB blocks: +50% (read), +5% (write)
o 4 KiB blocks: +50% (read), +5% (write)
o 512 B blocks: +10% (read), +10% (write)
| http://git.kernel.org/?p=linux/kernel/git/geoff/ps3-linux-patches.git;a=blob;f=ps3-wip/ps3vram-ng.patch;hb=HEAD |
|