|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] intel agp card support 2
On Wed, 5 Jan 2005, Ian Pratt wrote:
> If the driver is accessing the BIOS region via /dev/mem, it
> should be working as expected.
there is a very easy way to test.
dd if=/dev/mem bs=65536 skip=12 count=1 of=somefile
hexdump the first 16 bytes of somefile and send it to me, there should be
a bios signature in there. If not, that's an issue.
Here's what I get on my two machines:
0000000 aa55 eb40 217b 0076 0000 0000 0000 0000
0000000 aa55 eb74 374b 3034 e930 194c cc77 4956
on my xen laptop I get this:
0000000 aa55 e960 04c7 0000 0000 0000 0000 0000
which is encouraging.
What happens on your i810 machine?
ron
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|