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/
--
ceforge.net
Sent: Tuesday, 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
;
s
RB[2],0
ret
callaspi endp
clearSRB proc near
push ax
xor ax,ax
lea di,SRB
mov cx,29
rep stosw
pop ax
ret
clearSRB endp
code_seg ends
end entry
> Original Message
> Su
?
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 g
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@
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 thi
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 th
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 n
<[EMAIL 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
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 drive
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
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. Influen
12 matches
Mail list logo