Search found 5 matches

by citybook
Tue 15 May 2012, 09:46
Forum: Programming
Topic: How to directly access ISA bus registers? (Solved)
Replies: 10
Views: 3109

Accessing ISA ports

Yes Flash, I can do it now thank-you.

Thanks Ibidem - I will try that later - maybe work up a listing of my own.

Cheers,
Bob.
by citybook
Sun 13 May 2012, 08:09
Forum: Programming
Topic: How to directly access ISA bus registers? (Solved)
Replies: 10
Views: 3109

ISA Port I/O

Thanks Amigo - I'll save those links.

Ibidem, that's what I was looking for - I included sys/io and it all works.

Do you by any chance have a link to a Puppy .lib function list ?

Thanks to all who answered,
cheers,
Bob.
by citybook
Sat 12 May 2012, 00:13
Forum: Programming
Topic: How to directly access ISA bus registers? (Solved)
Replies: 10
Views: 3109

ISA register access

Hi Flash, no problem with changing the title - yours is probably better.

Don't know about the Bash thing - I am new to Puppy - you could be right.
Would welcome input from folks who know about this.

Cheers,
Bob.
by citybook
Fri 11 May 2012, 09:33
Forum: Programming
Topic: How to directly access ISA bus registers? (Solved)
Replies: 10
Views: 3109

I/O Port access

Thanks Muggins - as you would have seen in your article they talk about the inport family of routines as the best way to do it.

As you would have read in my OP these routines seem to be missing from the Puppy implementation of gcc ?

Or do you know which library they are in ?

Cheers,
Bob
by citybook
Wed 09 May 2012, 05:58
Forum: Programming
Topic: How to directly access ISA bus registers? (Solved)
Replies: 10
Views: 3109

How to directly access ISA bus registers? (Solved)

Hi all, I have a Pentium P3 with ISA bus that has a 24 line IO card - it is accessed by a Clipper application that talks directly to the card ports in memory space - like 110hex I would like to re-do this thing on Puppy Lucid using gcc - but as far as I can see we have obeyed the Gods of Redmond and...