From: Adrian M. <ad...@mc...> - 2004-06-07 23:00:09
|
Looking through the code for the driver I see this: /* Initialize hardware */ ctrl_outl(MAPLE_MAGIC, MAPLE_RESET); ctrl_outl(0, MAPLE_RESET2); ctrl_outl(MAPLE_2MBPS|MAPLE_TIMEOUT(50000), MAPLE_SPEED); =09ctrl_outl(PHYSADDR(maple_sendbuf), MAPLE_DMAADDR); ctrl_outl(1, MAPLE_ENABLE); Is this documented anywhere? I cannot find anything on Marcus's site or o= n=20 google. Thanks Adrian |