Jump to content

Recommended Posts

Posted

Many programs like DVDInfoPro refer "Connection Interface" for every optical drive, and it has the value SCSI or ATAPI (IDE in some other programs). I also found this enumeration:

enum Interface {
 SCSI,
  IDE,
  OTHER
 };

 

and I want to ask where is this enumeration used. I checked inquiry, checked page 2A but nothing found. Only feature 001h is using something like this enumeration but there the enumeration is different.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.