Hi,
On Thu, Mar 01, 2007 at 02:01:19PM -0800, David Hendricks wrote:
A trivial patch that has served me well for this particular flash chip. It functions identically to some already supported Winbond chips so basically all that was needed was an additional device ID for recognition. I've tested read, erase, and write functionality.
Thanks, the patch looks good. Please sign-off all your patches, though, we cannot commit any patches without a proper sign-off. See http://linuxbios.org/Development_Guidelines#Sign-off_Procedure for details.
diff -Nru -x .svn a/flash.h b/flash.h
Just a hint: 'svn diff > foo.patch' in your top-level LinuxBIOSv2 directory is usually a bit simpler and faster than "manual" diffing.
Uwe.