hard disk id

Hi
What would be the equivalent QNX6 way of doing the following
(cut from Linux code):

struct hd_driveid hid;
if( !ioctl(fd, HDIO_GET_IDENTITY, &hid) )

Thanks in advance

A while ago it was mentioned that the drive serial number was intended to go
into the reserved section of cam_devinfo, but was not implemented.

I am not sure if 6.3 now has that implemented?

Jens

<acellarius@yahoo.com> wrote in message news:4028B206.564DD43@yahoo.com

Hi
What would be the equivalent QNX6 way of doing the following
(cut from Linux code):

struct hd_driveid hid;
if( !ioctl(fd, HDIO_GET_IDENTITY, &hid) )

Thanks in advance