SATA and Linux
From PEL Wiki
[edit]
To Do
There seem to be several things I need to do:
- Make sure that no one but DiskRAM accesses the disk
- Make sure that the disk gets initialized properly (Hopefully in the BIOS)
- Make all requests to the disk in hardware from DiskRAM
- This should be fairly straightforward because only DiskRAM accesses it
- drivers/scsi/sata_nv.c is the souce for the nvidia-specific driver.
- Since it goes through the generic scsi driver interface, it should be fun to trace it all through.
[edit]
Interesting Source Files
[edit]
My Changes
Categories: Myles | Pel | LinuxKernel
