Changeset 432 for trunk/hal/tsar_mips32/drivers/soclib_nic.c
- Timestamp:
- Feb 14, 2018, 3:39:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/drivers/soclib_nic.c
r279 r432 49 49 50 50 // initialize Soclib NIC global registers 51 hal_remote_sw( XPTR( nic_cxy , &nic_ptr+ NIC_G_BC_ENABLE ) , 0 );52 hal_remote_sw( XPTR( nic_cxy , &nic_ptr+ NIC_G_RUN ) , 0 );51 hal_remote_sw( XPTR( nic_cxy , nic_ptr + NIC_GLOBAL_SPAN + NIC_G_BC_ENABLE ) , 0 ); 52 hal_remote_sw( XPTR( nic_cxy , nic_ptr + NIC_GLOBAL_SPAN + NIC_G_RUN ) , 0 ); 53 53 54 54 // allocate memory for chbuf descriptor (one page)
Note: See TracChangeset
for help on using the changeset viewer.