SATA and Linux

From PEL Wiki

Jump to: navigation, search

To Do

There seem to be several things I need to do:

  1. Make sure that no one but DiskRAM accesses the disk
  2. Make sure that the disk gets initialized properly (Hopefully in the BIOS)
  3. Make all requests to the disk in hardware from DiskRAM
    1. This should be fairly straightforward because only DiskRAM accesses it
    2. drivers/scsi/sata_nv.c is the souce for the nvidia-specific driver.
      1. Since it goes through the generic scsi driver interface, it should be fun to trace it all through.


Interesting Source Files

My Changes