Mail Archives: djgpp/1996/09/19/07:47:44
On Thu, 19 Sep 1996, Toby Ounsted wrote:
> and report back the Vendor ID, Firmware Revision and so forth. Does anyone
> know how I'd go about getting similar information from an IDE CdRom drive??
If you use MSCDEX to interface with the CDROM, then check out function
15h of Interrupt 2Fh (I suggest reading about them in Ralf Brown's
Interrupt List). For instance, subfunction 02 returns the copyright file
of the CDROM volume, subfunction 0Ch returns the version of MSCDEX, etc.
I don't know if those work with other CDROM drivers, but at least some of
them should.
- Raw text -