ps3: BD/DVD/CD-ROM Storage Driver
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Sat, 21 Jul 2007 11:37:47 +0000 (04:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 00:49:16 +0000 (17:49 -0700)
commit9aea8cbf2866c5680e30ff473341b7c5e93f7442
tree0821f0353805475701e8106eb117443f014a524c
parentc6131fa528c4fc57605c474bf8c83821aff164c0
ps3: BD/DVD/CD-ROM Storage Driver

Add a BD/DVD/CD-ROM Storage Driver for the PS3:
  - Implemented as a SCSI device driver
  - Uses software scatter-gather with a 64 KiB bounce buffer as the hypervisor
    doesn't support scatter-gather

Cc: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/platforms/ps3/Kconfig
drivers/scsi/Makefile
drivers/scsi/ps3rom.c [new file with mode: 0644]