Changeset 92b0eba in rtems for c/src/lib/libbsp/arm/edb7312/network/network.c
- Timestamp:
- 06/22/07 14:08:24 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6f2208f
- Parents:
- 2395a38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/edb7312/network/network.c
r2395a38 r92b0eba 68 68 } 69 69 70 void cs8900_get_mac_addr (cs8900_device *cs, unsigned char *mac_address)71 {72 mac_address[0] = 0x08;73 mac_address[1] = 0x00;74 mac_address[2] = 0x3e;75 mac_address[3] = 0x21;76 mac_address[4] = 0xc7;77 mac_address[5] = 0xf7;78 }79 80 70 void cs8900_attach_interrupt (cs8900_device *cs) 81 71 {
Note: See TracChangeset
for help on using the changeset viewer.