Changeset 44b06ca in rtems for c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c
- Timestamp:
- 11/29/09 15:33:28 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- b1274bd9
- Parents:
- efdfd48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c
refdfd48 r44b06ca 25 25 #define TDA_COUNT 16 26 26 27 open_eth_configuration_t leon_open_eth_configuration; 27 open_eth_configuration_t leon_open_eth_configuration; 28 28 29 29 int rtems_leon_open_eth_driver_attach( … … 55 55 56 56 57 if (device_found) 57 if (device_found) 58 58 { 59 59 /* clear control register and reset NIC */ … … 70 70 LEON_Clear_interrupt(leon_open_eth_configuration.vector); 71 71 LEON_Unmask_interrupt(leon_open_eth_configuration.vector); 72 } 72 } 73 73 } 74 74 return 0;
Note: See TracChangeset
for help on using the changeset viewer.