Changes between Version 8 and Version 9 of nic_driver
- Timestamp:
- Oct 25, 2014, 3:25:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
nic_driver
v8 v9 19 19 == __Initialization Functions__ == 20 20 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 ) === 22 22 This function initializes the NIC global registers. 23 23 * '''channels''' : number of active channels … … 27 27 This function is used only by the boot code, and return always 0. 28 28 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 ) === 30 30 This function initializes the NIC registers for a given channel. 31 31 * '''index''' : channel index