Joshua Jore (jjore@imation.com)
Tue, 16 Jun 1998 08:17:46 -0500
David,
  PC based machines have lpt ports (typically) at 0x378h -lpt1 (irq 7),
      0x278h -lpt2 (irq 5), 0x3bc - lpt3 (irq 7. Yes the two ports by
      default have an irq conflict).
I know at least on an ms-dos machine you can use debug to read the address
      at 0:408 which will give you the port addresses in little endian (i
      think it's little endian). A port address of 0x378 would be read as
      78 03 00 00 00 00. The next few numbers that I replaced with 00 are
      space for additional parallel ports. If you had all three ports
      installed you'd see 78 03 78 02 bc 03.
Joshua Jore
David Slonosky <slavboy@interlog.com> on 06/16/98 05:25:41 AM
To:   linux-parport@torque.net
cc:    (bcc: Joshua Jore/External/Imation)
Subject:  [PARPORT] Parameters (newbie question)
Ok. I've compiled all the modules, added the PARIDE elements to /devs, and
now I need to know how to determine the parameters to pass when I insert
the
modules under kernel 2.0.30.
Step 1. insmod paride
Step 2. insmod pcd
Step 3. insmod pcd0<????,????>
It's step 3 that I'm having trouble with. The home page for parport and the
README in the paride archive are kinda cryptic. Is there a standard hex
address for lpt1: on DOS machines, or is there some probe I can run to find
it? RedHat install found my Backpack CD-ROM with no problem, so I know it's
possible somehow. :)
--  To unsubscribe, send mail to: linux-parport-request@torque.net --
--  with the single word "unsubscribe" in the body of the message. --
--  To unsubscribe, send mail to: linux-parport-request@torque.net --
--  with the single word "unsubscribe" in the body of the message. --
This archive was generated by hypermail 2.0b3 on Wed 30 Dec 1998 - 10:17:51 EST