Re: [Freedos-user] ASPI driver

2007-03-06 Thread Robert Riebisch
basudeb gupta wrote: Thanks but I need an ASPIxxx.SYS that works with Freedos to try this code. Any help in that will be appreciated. I would like to try with an Adaptec card. Then just download a driver at Adaptec. Robert Riebisch -- BTTR Software http://www.bttr-software.de/

[Freedos-user] ASPI driver

2007-03-05 Thread basudeb gupta
Hi All, Is there an ASPI driver for FreeDOS? Where can I get it? Also, where can I get the specs of that driver so that I can write a program and access a SCSI hard disk? Thanks Basudeb - Take Surveys. Earn Cash.

Re: [Freedos-user] ASPI driver

2007-03-05 Thread Eric Auer
Hi Basudeb, Is there an ASPI driver for FreeDOS? Where can I get it? I would normally download the Adaptec drivers, they contain an ASPI driver. Also, where can I get the specs of that driver so that I can write a program and access a SCSI hard disk? You should not normally need a driver

Re: [Freedos-user] ASPI driver

2007-03-05 Thread charles
basudeb gupta wrote: Hi All, Is there an ASPI driver for FreeDOS? Where can I get it? Also, where can I get the specs of that driver so that I can write a program and access a SCSI hard disk? Thanks Basudeb I've had the same problem with FreeDOS not accessing hard drives. From

Re: [Freedos-user] ASPI driver

2007-03-05 Thread basudeb gupta
PROTECTED] To: freedos-user@lists.sourceforge.net Sent: Monday, March 5, 2007 9:56:31 PM Subject: Re: [Freedos-user] ASPI driver basudeb gupta wrote: Hi All, Is there an ASPI driver for FreeDOS? Where can I get it? Also, where can I get the specs of that driver so that I can write

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tom ehlert
Hello charles, The FreeDOS kernel doesn't seem to want anything to do with the SCSI int 13h extensions and completely ignores them. Which SCSI int 13 extensions, and why would they be useful ? the kernel DOES support drives up to 2 TB This also includes loading an ASPI driver. there's no

Re: [Freedos-user] ASPI driver

2007-03-05 Thread Eric Auer
Hi Charles, Basudeb, I've had the same problem with FreeDOS not accessing hard drives. From what I can tell by testing various programs under FreeDOS and MS-DOS is that the FD fdisk program does it's own thing and fails to recognize a SCSI drive unless you issue set FFD_VERSION=6 at the

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tomleem
basudeb gupta wrote: Hi All, Is there an ASPI driver for FreeDOS? Where can I get it? Also, where can I get the specs of that driver so that I can write a program and access a SCSI hard disk? Thanks Basudeb http://wiki.fdos.org/Main/AtapiCDD http://wiki.fdos.org/Main/USB Is this it?

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tekno1911
http://www.macdisk.com/faqaspien.php3 Hopefully this might help out ? Original Message Subject: Re: [Freedos-user] ASPI driver From: Eric Auer [EMAIL PROTECTED] Date: Mon, March 05, 2007 3:40 am To: freedos-user@lists.sourceforge.net

Re: [Freedos-user] ASPI driver

2007-03-05 Thread basudeb gupta
? Regards, Basudeb - Original Message From: tomleem [EMAIL PROTECTED] To: freedos-user@lists.sourceforge.net Sent: Tuesday, March 6, 2007 5:46:47 AM Subject: Re: [Freedos-user] ASPI driver basudeb gupta wrote: Hi All, Is there an ASPI driver for FreeDOS? Where can I get it? Also, where

Re: [Freedos-user] ASPI driver

2007-03-05 Thread tekno1911
xor ax,ax lea di,SRB mov cx,29 rep stosw pop ax ret clearSRB endp code_seg ends end entry Original Message Subject: Re: [Freedos-user] ASPI driver From: basudeb gupta [EMAIL PROTECTED] Date: Mon

Re: [Freedos-user] ASPI driver

2007-03-05 Thread basudeb gupta
, March 6, 2007 9:06:47 AM Subject: Re: [Freedos-user] ASPI driver ; highlevel ASPI code_seg segment assume cs:code_seg,ds:code_seg org 100h main proc near entry: jmp start ; ; data area ; scsicommand struc