From 645961163d614c428d6a00309fcf91293145dba8 Mon Sep 17 00:00:00 2001
From: Joerg Wunsch <j@uriah.heep.sax.de>
Date: Thu, 1 Dec 2005 19:55:17 +0000
Subject: [PATCH] Fix the number of significant bits for the efuse memory in
 ATmega48/88/168; the datasheet is a bit off here as well.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@560 81a1dc3b-b13d-400b-aceb-764788c761c2
---
 avrdude/ChangeLog       |  6 ++++++
 avrdude/avrdude.conf.in | 12 ++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog
index 0c64e335..9d7d3c93 100644
--- a/avrdude/ChangeLog
+++ b/avrdude/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-01  Joerg Wunsch <j@uriah.heep.sax.de>
+
+	* avrdude.conf.in: fix the number of significant bits for
+	the efuse memory in ATmega48/88/168; the datasheet is a bit
+	off here as well.
+
 2005-11-29  Joerg Wunsch <j@uriah.heep.sax.de>
 
 	* avrdude.1: update for JTAG ICE mkI support.
diff --git a/avrdude/avrdude.conf.in b/avrdude/avrdude.conf.in
index a306d7df..5471ec0e 100644
--- a/avrdude/avrdude.conf.in
+++ b/avrdude/avrdude.conf.in
@@ -4830,10 +4830,10 @@ part
         min_write_delay = 4500;
         max_write_delay = 4500;
         read            = "0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0",
-                          "x x x x  x x x x   o o o o  o o o o";
+                          "x x x x  x x x x   x x x x  x x x o";
 
         write           = "1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0",
-                          "x x x x  x x x x   i i i i  i i i i";
+                          "x x x x  x x x x   x x x x  x x x i";
       ;
 
     memory "calibration"
@@ -4967,10 +4967,10 @@ part
         min_write_delay = 4500;
         max_write_delay = 4500;
         read            = "0 1 0 1  0 0 0 0   0 0 0 0  1 0 0 0",
-                          "x x x x  x x x x   o o o o  o o o o";
+                          "x x x x  x x x x   x x x x  x o o o";
 
         write           = "1 0 1 0  1 1 0 0   1 0 1 0  0 1 0 0",
-                          "x x x x  x x x x   i i i i  i i i i";
+                          "x x x x  x x x x   x x x x  x i i i";
       ;
 
     memory "lock"
@@ -5111,10 +5111,10 @@ part
         min_write_delay = 4500;
         max_write_delay = 4500;
         read            = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
-                          "x x x x x x x x o o o o o o o o";
+                          "x x x x x x x x x x x x x o o o";
         
         write           = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
-                          "x x x x x x x x i i i i i i i i";
+                          "x x x x x x x x x x x x x i i i";
         ;
     
     memory "lock"