var fDesc=new Array(); fDesc[0] = "ubCore is the first and only driver suite that fully supports the 1394b standard. It is highly recommended by Texas Instruments as the ideal software companion for their 1394b chipset.

ubCore is a set of low-level drivers with a top-down layered structure that provides the physical interface to various 1394 devices and includes the following advantageous features:

- Full 1394b support at 800Mbps.
- Support for future standard speeds (S1600 and S3200).
- Full 1394b CAT5 (100/400 Mbps) and POF (200 Mbps) support.
- Full 1394b GOF support at 800 Mbps speeds.
- Complete 1394a and 1394b SBP2 disk support.
- Complete support of 1394a and 1394b IIDC compliant cameras.
- Comprehensive set of tools and applications."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }