Re: Reading Data from ISA BUS
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Mon, 21 Sep 2009 22:02:48 -0700
askingBoy <askingBoy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Ok , creating this trivial driver I can read data from that memory address
on ISA Bus .
It's not a memory address, it's an I/O port.
As Don pointed out, you don't have to write a driver for this. Such
drivers already exist.
I've got the data*** from this hardware monitor chip and the data***
shows which addresses map internally to the three temperature sensors on the
chip .
After reading the address on the ISA Bus , Is it possible to read the
internal memory (internal addresses on the chip ) to read the three
temperature sensors using this trivial driver approach ?
What I still don't get is that I am going to read the value on ISA Bus
memory but after that , how to get to the internal values of the temperature
sensors ?
If you have the data***, then only you can answer these questions. What
you have is access to the I/O ports. If they have a way to access the
internal addresses on the chip through the I/O ports, then you're golden.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Reading Data from ISA BUS
- From: askingBoy
- Re: Reading Data from ISA BUS
- From: Don Burn
- Re: Reading Data from ISA BUS
- From: askingBoy
- Reading Data from ISA BUS
- Prev by Date: Re: Reading Data from ISA BUS
- Next by Date: Re: ERROR_NOACCESS running the src\general\ioctl sample
- Previous by thread: Re: Reading Data from ISA BUS
- Next by thread: ERROR_NOACCESS running the src\general\ioctl sample
- Index(es):