Changeset 854151c in mainline for uspace/srv/hw/netif/dp8390/dp8390.c
- Timestamp:
- 2011-01-07T12:32:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b404a98
- Parents:
- 3d5e190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390.c
r3d5e190 r854151c 263 263 printf("Ethernet address "); 264 264 for (i = 0; i < 6; i++) 265 printf("% x%c", dep->de_address.ea_addr[i], i < 5 ? ':' : '\n');265 printf("%02x%c", dep->de_address.ea_addr[i], i < 5 ? ':' : '\n'); 266 266 267 267 /*
Note:
See TracChangeset
for help on using the changeset viewer.