From: Mike Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and SCSI Date: 1 Apr 2003 13:30:17 GMT Organization: Your Company Lines: 8 Message-ID: References: <2110-Mon31Mar2003211453+0300-eliz AT elta DOT co DOT il> NNTP-Posting-Host: 217.134.212.127 X-Trace: news8.svr.pol.co.uk 1049203817 6121 217.134.212.127 (1 Apr 2003 13:30:17 GMT) NNTP-Posting-Date: 1 Apr 2003 13:30:17 GMT X-Complaints-To: abuse AT theplanet DOT net User-Agent: Xnews/5.04.25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > DOS systems calls don't support SCSI devices directly. So, in order > to get this program to work with DJGPP, you will have to write a > filesystem extension that hooks all calls to /dev/sda and redirects > them to SCSI commands. beyond my ability unfortunately. Is there not a native dos program for writing to scsi devices, perhaps via apsi?