Changes between Version 8 and Version 9 of nic_driver


Ignore:
Timestamp:
Oct 25, 2014, 3:25:30 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nic_driver

    v8 v9  
    1919== __Initialization Functions__ ==
    2020
    21  === void '''_nic_global_init'''( unsigned int channels, unsigned int vis, unsigned int bc_enable, unsigned int bypass_enable ) ===
     21 === int '''_nic_global_init'''( unsigned int channels, unsigned int vis, unsigned int bc_enable, unsigned int bypass_enable ) ===
    2222This function initializes the NIC global registers.
    2323 * '''channels''' : number of active channels
     
    2727This function is used only by the boot code, and return always 0.
    2828
    29  === void '''_nic_channel_init'''( unsigned int index,  unsigned int mac4,  unsigned int mac2 ) ===
     29 === int '''_nic_channel_init'''( unsigned int index,  unsigned int mac4,  unsigned int mac2 ) ===
    3030This function initializes the NIC registers for a given channel.
    3131 * '''index''' : channel index