Hey guys,

Thanks so much for the help.

0xef didn't work, so I just did 0x00 instead:

[ 0x3e0/8 ...  0x92f/8] = -1,
[ 0x930/8 ...  0x937/8] = 0x00, /* PNP0C09:00 - EC cmd */
[ 0x938/8 ...  0xcff/8] = -1,

and that solved the issue.

I ran into another invalid PIO 1-byte access for 0xb2 (when I plugged/unplugged 
my power cable), so I also added this:

[  0x78/8 ...   0xaf/8] = -1,
[  0xb0/8 ...   0xb7/8] = 0x00, /* Power cable detection */
[  0xb8/8 ...  0x3af/8] = -1,

I kept things aligned, just in case it was needed. 0xb2 didn't show up in 
/proc/ioports, which is curious.

Anyways, this fixed the PIO errors and allowed me to start the root cell and 
inmate.

Thanks for all the hard work!
-Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to