Hi, At Wed, 13 Jul 2011 21:19:16 +0300, Blue Swirl wrote: > On Wed, Jul 13, 2011 at 9:02 PM, Artyom Tarasenko <atar4q...@gmail.com> wrote: > > On Wed, Jul 13, 2011 at 6:27 PM, Blue Swirl <blauwir...@gmail.com> wrote: > >> On Wed, Jul 13, 2011 at 6:30 AM, Tsuneo Saito <tsnsa...@gmail.com> wrote: > >>So you should perform some arithmetic with > >> the ASI numbers to make them match non-block ASIs, for example asi & > >> ~0x6. This only works in the specific block ASIs, so I'd move this > >> inside the switch block for cases 0x16, 0x17, 0x1e, 0x1f etc. By the > >> way, aren't those the ASIs in question? The manual (UltraSPARC > >> Architecture 2007) is a bit confusing.
Thanks for the review! I didn't know these ASIs (0x16, 0x17, 0x1e, 0x1f) as I was looking at the JPS 1.0.4 specification. I'll add codes for these ASIs. ---- Tsuneo Saito <tsnsa...@gmail.com>