Date: Thu, 19 Sep 1996 13:19:45 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> To: Toby Ounsted <Toby AT viglen DOT co DOT uk> Cc: "djgpp AT delorie DOT com" <djgpp AT delorie DOT com> Subject: Re: IDE CdRom detection In-Reply-To: <96Sep19.082731bst.26497@spy.viglen.co.uk> Message-Id: <Pine.SUN.3.91.960919131544.4286B-100000@is> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.