Theory of Operation
R
54
SATA Programmer’s Reference Manual
// device, a check may need to be added since the task file
// could be different.
//
Method( _GTF,0)
{
// return task file info based on device type
If( CTYP( 0))
{
// Is Combined mode and is a P-ATA device
....
}
Else
{
// Not P-ATA device. Must be SATA
....
}
}
}
//***************************************************************
// DRV1 is only accessed when configured for Combined mode. In
// non-Combined mode SATA devices use a master-master
// arrangement.
//
Device( DRV1) // Logical primary slave (SATA Port 0/1, or P-ATA device 1)
{
Name( _ADR, 1)
//
// similar to current P-ATA implementations. Since this device
// node can represent either a P-ATA device or a SATA device,
// a check may need to be added since the task file could be
// different.
//
Method( _GTF,0)
{
// return task file info based on device type
If( CTYP( 0))
{
// Is Combined mode and is a P-ATA device
....
}
Else
{
// Not P-ATA device. Must be SATA
....
Содержание 82801EB
Страница 6: ...R 6 SATA Programmer s Reference Manual This page is intentionally left blank...
Страница 8: ...Introduction R 8 SATA Programmer s Reference Manual This page is intentionally left blank...
Страница 10: ...Conventions R 10 SATA Programmer s Reference Manual This page is intentionally left blank...
Страница 30: ...Theory of Operation R 30 SATA Programmer s Reference Manual This page is intentionally left blank...
Страница 46: ...Theory of Operation R 46 SATA Programmer s Reference Manual This page is intentionally left blank...
Страница 59: ...Theory of Operation R SATA Programmer s Reference Manual 59...