#include <linux/cdrom.h>
#include <linux/highmem.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_dbg.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_eh.h>
#include <asm/lv1call.h>
#include <asm/ps3stor.h>
Go to the source code of this file.
#define BOUNCE_SIZE (64*1024) |
#define DEVICE_NAME "ps3rom" |
#define LV1_STORAGE_SEND_ATAPI_COMMAND (1) |
- Enumerator:
-
Definition at line 70 of file ps3rom.c.
- Enumerator:
NON_DATA_PROTO |
|
PIO_DATA_IN_PROTO |
|
PIO_DATA_OUT_PROTO |
|
DMA_PROTO |
|
Definition at line 63 of file ps3rom.c.
MODULE_AUTHOR |
( |
"Sony Corporation" |
| ) |
|
MODULE_DESCRIPTION |
( |
"PS3 BD/DVD/CD-ROM Storage Driver" |
| ) |
|
module_exit |
( |
ps3rom_exit |
| ) |
|
module_init |
( |
ps3rom_init |
| ) |
|