ATA_DEV_ID_STRING

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ata_dev_id_string - Convert IDENTIFY DEVICE page into string  

SYNOPSIS

"SYNOPSIS"

void ata_dev_id_string (u16 * id, unsigned char * s, unsigned int ofs, unsigned int len);  

ARGUMENTS

id
IDENTIFY DEVICE results we will examine
s
string into which data is output
ofs
offset into identify device page
len
length of string to return. must be an even number.
 

DESCRIPTION

The strings in the IDENTIFY DEVICE page are broken up into 16-bit chunks. Run through the string, and output each 8-bit chunk linearly, regardless of platform.  

LOCKING

caller.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
LOCKING

This document was created by man2html, using the manual pages.
Time: 00:01:56 GMT, October 09, 2005