- Timestamp:
- 11/01/09 12:05:07 (3 years ago)
- Children:
- 079f92a31281573b8a7b152b1730e7a349ac6365
- Parents:
- a7f6dd2b9fc3f8ad29a05135c99288156961329b
- git-author:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-10-31T22:32:26Z-0700
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T13:05:07Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt-cli-vpd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-cli-vpd.c
r569617 rdff898 40 40 41 41 if (!hardware->is_vpd_valid) { 42 printf("No VPD structure detected.\n");42 more_printf("No VPD structure detected.\n"); 43 43 return; 44 44 } 45 45 46 printf("VPD present at address : 0x%s\n", hardware->vpd.base_address);46 more_printf("VPD present at address : 0x%s\n", hardware->vpd.base_address); 47 47 if (strlen(hardware->vpd.bios_build_id) > 0) 48 48 more_printf("Bios Build ID : %s\n", hardware->vpd.bios_build_id);
