Storage
From OpenDriversWiki
Here are some useful sites pertaining to storage devices
[edit]
Serial ATA
| * Serial ATA related items | |
| This link points to several Serial ATA related documents including a SATA hardware feature support matrix, various SATA features libata does and does not support, information on the libata SATA driver core, writing a libata driver, or simply those interested in understanding how OS drivers for SATA function. . . | |
[edit]
Documentation
| *Guide to the implementation of SCSI in Linux 2.6.X kernel | |
| Open Office version
SCSI has emerged as a popular protocol in the storage world. This document is a guide to understanding the implementation of SCSI in the Linux 2.6.X kernel. This project analyzes the code implementing the SCSI protocol, provides the big picture involving the IO, explains the entry points, data structures and the exported functions. The project is intended as a reference for experimenters and developers who would be working on the SCSI module in Linux. Author - Samdeep Nayak.
| |

