Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 1998 16:21:18 -0400
From:      Brian McGovern <bmcgover@cisco.com>
To:        questions@FreeBSD.ORG
Subject:   ISA memory question...
Message-ID:  <199805052021.QAA01434@bmcgover-pc.cisco.com>

next in thread | raw e-mail | index | archive | help
In my config file, I have a device that is configured as follows:

device mica0 at isa? port 0x310 tty irq5 iomem 0xd0000 iosiz 65536 vector 
	micaintr


Yes, its a custom device driver...

Anyhow, when in the driver, I see the memory as being at (pointer location)
0xf00d0000 (probe reports it at 0xd0000). Is this correct, or is there 
additional translations that have to get done to pointers? The reason I'm
asking is that the memory is coming back as all-bits-on, even after I try
to place a bit-pattern in, or zero-ize it, which smells to me like I'm working
with a memory region that really isn't mapped there. However, I don't get 
seg faults, or other errors, so there isn't a "hole".

Comments? doof-slaps? Anyone?

	-Brian

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805052021.QAA01434>