From 65dc547205c825a5c33e549f1e31a10878d62856 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Wed, 30 Dec 2009 20:20:48 +0000
Subject: [PATCH] drivedb.h update: - SAMSUNG SpinPoint M40/60/80 series

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3016 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/CHANGELOG | 3 +++
 smartmontools/drivedb.h | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/smartmontools/CHANGELOG b/smartmontools/CHANGELOG
index 107c228cc..90e409da7 100644
--- a/smartmontools/CHANGELOG
+++ b/smartmontools/CHANGELOG
@@ -43,6 +43,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
 
 <DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
 
+  [CF] drivedb.h update:
+       - SAMSUNG SpinPoint M40/60/80 series
+
   [CF] Add direct access to 48-bit LBA register in 'ata_in/out_regs_48bit'.
 
   [DL] drivedb.h updates:
diff --git a/smartmontools/drivedb.h b/smartmontools/drivedb.h
index 3b76a7217..9d84bb5f9 100644
--- a/smartmontools/drivedb.h
+++ b/smartmontools/drivedb.h
@@ -415,6 +415,12 @@ const drive_settings builtin_knowndrives[] = {
     "May need -F samsung2 or -F samsung3 enabled; see manual for details.",
     ""
   },
+  { "SAMSUNG SpinPoint M40/60/80 series", // tested with HM160JI/AD100-16
+    "SAMSUNG HM(0[468]0H|1[026]0J)[CI]",
+    "",
+    "",
+    "-v 9,halfminutes"
+  },
 /*
   // TODO: Make the entries below more specific.
   // These entries produce misleading results, because newer
-- 
GitLab