--- avrdude.conf.orig	2006-04-03 11:08:09.000000000 -0400
+++ /etc/avrdude.conf	2006-04-03 11:05:24.000000000 -0400
@@ -5091,6 +5091,8 @@
     pollmethod      = 1;
 
     memory "eeprom"
+        paged           = no; /* leave this "no" */
+        page_size       = 4;  /* for parallel programming */
         size            = 512;
         min_write_delay = 3600;
         max_write_delay = 3600;
@@ -5105,6 +5107,10 @@
                           " 0 0 0 x x x x a8",
                           " a7 a6 a5 a4 a3 a2 a1 a0",
                           " i i i i i i i i";
+ 	mode		= 0x04;
+	delay		= 10;
+	blocksize	= 128;
+	readsize	= 256;
         ;
 
     memory "flash"
