K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-11-02T18:40:18.766374Z K 7 svn:log V 783 The Altix 450 has 2 TIOCP bridge ASICs and one PPB bridge ASIC. The Altix 350 has only PIC ASICs. Extend the existing driver to handle the TIOCP ASIC as well, given that the registers we know of are the same between them. Don't probe the PPB for now -- I have no data on it at all. To this end: 1. Check the ASIC type in the probe function to match what we know. 2. Rename constants using s/PIC_/PCIB_/g. Note that with this change we still get a machine check. It looks like the first read to the memory mapped I/O is causing it, which so far seems to indicate that we don't have the right address yet. Bit 0 of the NASID is 1 for the TIOCP, so it's wired differently from the PIC -- even though the S/W interface seems identical. Figuring this out is going to be "interesting". END