public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bart Vandewoestyne <Bart.Vandewoestyne@pandora.be>
To: Camiel Vanderhoeven <camiel_toronto@hotmail.com>
Cc: linux-kernel@vger.kernel.org, Wesley Daemen <wesley@daemen.net>
Subject: Re: DOS2linux
Date: Tue, 28 Aug 2001 08:54:31 +0200	[thread overview]
Message-ID: <3B8B4027.5DE84CE9@pandora.be> (raw)
In-Reply-To: <005d01c12f51$80486890$99eefea9@kiosks.hospitaladmission.com>

Camiel Vanderhoeven wrote:
> 
> > static int getslotinfo( void )
> > {
> >   static char buff[320], *s=&buff[0]; int valid;
> >
> >   inregs.h.ah=0xd8; inregs.h.al=0x1; inregs.h.cl=DiSC_Id.slot>>12;
> > inregs.h.ch=0;
> >   sregs.ds=FP_SEG(s); inregs.x.si=FP_OFF(s);
> >   int86x(0x15, &inregs, &outregs, &sregs);
> >   valid=outregs.h.ah;
> >   if(!valid) { DiSC_Id.it=buff[itconf]; DiSC_Id.dma=buff[dmachd]; }
> >   return(valid);
> > }
> >
> > Would it help if i told you that itconf and dmachd are defined as (see
> > http://mc303.ulyssis.org/heim/downloads/DISCINC.H )
> >
> > #define itconf                0xb2
> > #define dmachd                0xc0
> >
> > So if my EISA board is at 0x1000, i should be able to read these
> > values from 0x1000+0xb2 and 0x1000+0xc0 ???  And if 'yes', any idea
> > about how to read them? (byte, word, long...? My guess would be as a
> > byte, but I'm not sure...)
> 
> Looking at the above piece of sourcecode, I would say your guess is
> correct. "buff" is declared as an array of chars (bytes), so I would try
> to read a byte at 0x10b2 and at 0x10c0. Just try it out & see what you
> get back...

I tried reading bytes from the following locations:

0x1000+0xb2		-> gives me 255
0x1000+0xc80+0xb2	-> gives me 255
0x1000+0xc84+0xb2	-> gives me 255

same for 0xc0

I guess these aren't the values I should be expecting... :-(

Greetzzz,
mc303

-- 
Ing. Bart Vandewoestyne			 Bart.Vandewoestyne@pandora.be
Hugo Verrieststraat 48			       GSM: +32 (0)478 397 697
B-8550 Zwevegem			 http://users.pandora.be/vandewoestyne
----------------------------------------------------------------------
"Any fool can know, the point is to understand." - Albert Einstein

  reply	other threads:[~2001-08-28  6:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-27 19:39 DOS2linux Bart Vandewoestyne
2001-08-27 19:59 ` DOS2linux Randy.Dunlap
2001-08-27 20:06 ` DOS2linux Alan Cox
2001-08-27 20:19   ` DOS2linux Bart Vandewoestyne
2001-08-27 20:28     ` DOS2linux Alan Cox
2001-08-27 23:39     ` DOS2linux Camiel Vanderhoeven
2001-08-28  6:54       ` Bart Vandewoestyne [this message]
2001-08-28 14:45         ` DOS2linux Camiel Vanderhoeven
2001-08-28 15:03           ` DOS2linux Bart Vandewoestyne
2001-08-28 15:30             ` DOS2linux Brian Gerst
2001-08-27 22:23   ` DOS2linux Dr. Kelsey Hudson
  -- strict thread matches above, loose matches on Subject: below --
2001-08-28 15:10 DOS2linux Camiel Vanderhoeven
2001-08-28 15:27 ` DOS2linux Camiel Vanderhoeven
2001-09-04  9:02 Dos2Linux Bart Vandewoestyne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B8B4027.5DE84CE9@pandora.be \
    --to=bart.vandewoestyne@pandora.be \
    --cc=camiel_toronto@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=wesley@daemen.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox