uboot-mt623x/disk
Sergei Trofimovich 69a2a4d9a5 disk/part.c: 'usb storage' avoiding overflow when output capacity
Before:
    Marvell>> usb storage
      Device 0: Vendor: StoreJet Rev:  Prod:  Transcend
                Type: Hard Disk
                Capacity: 28759.9 MB = 28.0 GB (488397168 x 512)
After:
    Marvell>> usb storage
      Device 0: Vendor: StoreJet Rev:  Prod:  Transcend
                Type: Hard Disk
                Capacity: 238475.1 MB = 232.8 GB (488397168 x 512)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2010-08-10 23:08:55 +02:00
..
Makefile disk: convert part_* files to COBJ-$(CONFIG_XXX) style 2009-02-18 00:50:51 +01:00
part.c disk/part.c: 'usb storage' avoiding overflow when output capacity 2010-08-10 23:08:55 +02:00
part_amiga.c mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
part_amiga.h * Code cleanup: 2003-06-27 21:31:46 +00:00
part_dos.c FAT32: fix support for superfloppy-format (PBR) 2010-07-24 20:53:43 +02:00
part_dos.h FAT32: fix support for superfloppy-format (PBR) 2010-07-24 20:53:43 +02:00
part_efi.c Partition support: remove newline from partition name 2009-08-09 22:52:38 +02:00
part_efi.h Coding Style cleanup, update CHANGELOG 2008-11-02 16:14:22 +01:00
part_iso.c Partition support: remove newline from partition name 2009-08-09 22:52:38 +02:00
part_iso.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
part_mac.c mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
part_mac.h * Code cleanup: 2003-06-27 21:31:46 +00:00