Changeset 3406 for trunk/util/flashrom/flashchips.c
- Timestamp:
- 07/02/08 15:33:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/flashchips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/flashchips.c
r3405 r3406 4 4 * Copyright (C) 2000 Silicon Integrated System Corporation 5 5 * Copyright (C) 2004 Tyan Corp 6 * Copyright (C) 2005-200 7coresystems GmbH <stepan@openbios.org>6 * Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org> 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify … … 136 136 {"Winbond", "W49V002A", WINBOND_ID, W_49V002A, 256, 128, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_49f002}, 137 137 {"Winbond", "W49V002FA", WINBOND_ID, W_49V002FA, 256, 128, TEST_UNTESTED, probe_jedec, erase_chip_jedec, write_49f002}, 138 {"Winbond", "W39V080FA", WINBOND_ID, W_39V080FA, 1024, 64*1024, TEST_OK_PR , probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub},138 {"Winbond", "W39V080FA", WINBOND_ID, W_39V080FA, 1024, 64*1024, TEST_OK_PREW, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub}, 139 139 {"Winbond", "W39V080FA (dual mode)",WINBOND_ID, W_39V080FA_DM, 512, 64*1024, TEST_UNTESTED, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub}, 140 140
