From 8a62ddd04c499674637c7ba9dfc88415ec734b14 Mon Sep 17 00:00:00 2001
From: "(no author)" <(no author)@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 14 Oct 2002 15:26:36 +0000
Subject: [PATCH] This commit was manufactured by cvs2svn to create tag
 'RELEASE_5_0_8'.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/tags/RELEASE_5_0_8@48 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 CVSROOT/checkoutlist |   13 -
 CVSROOT/commitinfo   |   15 -
 CVSROOT/config       |   14 -
 CVSROOT/cvswrappers  |   23 -
 CVSROOT/editinfo     |   21 -
 CVSROOT/loginfo      |   26 --
 CVSROOT/modules      |   26 --
 CVSROOT/notify       |   12 -
 CVSROOT/rcsinfo      |   13 -
 CVSROOT/taginfo      |   20 -
 CVSROOT/verifymsg    |   21 -
 sm5/atacmds.cpp      |  507 --------------------
 sm5/ataprint.cpp     | 1041 ------------------------------------------
 sm5/scsicmds.cpp     |  817 ---------------------------------
 sm5/scsiprint.cpp    |  394 ----------------
 sm5/smartctl.cpp     |  250 ----------
 sm5/smartd.cpp       |  333 --------------
 www/cvs-script       |    6 -
 www/index.html       |  279 -----------
 19 files changed, 3831 deletions(-)
 delete mode 100644 CVSROOT/checkoutlist
 delete mode 100644 CVSROOT/commitinfo
 delete mode 100644 CVSROOT/config
 delete mode 100644 CVSROOT/cvswrappers
 delete mode 100644 CVSROOT/editinfo
 delete mode 100644 CVSROOT/loginfo
 delete mode 100644 CVSROOT/modules
 delete mode 100644 CVSROOT/notify
 delete mode 100644 CVSROOT/rcsinfo
 delete mode 100644 CVSROOT/taginfo
 delete mode 100644 CVSROOT/verifymsg
 delete mode 100644 sm5/atacmds.cpp
 delete mode 100644 sm5/ataprint.cpp
 delete mode 100644 sm5/scsicmds.cpp
 delete mode 100644 sm5/scsiprint.cpp
 delete mode 100644 sm5/smartctl.cpp
 delete mode 100644 sm5/smartd.cpp
 delete mode 100755 www/cvs-script
 delete mode 100644 www/index.html

diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist
deleted file mode 100644
index b04b3501f..000000000
--- a/CVSROOT/checkoutlist
+++ /dev/null
@@ -1,13 +0,0 @@
-# The "checkoutlist" file is used to support additional version controlled
-# administrative files in $CVSROOT/CVSROOT, such as template files.
-#
-# The first entry on a line is a filename which will be checked out from
-# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
-# The remainder of the line is an error message to use if the file cannot
-# be checked out.
-#
-# File format:
-#
-#	[<whitespace>]<filename><whitespace><error message><end-of-line>
-#
-# comment lines begin with '#'
diff --git a/CVSROOT/commitinfo b/CVSROOT/commitinfo
deleted file mode 100644
index b19e7b7a6..000000000
--- a/CVSROOT/commitinfo
+++ /dev/null
@@ -1,15 +0,0 @@
-# The "commitinfo" file is used to control pre-commit checks.
-# The filter on the right is invoked with the repository and a list 
-# of files to check.  A non-zero exit of the filter program will 
-# cause the commit to be aborted.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being committed to, relative
-# to the $CVSROOT.  For the first match that is found, then the remainder
-# of the line is the name of the filter to run.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/config b/CVSROOT/config
deleted file mode 100644
index ff43ec005..000000000
--- a/CVSROOT/config
+++ /dev/null
@@ -1,14 +0,0 @@
-# Set this to "no" if pserver shouldn't check system users/passwords
-#SystemAuth=no
-
-# Put CVS lock files in this directory rather than directly in the repository.
-#LockDir=/var/lock/cvs
-
-# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
-# level of the new working directory when using the `cvs checkout'
-# command.
-#TopLevelAdmin=no
-
-# Set `LogHistory' to `all' or `TOFEWGCMAR' to log all transactions to the
-# history file, or a subset as needed (ie `TMAR' logs all write operations)
-#LogHistory=TOFEWGCMAR
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers
deleted file mode 100644
index 0accaf1b1..000000000
--- a/CVSROOT/cvswrappers
+++ /dev/null
@@ -1,23 +0,0 @@
-# This file affects handling of files based on their names.
-#
-# The -t/-f options allow one to treat directories of files
-# as a single file, or to transform a file in other ways on
-# its way in and out of CVS.
-#
-# The -m option specifies whether CVS attempts to merge files.
-#
-# The -k option specifies keyword expansion (e.g. -kb for binary).
-#
-# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
-#
-#  wildcard	[option value][option value]...
-#
-#  where option is one of
-#  -f		from cvs filter		value: path to filter
-#  -t		to cvs filter		value: path to filter
-#  -m		update methodology	value: MERGE or COPY
-#  -k		expansion mode		value: b, o, kkv, &c
-#
-#  and value is a single-quote delimited value.
-# For example:
-#*.gif -k 'b'
diff --git a/CVSROOT/editinfo b/CVSROOT/editinfo
deleted file mode 100644
index d78886c15..000000000
--- a/CVSROOT/editinfo
+++ /dev/null
@@ -1,21 +0,0 @@
-# The "editinfo" file is used to allow verification of logging
-# information.  It works best when a template (as specified in the
-# rcsinfo file) is provided for the logging procedure.  Given a
-# template with locations for, a bug-id number, a list of people who
-# reviewed the code before it can be checked in, and an external
-# process to catalog the differences that were code reviewed, the
-# following test can be applied to the code:
-#
-#   Making sure that the entered bug-id number is correct.
-#   Validating that the code that was reviewed is indeed the code being
-#       checked in (using the bug-id number or a seperate review
-#       number to identify this particular code set.).
-#
-# If any of the above test failed, then the commit would be aborted.
-#
-# Actions such as mailing a copy of the report to each reviewer are
-# better handled by an entry in the loginfo file.
-#
-# One thing that should be noted is the the ALL keyword is not
-# supported.  There can be only one entry that matches a given
-# repository.
diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo
deleted file mode 100644
index 5a59f0a54..000000000
--- a/CVSROOT/loginfo
+++ /dev/null
@@ -1,26 +0,0 @@
-# The "loginfo" file controls where "cvs commit" log information
-# is sent.  The first entry on a line is a regular expression which must match
-# the directory that the change is being made to, relative to the
-# $CVSROOT.  If a match is found, then the remainder of the line is a filter
-# program that should expect log information on its standard input.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name ALL appears as a regular expression it is always used
-# in addition to the first matching regex or DEFAULT.
-#
-# You may specify a format string as part of the
-# filter.  The string is composed of a `%' followed
-# by a single format character, or followed by a set of format
-# characters surrounded by `{' and `}' as separators.  The format
-# characters are:
-#
-#   s = file name
-#   V = old version number (pre-checkin)
-#   v = new version number (post-checkin)
-#
-# For example:
-#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
-# or
-#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
diff --git a/CVSROOT/modules b/CVSROOT/modules
deleted file mode 100644
index cb9e9efc9..000000000
--- a/CVSROOT/modules
+++ /dev/null
@@ -1,26 +0,0 @@
-# Three different line formats are valid:
-#	key	-a    aliases...
-#	key [options] directory
-#	key [options] directory files...
-#
-# Where "options" are composed of:
-#	-i prog		Run "prog" on "cvs commit" from top-level of module.
-#	-o prog		Run "prog" on "cvs checkout" of module.
-#	-e prog		Run "prog" on "cvs export" of module.
-#	-t prog		Run "prog" on "cvs rtag" of module.
-#	-u prog		Run "prog" on "cvs update" of module.
-#	-d dir		Place module in directory "dir" instead of module name.
-#	-l		Top-level directory only -- do not recurse.
-#
-# NOTE:  If you change any of the "Run" options above, you'll have to
-# release and re-checkout any working directories of these modules.
-#
-# And "directory" is a path to a directory relative to $CVSROOT.
-#
-# The "-a" option specifies an alias.  An alias is interpreted as if
-# everything on the right of the "-a" had been typed on the command line.
-#
-# You can encode a module within a module by using the special '&'
-# character to interpose another module into the current module.  This
-# can be useful for creating a module that consists of many directories
-# spread out over the entire source repository.
diff --git a/CVSROOT/notify b/CVSROOT/notify
deleted file mode 100644
index 34f0bc288..000000000
--- a/CVSROOT/notify
+++ /dev/null
@@ -1,12 +0,0 @@
-# The "notify" file controls where notifications from watches set by
-# "cvs watch add" or "cvs edit" are sent.  The first entry on a line is
-# a regular expression which is tested against the directory that the
-# change is being made to, relative to the $CVSROOT.  If it matches,
-# then the remainder of the line is a filter program that should contain
-# one occurrence of %s for the user to notify, and information on its
-# standard input.
-#
-# "ALL" or "DEFAULT" can be used in place of the regular expression.
-#
-# For example:
-#ALL mail %s -s "CVS notification"
diff --git a/CVSROOT/rcsinfo b/CVSROOT/rcsinfo
deleted file mode 100644
index 49e59f4d0..000000000
--- a/CVSROOT/rcsinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-# The "rcsinfo" file is used to control templates with which the editor
-# is invoked on commit and import.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being made to, relative to the
-# $CVSROOT.  For the first match that is found, then the remainder of the
-# line is the name of the file that contains the template.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/taginfo b/CVSROOT/taginfo
deleted file mode 100644
index 274a46dd5..000000000
--- a/CVSROOT/taginfo
+++ /dev/null
@@ -1,20 +0,0 @@
-# The "taginfo" file is used to control pre-tag checks.
-# The filter on the right is invoked with the following arguments:
-#
-# $1 -- tagname
-# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
-# $3 -- repository
-# $4->  file revision [file revision ...]
-#
-# A non-zero exit of the filter program will cause the tag to be aborted.
-#
-# The first entry on a line is a regular expression which is tested
-# against the directory that the change is being committed to, relative
-# to the $CVSROOT.  For the first match that is found, then the remainder
-# of the line is the name of the filter to run.
-#
-# If the repository name does not match any of the regular expressions in this
-# file, the "DEFAULT" line is used, if it is specified.
-#
-# If the name "ALL" appears as a regular expression it is always used
-# in addition to the first matching regex or "DEFAULT".
diff --git a/CVSROOT/verifymsg b/CVSROOT/verifymsg
deleted file mode 100644
index 86f747ce2..000000000
--- a/CVSROOT/verifymsg
+++ /dev/null
@@ -1,21 +0,0 @@
-# The "verifymsg" file is used to allow verification of logging
-# information.  It works best when a template (as specified in the
-# rcsinfo file) is provided for the logging procedure.  Given a
-# template with locations for, a bug-id number, a list of people who
-# reviewed the code before it can be checked in, and an external
-# process to catalog the differences that were code reviewed, the
-# following test can be applied to the code:
-#
-#   Making sure that the entered bug-id number is correct.
-#   Validating that the code that was reviewed is indeed the code being
-#       checked in (using the bug-id number or a seperate review
-#       number to identify this particular code set.).
-#
-# If any of the above test failed, then the commit would be aborted.
-#
-# Actions such as mailing a copy of the report to each reviewer are
-# better handled by an entry in the loginfo file.
-#
-# One thing that should be noted is the the ALL keyword is not
-# supported.  There can be only one entry that matches a given
-# repository.
diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp
deleted file mode 100644
index 241cf8ee8..000000000
--- a/sm5/atacmds.cpp
+++ /dev/null
@@ -1,507 +0,0 @@
-//  $Id: atacmds.cpp,v 1.5 2002/10/14 15:26:05 ballen4705 Exp $
-/*
- * atacmds.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
- * Copyright (C) 2000 Andre Hedrick <andre@linux-ide.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- * 
- */
-
-
-#include <stdio.h>
-#include <string.h>
-#include "atacmds.h"
-
-
-// These Drive Identity tables are taken from hdparm 5.2. That's the
-// "Gold Standard"
-#define NOVAL_0			0x0000
-#define NOVAL_1			0xffff
-/* word 81: minor version number */
-#define MINOR_MAX 0x1C
-const char *minor_str[] = {			/* word 81 value: */
-  "Device does not report version",		/* 0x0000	*/
-  "ATA-1 X3T9.2 781D prior to revision 4",	/* 0x0001	*/
-  "ATA-1 published, ANSI X3.221-1994",		/* 0x0002	*/
-  "ATA-1 X3T9.2 781D revision 4",		/* 0x0003	*/
-  "ATA-2 published, ANSI X3.279-1996",		/* 0x0004	*/
-  "ATA-2 X3T10 948D prior to revision 2k",	/* 0x0005	*/
-  "ATA-3 X3T10 2008D revision 1",		/* 0x0006	*/
-  "ATA-2 X3T10 948D revision 2k",		/* 0x0007	*/
-  "ATA-3 X3T10 2008D revision 0",		/* 0x0008	*/
-  "ATA-2 X3T10 948D revision 3",		/* 0x0009	*/
-  "ATA-3 published, ANSI X3.298-199x",		/* 0x000a	*/
-  "ATA-3 X3T10 2008D revision 6",		/* 0x000b	*/
-  "ATA-3 X3T13 2008D revision 7 and 7a",	/* 0x000c	*/
-  "ATA/ATAPI-4 X3T13 1153D revision 6",		/* 0x000d	*/
-  "ATA/ATAPI-4 T13 1153D revision 13",		/* 0x000e	*/
-  "ATA/ATAPI-4 X3T13 1153D revision 7",		/* 0x000f	*/
-  "ATA/ATAPI-4 T13 1153D revision 18",		/* 0x0010	*/
-  "ATA/ATAPI-4 T13 1153D revision 15",		/* 0x0011	*/
-  "ATA/ATAPI-4 published, ANSI NCITS 317-1998",	/* 0x0012	*/
-  "ATA/ATAPI-5 T13 1321D revision 3",	        /* 0x0013	*/
-  "ATA/ATAPI-4 T13 1153D revision 14",		/* 0x0014	*/
-  "ATA/ATAPI-5 T13 1321D revision 1",		/* 0x0015	*/
-  "ATA/ATAPI-5 published, ANSI NCITS 340-2000",	/* 0x0016	*/
-  "ATA/ATAPI-4 T13 1153D revision 17",		/* 0x0017	*/
-  "ATA/ATAPI-6 T13 1410D revision 0",		/* 0x0018	*/
-  "ATA/ATAPI-6 T13 1410D revision 3a",		/* 0x0019	*/
-  "Reserved",					/* 0x001a	*/
-  "ATA/ATAPI-6 T13 1410D revision 2",		/* 0x001b	*/
-  "ATA/ATAPI-6 T13 1410D revision 1",		/* 0x001c	*/
-  "reserved"					/* 0x001d	*/
-  "reserved"					/* 0x001e	*/
-  "reserved"					/* 0x001f-0xfffe*/
-};
-
-const char actual_ver[] = { 
-  /* word 81 value: */
-  0,		/* 0x0000	WARNING: 	*/
-  1,		/* 0x0001	WARNING: 	*/
-  1,		/* 0x0002	WARNING: 	*/
-  1,		/* 0x0003	WARNING: 	*/
-  2,		/* 0x0004	WARNING:   This array 		*/
-  2,		/* 0x0005	WARNING:   corresponds 		*/
-  3,		/* 0x0006	WARNING:   *exactly*		*/
-  2,		/* 0x0007	WARNING:   to the ATA/		*/
-  3,		/* 0x0008	WARNING:   ATAPI version	*/
-  2,		/* 0x0009	WARNING:   listed in	 	*/
-  3,		/* 0x000a	WARNING:   the 		 	*/
-  3,		/* 0x000b	WARNING:   minor_str 		*/
-  3,		/* 0x000c	WARNING:   array		*/
-  4,		/* 0x000d	WARNING:   above.		*/
-  4,		/* 0x000e	WARNING:  			*/
-  4,		/* 0x000f	WARNING:   If you change 	*/
-  4,		/* 0x0010	WARNING:   that one,      	*/
-  4,		/* 0x0011	WARNING:   change this one	*/
-  4,		/* 0x0012	WARNING:   too!!!        	*/
-  5,		/* 0x0013	WARNING:	*/
-  4,		/* 0x0014	WARNING:	*/
-  5,		/* 0x0015	WARNING:	*/
-  5,		/* 0x0016	WARNING:	*/
-  4,		/* 0x0017	WARNING:	*/
-  6,		/* 0x0018	WARNING:	*/
-  6,		/* 0x0019	WARNING:	*/
-  0,		/* 0x001a	WARNING:	*/
-  6,		/* 0x001b	WARNING:	*/
-  6,		/* 0x001c	WARNING:	*/
-  0		/* 0x001d-0xfffe    		*/
-};
-
-
-
-int ataReadHDIdentity ( int device, struct hd_driveid *buf)
-{
-   if (ioctl ( device , HDIO_GET_IDENTITY, buf ) != 0)
-   { 
-       perror ("ATA GET HD Failed");
-       return -1; 
-   }
-
-   return 0;
-}
-
-
-int ataVersionInfo (const char** description, struct hd_driveid drive){
-  unsigned short major,minor;
-  int i,atavalue=0;
-  
-  // get major and minor ATA revision numbers
-#ifdef __NEW_HD_DRIVE_ID
-  major=drive.major_rev_num;
-  minor=drive.minor_rev_num;
-#else
-  major=drive.word80;
-  minor=drive.word81;
-#endif
-  
-  // First check if device has ANY ATA version information in it
-  if (major==NOVAL_0 || major==NOVAL_1) {
-    *description=NULL;
-    return -1;
-  }
-  
-  // The minor revision number has more information - try there first
-  if (minor && (minor<=MINOR_MAX)){
-    int std = actual_ver[minor];
-    if (std) {
-      *description=minor_str[minor];
-      return std;
-    }
-  }
-  
-  // HDPARM has a very complicated algorithm from here on. Since SMART only
-  // exists on ATA-3 and later standards, let's punt on this.  If you don't
-  // like it, please fix it.  The code's in CVS.
-  for (i=1; i<16;i++ )
-    if (major & (0x1<<i))
-      atavalue = i;
-  *description=NULL;
-  return atavalue;
-}
-
-
-int ataSmartSupport ( struct hd_driveid drive){
-#ifdef __NEW_HD_DRIVE_ID
-  if (drive.command_set_1 & 0x0001)
-#else
-  if (drive.command_sets & 0x0001)
-#endif
-    return 1; /* drive supports S.M.A.R.T. and is disabled */
-  return 0;
-}
-
-int ataReadSmartValues (int device, struct ata_smart_values *data){	
-  int i;
-  unsigned char chksum=0;
-  unsigned char buf[HDIO_DRIVE_CMD_HDR_SIZE+ATA_SMART_SEC_SIZE]= 
-    {WIN_SMART, 0, SMART_READ_VALUES, 1};
-  
-  if (ioctl(device,HDIO_DRIVE_CMD,buf)){
-    perror ("Smart Values Read failed");
-    return -1;
-  }
-  
-  // compute checksum
-  for (i=0;i<ATA_SMART_SEC_SIZE;i++)
-    chksum+=buf[i+HDIO_DRIVE_CMD_HDR_SIZE];
-  
-  // verify that checksum vanishes
-  if (chksum){
-    perror ("Smart Read Failed, Checksum error!");
-    return -1;
-  }	
-  
-  // copy data and return
-  memcpy(data,buf+HDIO_DRIVE_CMD_HDR_SIZE,ATA_SMART_SEC_SIZE);
-  return 0;
-}
-
-
-int ataReadSelfTestLog (int device, struct ata_smart_selftestlog *data)
-{	
-   int i;
-   unsigned char chksum=0;	
-   unsigned char buf[ HDIO_DRIVE_CMD_HDR_SIZE + 
-                      ATA_SMART_SEC_SIZE] = 
-                      { WIN_SMART, 0x06, SMART_READ_LOG_SECTOR, 1};
-
-   if (ioctl ( device , HDIO_DRIVE_CMD, (unsigned char *) &buf ) != 0)
-   {
-       perror ("Smart Error Log Read failed");
-       return -1;
-   }
-   
-   // compute checksum
-   for (i=0;i<ATA_SMART_SEC_SIZE;i++)
-     chksum+=buf[HDIO_DRIVE_CMD_HDR_SIZE+i];
-
-   if (chksum){
-     fprintf(stderr,"Smart Self Test Log Checksum Incorrect!\n");
-     return -1;
-   }
-
-   memcpy( data, &buf[HDIO_DRIVE_CMD_HDR_SIZE] , ATA_SMART_SEC_SIZE);
-
-   return 0;
-}
-
-
-int ataReadErrorLog (int device, struct ata_smart_errorlog *data)
-{	
-   int i;
-   unsigned char chksum=0;	
-   unsigned char buf[ HDIO_DRIVE_CMD_HDR_SIZE + 
-                      ATA_SMART_SEC_SIZE] = 
-                      { WIN_SMART, 0x01, SMART_READ_LOG_SECTOR, 1};
-
-   if (ioctl ( device , HDIO_DRIVE_CMD, (unsigned char *) &buf ) != 0)
-   {
-       perror ("Smart Error Log Read failed");
-       return -1;
-   }
-
-   // compute checksum
-   for (i=0;i<ATA_SMART_SEC_SIZE;i++)
-     chksum+=buf[HDIO_DRIVE_CMD_HDR_SIZE+i];
-
-   if (chksum){
-     fprintf(stderr,"Smart Error Log Checksum Incorrect!\n");
-     return -1;
-   }
-   memcpy( data, &buf[HDIO_DRIVE_CMD_HDR_SIZE] , ATA_SMART_SEC_SIZE);
-
-   return 0;
-}
-
-
-int ataReadSmartThresholds ( int device, struct ata_smart_thresholds *data)
-{	
-   unsigned char buf[ HDIO_DRIVE_CMD_HDR_SIZE + 
-                      ATA_SMART_SEC_SIZE] = 
-                      { WIN_SMART, 1, SMART_READ_THRESHOLDS, 1};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD, (unsigned char *) &buf ) != 0)
-   {
-       perror ("Smart Thresholds Read failed");
-       return -1;
-   }
-
-   memcpy( data, &buf[HDIO_DRIVE_CMD_HDR_SIZE] , ATA_SMART_SEC_SIZE);
-
-   return 0;
-}
-
-int ataSetSmartThresholds ( int device, struct ata_smart_thresholds *data)
-{	
-   unsigned char buf[ HDIO_DRIVE_CMD_HDR_SIZE + 
-		           ATA_SMART_SEC_SIZE] = 
-                           { WIN_SMART, 1, 0xD7, 1};
-	
-   memcpy( &buf[HDIO_DRIVE_CMD_HDR_SIZE],  data , ATA_SMART_SEC_SIZE);
-
-   if (ioctl ( device , HDIO_DRIVE_CMD, (unsigned char *)  &buf ) != 0)
-   {
-       perror ("Smart Thresholds Read failed");
-       return -1;
-   }
-
-   return 0;
-}
-
-
-int ataEnableSmart (int device )
-{	
-
-   unsigned char parms[4] = { WIN_SMART, 1, SMART_ENABLE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-      perror ("Smart Enable failed");
-      return -1;
-   }
-	
-   return 0;
- }
-
-
-int ataDisableSmart (int device )
-{	
-	
-   unsigned char parms[4] = { WIN_SMART, 1, SMART_DISABLE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-      perror ("Smart Disable failed");
-      return -1;
-   }
-
-   return 0;
-}
-
-int ataEnableAutoSave(int device){
-   unsigned char parms[4] = { WIN_SMART, 241, SMART_AUTOSAVE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-      perror ("Smart Enable Auto-save failed");
-      return -1;
-   }
-	
-   return 0;
-};
-
-int ataDisableAutoSave(int device){
-   unsigned char parms[4] = { WIN_SMART, 0, SMART_AUTOSAVE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-      perror ("Smart Disable Auto-save failed");
-      return -1;
-   }
-	
-   return 0;
-};
-
-int ataEnableAutoOffline (int device )
-{	
-
-   /* timer hard coded to 4 hours */
-   unsigned char parms[4] = { WIN_SMART, 248, SMART_AUTO_OFFLINE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-       perror ("Smart Enable Automatic Offline failed");
-       return -1;
-   }
-
-   return 0;
-}
-
-
-int ataDisableAutoOffline (int device )
-{	
-   unsigned char parms[4] = { WIN_SMART, 0, SMART_AUTO_OFFLINE, 0};
-	
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms ) != 0)
-   {
-      perror ("Smart Disable Automatic Offline failed");
-      return -1;
-   }
-
-   return 0;
-}
-
-
-// Not being used correctly.  Must examine the CL and CH registers to
-// see what the smart status was.  How to fix this?  I don't know...
-int ataSmartStatus (int device ){	
-   unsigned char parms[4] = { WIN_SMART, 0, SMART_STATUS, 0};
-
-   if (ioctl ( device , HDIO_DRIVE_CMD,  &parms) != 0)
-   {
-      return -1;
-   }
-   return 0;
-}
-
-
-
-int ataSmartTest (int device, int testtype)
-{	
-   unsigned char parms[4] = { WIN_SMART, testtype, 
-                    SMART_IMMEDIATE_OFFLINE, 0};
-   
-   if (ioctl ( device , HDIO_DRIVE_CMD, &parms) != 0)
-   {
-       perror ("Smart Offline failed");
-       return -1;
-   }
-
-   printf("Completed Off-line command\n");
-	
-   return 0;
-}
-
-
-int ataSmartOfflineTest (int device)
-{	
-   return ataSmartTest( device, OFFLINE_FULL_SCAN  );
-}
-
-int ataSmartShortSelfTest (int device)
-{	
-   return ataSmartTest( device, SHORT_SELF_TEST  );
-}
-
-int ataSmartExtendSelfTest (int device)
-{	
-   return ataSmartTest( device, EXTEND_SELF_TEST  );
-}
-
-int ataSmartShortCapSelfTest (int device)
-{	
-   return ataSmartTest( device, SHORT_CAPTIVE_SELF_TEST );
-}
-
-int ataSmartExtendCapSelfTest (int device)
-{
-   return ataSmartTest( device, EXTEND_CAPTIVE_SELF_TEST );
-}
-
-
-int ataSmartSelfTestAbort (int device)
-{
-   return ataSmartTest( device, 127 );
-}
-
-/* Test Time Functions */
-
-int isOfflineTestTime ( struct ata_smart_values data)
-{
-   return (int) data.total_time_to_complete_off_line;
-}
-
-
-int isShortSelfTestTime ( struct ata_smart_values data)
-{
-   return (int) data.short_test_completion_time;
-}
-
-
-int isExtendedSelfTestTime ( struct ata_smart_values data)
-{
-   return (int) data.extend_test_completion_time;
-}
-
-
-int isSmartErrorLogCapable ( struct ata_smart_values data)
-{
-   return data.errorlog_capability & 0x01;
-}
-
-
-int isSupportExecuteOfflineImmediate ( struct ata_smart_values data)
-{
-   return data.offline_data_collection_capability & 0x01;
-}
-
-
-int isSupportAutomaticTimer ( struct ata_smart_values data)
-{
-   return data.offline_data_collection_capability & 0x02;
-}
-
-
-int isSupportOfflineAbort ( struct ata_smart_values data)
-{
-   return data.offline_data_collection_capability & 0x04;
-}
-
-
-int isSupportOfflineSurfaceScan ( struct ata_smart_values data)
-{
-   return data.offline_data_collection_capability & 0x08;
-}
-
-
-int isSupportSelfTest (struct ata_smart_values data)
-{
-   return data.offline_data_collection_capability & 0x10;
-}
-
-
-int ataCheckSmart ( struct ata_smart_values data, struct ata_smart_thresholds thresholds)
-{
-   int i;
-  
-   for ( i = 0 ; i < 30 ; i++ )
-   {
-      if ( (data.vendor_attributes[i].id !=0) &&   
-           (thresholds.thres_entries[i].id != 0) &&
-           (data.vendor_attributes[i].status.flag.prefailure) &&
-           (data.vendor_attributes[i].current <
-             thresholds.thres_entries[i].threshold) &&
-           (thresholds.thres_entries[i].threshold != 0xFE) )
-      {
-         return i;
-      }
-   }
-
-   return 0;
-}
diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
deleted file mode 100644
index 0cc661f35..000000000
--- a/sm5/ataprint.cpp
+++ /dev/null
@@ -1,1041 +0,0 @@
-//  $Id: ataprint.cpp,v 1.9 2002/10/14 15:26:10 ballen4705 Exp $
-/*
- * ataprint.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- *
- */
-
-#include "ataprint.h"
-#include "smartctl.h"
-#include "extern.h"
-
-void ataPrintDriveInfo (struct hd_driveid drive){
-  int version;
-  const char *description;
-  char unknown[32];
-
-  version=ataVersionInfo(&description,drive);
-
-  // unrecognized minor revision code
-  if (!description){
-    sprintf(unknown,"Unrecognized. Minor revision code: 0x%02x",drive.minor_rev_num);
-    description=unknown;
-  }
-  
-  // print out information for user
-  printf("Device Model:     %.40s\n",drive.model);
-  printf("Serial Number:    %.20s\n",drive.serial_no);
-  printf("Firmware Version: %.8s\n",drive.fw_rev);
-  printf("ATA Version is:   %i\n",version);
-  printf("ATA Standard is:  %s\n",description);
-
-  if (version>=3)
-    return;
-
-  printf("SMART is only supported in ATA version 3 or greater\n");
-  exit (0);
-}
-
-
-/* void PrintSmartOfflineStatus ( struct ata_smart_values data) 
-   prints verbose value Off-line data collection status byte */
-
-void PrintSmartOfflineStatus ( struct ata_smart_values data)
-{
-   printf ("Off-line data collection status: ");	
-   
-   switch (data.offline_data_collection_status)
-   {
-      case 0x0: case 0x80:
-          printf ("(0x%02x)\tOffline data collection activity was\n\t\t\t\t\t",
-                  data.offline_data_collection_status);
-          printf("never started.\n");
-          break;
-      case 0x01: case 0x81:
-          printf ("(0x%02x)\tReserved.\n",
-                  data.offline_data_collection_status);
-          break;
-      case 0x02: case 0x82:
-          printf ("(0x%02x)\tOffline data collection activity \n\t\t\t\t\t",
-                  data.offline_data_collection_status);
-          printf ("completed without error.\n");
-          break;
-      case 0x03: case 0x83:
-          printf ("(0x%02x)\tReserved.\n",
-                  data.offline_data_collection_status);
-          break;
-      case 0x04: case 0x84:
-          printf ("(0x%02x)\tOffline data collection activity was \n\t\t\t\t\t",
-                  data.offline_data_collection_status);
-          printf ("suspended by an interrupting command.\n");
-          break;
-      case 0x05: case 0x85:
-          printf ("(0x%02x)\tOffline data collection activity was \n\t\t\t\t\t",
-                  data.offline_data_collection_status);
-          printf ("aborted by an interrupting command.\n");
-          break;
-      case 0x06: case 0x86:
-          printf ("(0x%02x)\tOffline data collection activity was \n\t\t\t\t\t",
-                  data.offline_data_collection_status);
-          printf ("aborted by the device with a fatal error.\n");
-          break;
-      default:
-          if ( ((data.offline_data_collection_status >= 0x07) &&
-                (data.offline_data_collection_status <= 0x3f)) ||
-                ((data.offline_data_collection_status >= 0xc0) &&
-                (data.offline_data_collection_status <= 0xff)) )
-          {
-              printf ("(0x%02x)\tVendor Specific.\n",
-                      data.offline_data_collection_status);
-          } 
-          else 
-          {
-              printf ("(0x%02x)\tReserved.\n",
-                      data.offline_data_collection_status);
-          }
-   }
-}
-
-
-
-void PrintSmartSelfExecStatus ( struct ata_smart_values data)
-{
-   printf ("Self-test execution status:      ");
-   
-   switch (data.self_test_exec_status >> 4)
-   {
-      case 0:
-        printf ("(%4d)\tThe previous self-test routine completed\n\t\t\t\t\t",
-                data.self_test_exec_status);
-        printf ("without error or no self-test has ever \n\t\t\t\t\tbeen run.\n");
-        break;
-       case 1:
-         printf ("(%4d)\tThe self-test routine was aborted by\n\t\t\t\t\t",
-                 data.self_test_exec_status);
-         printf ("the host.\n");
-         break;
-       case 2:
-         printf ("(%4d)\tThe self-test routine was interrupted\n\t\t\t\t\t",
-                 data.self_test_exec_status);
-         printf ("by the host with a hard or soft reset.\n");
-         break;
-       case 3:
-          printf ("(%4d)\tA fatal error or unknown test error\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("occurred while the device was executing\n\t\t\t\t\t");
-          printf ("its self-test routine and the device \n\t\t\t\t\t");
-          printf ("was unable to complete the self-test \n\t\t\t\t\t");
-          printf ("routine.\n");
-          break;
-       case 4:
-          printf ("(%4d)\tThe previous self-test completed having\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("a test element that failed and the test\n\t\t\t\t\t");
-          printf ("element that failed is not known.\n");
-          break;
-       case 5:
-          printf ("(%4d)\tThe previous self-test completed having\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("the electrical element of the test\n\t\t\t\t\t");
-          printf ("failed.\n");
-          break;
-       case 6:
-          printf ("(%4d)\tThe previous self-test completed having\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("the servo (and/or seek) element of the \n\t\t\t\t\t");
-          printf ("test failed.\n");
-          break;
-       case 7:
-          printf ("(%4d)\tThe previous self-test completed having\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("the read element of the test failed.\n");
-          break;
-       case 15:
-          printf ("(%4d)\tSelf-test routine in progress...\n\t\t\t\t\t",
-                  data.self_test_exec_status);
-          printf ("%1d0%% of test remaining.\n", 
-                  data.self_test_exec_status & 0x0f);
-          break;
-       default:
-          printf ("(%4d)\tReserved.\n",
-                  data.self_test_exec_status);
-          break;
-   }
-	
-}
-
-
-
-void PrintSmartTotalTimeCompleteOffline ( struct ata_smart_values data)
-{
-   printf ("Total time to complete off-line \n");
-   printf ("data collection: \t\t (%4d) seconds.\n", 
-           data.total_time_to_complete_off_line);
-}
-
-
-
-void PrintSmartOfflineCollectCap ( struct ata_smart_values data)
-{
-   printf ("Offline data collection\n");
-   printf ("capabilities: \t\t\t (0x%02x) ",
-            data.offline_data_collection_capability);
-
-   if (data.offline_data_collection_capability == 0x00)
-   {
-      printf ("\tOff-line data collection not supported.\n");
-   } 
-   else 
-   {
-      printf( "%s\n", isSupportExecuteOfflineImmediate(data)?
-              "SMART execute Offline immediate." :
-              "No SMART execute Offline immediate.");
-
-      printf( "\t\t\t\t\t%s\n", isSupportAutomaticTimer(data)? 
-              "Automatic timer ON/OFF support.":
-              "No Automatic timer ON/OFF support.");
-		
-      printf( "\t\t\t\t\t%s\n", isSupportOfflineAbort(data)? 
-              "Abort Offline collection upon new\n\t\t\t\t\tcommand.":
-              "Suspend Offline collection upon new\n\t\t\t\t\tcommand.");
-
-      printf( "\t\t\t\t\t%s\n", isSupportOfflineSurfaceScan(data)? 
-              "Offline surface scan supported.":
-              "No Offline surface scan supported.");
-
-      printf( "\t\t\t\t\t%s\n", isSupportSelfTest(data)? 
-              "Self-test supported.":
-              "No Self-test supported.");
-    }
-}
-
-
-
-void PrintSmartCapability ( struct ata_smart_values data)
-{
-   printf ("SMART capabilities:            ");
-   printf ("(0x%04x)\t", data.smart_capability);
-   
-   if (data.smart_capability == 0x00)
-   {
-       printf ("automatic saving of SMART data"); 
-       printf ("\t\t\t\t\tis not implemented.\n");
-   } 
-   else 
-   {
-	
-      printf( "%s\n", (data.smart_capability & 0x01)? 
-              "Saves SMART data before entering\n\t\t\t\t\tpower-saving mode.":
-              "Does not save SMART data before\n\t\t\t\t\tentering power-saving mode.");
-		
-      if ( data.smart_capability & 0x02 )
-      {
-          printf ("\t\t\t\t\tSupports SMART auto save timer.\n");
-      }
-   }
-}
-
-
-
-void PrintSmartErrorLogCapability ( struct ata_smart_values data)
-{
-
-   printf ("Error logging capability:       ");
-    
-   if ( isSmartErrorLogCapable(data) )
-   {
-      printf (" (0x%02x)\tError logging supported.\n",
-               data.errorlog_capability);
-   }
-   else {
-       printf (" (0x%02x)\tError logging NOT supported.\n",
-                data.errorlog_capability);
-   }
-}
-
-
-
-void PrintSmartShortSelfTestPollingTime ( struct ata_smart_values data)
-{
-   if ( isSupportSelfTest(data) )
-   {
-      printf ("Short self-test routine \n");
-      printf ("recommended polling time: \t (%4d) minutes.\n", 
-               data.short_test_completion_time);
-
-   }
-   else
-   {
-      printf ("Short self-test routine \n");
-      printf ("recommended polling time: \t        Not Supported.\n");
-   }
-}
-
-
-void PrintSmartExtendedSelfTestPollingTime ( struct ata_smart_values data)
-{
-   if ( isSupportSelfTest(data) )
-   {
-      printf ("Extended self-test routine \n");
-      printf ("recommended polling time: \t (%4d) minutes.\n", 
-               data.extend_test_completion_time);
-   }
-   else
-   {
-      printf ("Extended self-test routine \n");
-      printf ("recommended polling time: \t        Not Supported.\n");
-   }
-}
-
-
-
-void PrintSmartAttribWithThres ( struct ata_smart_values data, 
-                                 struct ata_smart_thresholds thresholds)
-{
-   int i,j;
-   long long rawvalue; 
-   printf ("Vendor Specific SMART Attributes with Thresholds:\n");
-   printf ("Revision Number: %i\n", data.revnumber);
-   printf ("Attribute                    Flag     Value Worst Threshold Raw Value\n");
-	
-   for ( i = 0 ; i < NUMBER_ATA_SMART_ATTRIBUTES ; i++ ){
-     // step through all vendor attributes
-     if (data.vendor_attributes[i].id && thresholds.thres_entries[i].id){
-       ataPrintSmartAttribName(data.vendor_attributes[i].id);
-       // printing if they contain something sensible
-       printf(" 0x%04x   %.3i   %.3i   %.3i       ", 
-	      data.vendor_attributes[i].status.all,
-	      data.vendor_attributes[i].current,
-	      data.vendor_attributes[i].worst,
-	      thresholds.thres_entries[i].threshold);
-
-       // convert the six individual bytes to a long long (8 byte) integer
-       rawvalue = 0;
-       for (j = 0 ; j < 6 ; j++)
-	 rawvalue |= data.vendor_attributes[i].raw[j] << (8*j) ;
-
-       // This switch statement is where we handle Raw attributes
-       // that are stored in an unusual vendor-specific format,
-       switch (data.vendor_attributes[i].id){
-
-	 // Power on time
-       case 9:
-	 if (smart009minutes)
-	   // minutes
-	   printf ("%llu h + %2llu m\n",rawvalue/60,rawvalue%60);
-	 else
-	   // hours
-	   printf ("%llu\n", rawvalue);  //stored in hours
-	 break;
-	 
-	 // Temperature
-       case 194:
-	 printf ("%u", data.vendor_attributes[i].raw[0]);
-	 if (rawvalue==data.vendor_attributes[i].raw[0])
-	   printf("\n");
-	 else
-	   // The other bytes are in use. Try IBM's model
-	   printf(" (Lifetime Min/Max %u/%u)\n",data.vendor_attributes[i].raw[2],
-		  data.vendor_attributes[i].raw[4]);
-	 break;
-       default:
-	 printf("%llu\n", rawvalue);
-       }	    
-     }
-   }
-}
-
-
-void ataPrintGeneralSmartValues  ( struct ata_smart_values data)
-{
-   printf ("\nGeneral SMART Values: \n");
-
-   PrintSmartOfflineStatus (data); 
-   printf("\n");
-	
-   if (isSupportSelfTest(data))
-   {
-       PrintSmartSelfExecStatus (data);
-       printf("\n");
-   }
-	
-   PrintSmartTotalTimeCompleteOffline (data);
-   printf("\n");
-	
-   PrintSmartOfflineCollectCap (data);
-   printf("\n");
-	
-   PrintSmartCapability ( data);
-   printf("\n");
-
-   PrintSmartErrorLogCapability (data);
-   printf ("\n");
-	
-   if (isSupportSelfTest(data))
-   {
-      PrintSmartShortSelfTestPollingTime (data);
-      printf ("\n");
-
-      PrintSmartExtendedSelfTestPollingTime (data);
-      printf ("\n");
-   }
-
-}
-
-
-void ataPrintSmartThresholds (struct ata_smart_thresholds data)
-{
-   int i;
-
-   printf ("SMART Thresholds\n");
-   printf ("SMART Threshold Revision Number: %i\n", data.revnumber);
-	
-   for ( i = 0 ; i < NUMBER_ATA_SMART_ATTRIBUTES ; i++) {
-      if (data.thres_entries[i].id)	
-          printf ("Attribute %3i threshold: %02x (%2i)\n", 
-                   data.thres_entries[i].id, 
-                   data.thres_entries[i].threshold, 
-                   data.thres_entries[i].threshold);
-   }
-}
-
-
-// Returns nonzero if region of memory contains non-zero entries
-int nonempty(unsigned char *testarea,int n){
-  int i;
-  for (i=0;i<n;i++)
-    if (testarea[i])
-      return 1;
-  return 0;
-}
-  
-void ataPrintSmartErrorlog (struct ata_smart_errorlog data)
-{
-  int i,j,k;
-  
-  printf ("\nSMART Error Log\n");
-  printf ( "SMART Error Logging Version: %i\n", data.revnumber);
-  
-  // if no errors logged, return
-  if ( ! data.error_log_pointer)
-    {
-      printf ("No Errors Logged\n");
-      return;
-    }
-  
-  // if log pointer out of range, return
-  if ( data.error_log_pointer>5 ){
-    printf("Invalid Error log index = %02x (T13/1321D rev 1c"
-	   "Section 8.41.6.8.2.2 gives valid range from 1 to 5)\n",
-	   data.error_log_pointer);
-    return;
-  }
-  
-  // starting printing error log info
-  if (data.ata_error_count<=5)
-      printf ( "ATA Error Count: %u\n\n", data.ata_error_count);
-  else
-      printf ( "ATA Error Count: %u (only the most recent five errors are shown below)\n\n",
-	       data.ata_error_count);
-
-  printf(  "Acronyms used below:\n");
-  printf(  "DCR = Device Control Register\n");
-  printf(  "FR  = Features Register\n");
-  printf(  "SC  = Sector Count Register\n");
-  printf(  "SN  = Sector Number Register\n");
-  printf(  "CL  = Cylinder Low Register\n");
-  printf(  "CH  = Cylinder High Register\n");
-  printf(  "D/H = Device/Head Register\n");
-  printf(  "CR  = Content written to Command Register\n");
-  printf(  "ER  = Error register\n");
-  printf(  "STA = Status register\n\n");
-  printf(  "Timestamp is time (in seconds) since the command that caused an error was accepted,\n");
-  printf(  "measured from the time the disk was powered-on, during the session when the error occurred.\n");
-  printf(  "Note: timestamp \"wraps\" after 1193.046 hours = 49.710 days = 2^32 seconds.\n");
-  
-  // now step through the five error log data structures (table 39 of spec)
-  for (k = 4; k >= 0; k-- ) {
-    
-    // The error log data structure entries are a circular buffer
-    i=(data.error_log_pointer+k)%5;
-    
-    // Spec says: unused error log structures shall be zero filled
-    if (nonempty((unsigned char*)&(data.errorlog_struct[i]),sizeof(data.errorlog_struct[i]))){
-      char *msgstate;
-      switch (data.errorlog_struct[i].error_struct.state){
-      case 0x00: msgstate="in an unknown state";break;
-      case 0x01: msgstate="sleeping"; break;
-      case 0x02: msgstate="in standby mode"; break;
-      case 0x03: msgstate="active or idle"; break;
-      case 0x04: msgstate="doing SMART off-line or self test"; break;
-      default:   msgstate="in a vendor specific or reserved state";
-      }
-      printf("\nError Log Structure %i:\n",5-k);
-      // See table 42 of ATA5 spec
-      printf("Error occurred at disk power-on lifetime: %u hours\n",
-	     data.errorlog_struct[i].error_struct.timestamp);
-      printf("When the command that caused the error occurred, the device was %s.\n",msgstate);
-      printf("After command completion occurred, registers were:\n");
-      printf("ER:%02x SC:%02x SN:%02x CL:%02x CH:%02x D/H:%02x ST:%02x\n",
-	     data.errorlog_struct[i].error_struct.error_register,
-	     data.errorlog_struct[i].error_struct.sector_count,
-	     data.errorlog_struct[i].error_struct.sector_number,
-	     data.errorlog_struct[i].error_struct.cylinder_low,
-	     data.errorlog_struct[i].error_struct.cylinder_high,
-	     data.errorlog_struct[i].error_struct.drive_head,
-	     data.errorlog_struct[i].error_struct.status);
-      printf("Sequence of commands leading to the command that caused the error were:\n");
-      printf("DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp\n");
-      for ( j = 4; j >= 0; j--){
-	struct ata_smart_errorlog_command_struct *thiscommand=&(data.errorlog_struct[i].commands[j]);
-	
-	// Spec says: unused data command structures shall be zero filled
-	if (nonempty((unsigned char*)thiscommand,sizeof(*thiscommand)))
-	  printf ( " %02x   %02x   %02x   %02x   %02x   %02x    %02x   %02x     %u.%03u\n", 
-		   thiscommand->devicecontrolreg,
-		   thiscommand->featuresreg,
-		   thiscommand->sector_count,
-		   thiscommand->sector_number,
-		   thiscommand->cylinder_low,
-		   thiscommand->cylinder_high,
-		   thiscommand->drive_head,
-		   thiscommand->commandreg,
-		   (unsigned int)(thiscommand->timestamp / 1000),
-		   (unsigned int)(thiscommand->timestamp % 1000)); 
-      } 
-    }
-  }  
-  return;  
-}
-
-
-void ataPrintSmartSelfTestlog (struct ata_smart_selftestlog data){
-  int i,j;
-
-  printf("\nSMART Self-test log, version number %u\n",data.revnumber);
-  if (data.revnumber!=0x01)
-    printf("Warning - structure revision number does not match spec!\n");
-  
-  if (data.mostrecenttest==0){
-    printf("No self-tests have been logged\n");
-    return;
-  }
-
-  // print log      
-  printf("\nNum  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error\n");
-  for (i=20;i>=0;i--){
-
-    struct ata_smart_selftestlog_struct *log;
-    // log is a circular buffer
-    j=(i+data.mostrecenttest)%21;
-    log=&(data.selftest_struct[j]);
-
-    if (nonempty((unsigned char*)log,sizeof(*log))){
-      char *msgtest,*msgstat,percent[16],firstlba[16];
-
-      // test name
-      switch(log->selftestnumber){
-      case   0: msgtest="Off-line           "; break;
-      case   1: msgtest="Short off-line     "; break;
-      case   2: msgtest="Extended off-line  "; break;
-      case 127: msgtest="Abort off-line test"; break;
-      case 129: msgtest="Short captive      "; break;
-      case 130: msgtest="Extended captive   "; break;
-      default:  msgtest="Unknown test       ";
-      }
-      
-      // test status
-      switch((log->selfteststatus)>>4){
-      case  0:msgstat="Completed                    "; break;
-      case  1:msgstat="Aborted by host              "; break;
-      case  2:msgstat="Interrupted (host reset)     "; break;
-      case  3:msgstat="Fatal or unknown error       "; break;
-      case  4:msgstat="Completed: unknown failure   "; break;
-      case  5:msgstat="Completed: electrical failure"; break;
-      case  6:msgstat="Completed: servo/seek failure"; break;
-      case  7:msgstat="Completed: read failure      "; break;
-      case 15:msgstat="Test in progress             "; break;
-      default:msgstat="Unknown test status          ";
-      }
-      
-      sprintf(percent,"%1d0%%",(log->selfteststatus)&0xf);
-      if (log->lbafirstfailure==0xffffffff || log->lbafirstfailure==0x00000000)
-	sprintf(firstlba,"%s","");
-      else	
-	sprintf(firstlba,"0x%08x",log->lbafirstfailure);
-      printf("#%2d  %s %s %s  %8u         %s\n",
-	     21-i,
-	     msgtest,
-	     msgstat,
-	     percent,
-	     log->timestamp,
-	     firstlba);
-    }
-    else
-      return;
-  }
-  return;
-}
-
-void ataPsuedoCheckSmart ( struct ata_smart_values data, 
-                           struct ata_smart_thresholds thresholds) {
-   int i;
-   int failed = 0;
-   for (i = 0 ; i < NUMBER_ATA_SMART_ATTRIBUTES ; i++ ) {
-     if (data.vendor_attributes[i].id &&   
-	  thresholds.thres_entries[i].id &&
-	  data.vendor_attributes[i].status.flag.prefailure &&
-	  (data.vendor_attributes[i].current < thresholds.thres_entries[i].threshold) &&
-	  (thresholds.thres_entries[i].threshold != 0xFE)){
-       printf("Attribute ID %i Failed\n", 
-	      data.vendor_attributes[i].id);
-       failed = 1;
-     } 
-   }   
-   printf("%s\n", ( failed )?
-	  "SMART overall-health self-assessment test result: FAILED!\n"
-	  "Drive failure expected in less than 24 hours. SAVE ALL DATA\n":
-	  "SMART overall-health self-assessment test result: PASSED\n");
-}
-
-void ataPrintSmartAttribName ( unsigned char id ){
-  switch (id){
-    
-  case 1:
-    printf("(  1)Raw Read Error Rate    ");
-    break;
-  case 2:
-    printf("(  2)Throughput Performance ");
-    break;
-  case 3:
-    printf("(  3)Spin Up Time           ");
-    break;
-  case 4:
-    printf("(  4)Start Stop Count       ");
-    break;
-  case 5:
-    printf("(  5)Reallocated Sector Ct  ");
-    break;
-  case 6:
-    printf("(  6)Read Channel Margin    ");
-    break;
-  case 7:
-    printf("(  7)Seek Error Rate        ");
-    break;
-  case 8:
-    printf("(  8)Seek Time Performance  ");
-    break;
-  case 9:
-    printf("(  9)Power On Hours         ");
-    break;
-  case 10:
-    printf("( 10)Spin Retry Count       ");
-    break;
-  case 11:
-    printf("( 11)Calibration Retry Count");
-    break;
-  case 12:
-    printf("( 12)Power Cycle Count      ");
-    break;
-  case 13:
-    printf("( 13)Read Soft Error Rate   ");
-    break;
-  case 191:
-    printf("(191)G-Sense Error Rate     ");
-    break;
-  case 192:
-    printf("(192)Power-Off Retract Count");
-    break;
-  case 193:
-    printf("(193)Load Cycle Count       ");
-    break;
-  case 194:
-    printf("(194)Temperature            ");
-    break;
-  case 195:
-    printf("(195)Hardware ECC Recovered ");
-    break;
-  case 196:
-    printf("(196)Reallocated Event Count");
-    break;
-  case 197:
-    printf("(197)Current Pending Sector ");
-    break;
-  case 198:
-    printf("(198)Offline Uncorrectable  ");
-    break;
-  case 199:
-    printf("(199)UDMA CRC Error Count   ");
-    break;
-  case 220:
-    printf("(220)Disk Shift             ");
-    break;
-  case 221:
-    printf("(221)G-Sense Error Rate     ");
-    break;
-  case 222:
-    printf("(222)Loaded Hours           ");
-    break;
-  case 223:
-    printf("(223)Load Retry Count       ");
-    break;
-  case 224:
-    printf("(224)Load Friction          ");
-    break;
-  case 225:
-    printf("(225)Load Cycle Count       ");
-    break;
-  case 226:
-    printf("(226)Load-in Time           ");
-    break;
-  case 227:
-    printf("(227)Torq-amp Count         ");
-    break;
-  case 228:
-    printf("(228)Power-off Retract Count");
-    break;
-  default:
-    printf("(%3d)Unknown Attribute      ", id);
-    break;
-  }
-}	
-
-/****
- Called by smartctl to access ataprint  
-**/
-
-void ataPrintMain ( int fd )
-{
-   struct hd_driveid drive;
-   struct ata_smart_values smartval;
-   struct ata_smart_thresholds smartthres;
-   struct ata_smart_errorlog smarterror;
-   struct ata_smart_selftestlog smartselftest;
-
-   if ( driveinfo )
-   {
-      if (  ataReadHDIdentity ( fd, &drive) != 0 )
-      {
-         printf("Smartctl: Hard Drive Identity Failed\n");
-         exit(0);	
-      } 
-		
-      ataPrintDriveInfo(drive); 
-		
-
-      if (ataSmartSupport(drive))
-      {
-          printf ("SMART support is: ");
-	  
-          if ( ataSmartStatus(fd) != 0) 
-          {
-              printf( "Disabled\n");
-              printf( "Use option -%c to enable\n\n", SMARTENABLE );
-              exit(0);
-          }
-          else { 
-              printf( "Enabled\n\n");
-          } 
-      }
-      else {
-           printf("SMART support is: Unavailable. Device lacks SMART capability.\n\n");
-	   exit (0);
-      }
-  }
-
-  if ( smartdisable )
-  {
-		
-     if ( ataDisableSmart(fd) != 0) 
-     {
-	printf( "Smartctl: SMART Enable Failed\n");
-	exit(-1);
-     }
-    
-     printf("SMART Disabled\n");
-     exit (0);
-		
-   }
-
-   if ( smartenable )
-   {
-      if ( ataEnableSmart(fd) != 0) 
-	{
-          printf( "Smartctl: SMART Enable Failed\n");
-          exit(-1);
-	}
-
-      if (ataSmartStatus(fd)==0)
-	printf("SMART Enabled\n");
-      else
-	printf( "Smartctl: SMART Enable Failed for unknown reasons\n");
-   }
-   
-   
-   if ( smartautosavedisable ){
-     if (ataDisableAutoSave(fd) != 0)
-       {
-	 printf( "Smartctl: SMART Disable Attribute Autosave Failed\n");
-	 exit(-1);
-       }     
-     printf("SMART Attribute Autosave Disabled\n");
-   }
-	
-   if ( smartautosaveenable ){
-     if (ataEnableAutoSave(fd) != 0)
-       {
-	 printf( "Smartctl: SMART Enable Attribute Autosave Failed\n");
-	 exit(-1);
-       } 
-     printf("SMART Attribute Autosave Enabled\n");
-   }
-
-   /* for everything else read values and thresholds 
-   are needed */	
-
-   if ( ataReadSmartValues ( fd, &smartval) != 0 )
-   {
-      printf("Smartctl: SMART Values Read Failed\n");
-      exit (-1);
-   }
-
-   if ( ataReadSmartThresholds ( fd, &smartthres) != 0 )
-   {
-      printf("Smartctl: SMART Thresholds Read Failed\n");
-      exit (-1); 
-   }
-	
-   if ( checksmart )
-   {
-	/* pseudo is used because linux does not support access to
-	   Task File registers */
-	// I am very confused by this comment.  Does anyone get it?  Bruce
-      ataPsuedoCheckSmart ( smartval , smartthres);
-
-   }
-	
-   if (  generalsmartvalues )
-   {
-      ataPrintGeneralSmartValues( smartval ); 
-   }
-
-   if ( smartvendorattrib )
-   {
-      PrintSmartAttribWithThres( smartval, smartthres);
-   }
-	
-   if ( smarterrorlog )
-   {
-      if ( isSmartErrorLogCapable(smartval) == 0)
-      {
-          printf("Device does not support Error Logging\n");
-      } 
-      else
-      {
-         if ( ataReadErrorLog ( fd, &smarterror) != 0 )
-	 {
-             printf("Smartctl: SMART Errorlog Read Failed\n");
-         }
-         else
-         {
-             ataPrintSmartErrorlog ( smarterror); 
-         }
-      }
-    }
-	
-
-   if ( smartselftestlog )
-   {
-       if ( isSmartErrorLogCapable(smartval) == 0)
-       {
-           printf("Device does not support Self Test Logging\n");
-       }
-       else
-       {
-	    if (  ataReadSelfTestLog( fd, &smartselftest) != 0 )
-            {
-                printf("Smartctl: SMART Self Test Log Read Failed\n");
-            }
-            else
-            {
-                 ataPrintSmartSelfTestlog (smartselftest); 
-            }
-        } 
-    }
-
-    if (  smartautoofflineenable  )
-    {
-        if ( !isSupportAutomaticTimer (smartval))
-        {
-            printf("Device does not support SMART Automatic Timers\n");
-            exit(-1);
-        }
-
-        if ( ataEnableAutoOffline (fd) != 0) 
-        {
-            printf( "Smartctl: SMART Enable Automatic Offline Failed\n");
-            exit(-1);
-        }
-        
-        printf ("SMART Automatic Offline Testing Enabled every four hours\n");
-    }
-
-    if (  smartautoofflinedisable  )
-    {
-        if ( !isSupportAutomaticTimer (smartval))
-        {
-            printf("Device does not support SMART Automatic Timers\n");
-            exit(-1);
-        }
-			
-        if ( ataDisableAutoOffline (fd) != 0) 
-        {
-            printf( "Smartctl: SMART Disable Automatic Offline Failed\n");
-            exit(-1);
-        }
-         
-        printf ("SMART Automatic Offline Testing Disabled\n");
-
-     }
-
-
-     if ( smartexeoffimmediate )
-     {
-        if ( ataSmartOfflineTest (fd) != 0) 
-	{
-            printf( "Smartctl: SMART Offline Failed\n");
-            exit(-1);
-        }
-
-        printf ("Drive Command Successful offline test has begun\n");
-        printf ("Please wait %d seconds for test to complete\n", 
-                 isOfflineTestTime(smartval) );
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-	exit (0);
-     }
-
-     if ( smartshortcapselftest )
-     {
-         if ( ! isSupportSelfTest(smartval) )
-         {
-             printf (" ERROR: device does not support Self-Test function\n");
-             exit(-1);
-         }
-		
-         if ( ataSmartShortCapSelfTest (fd) != 0) 
-         {
-              printf( "Smartctl: SMART Short Self Test Failed\n");
-              exit(-1);
-         }
-     
-         printf ("Drive Command Successful offline test has begun\n");
-         printf ("Please wait %d minutes for test to complete\n", 
-                  isShortSelfTestTime (smartval) );
-	 printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-	
-         /* Make sure Offline testing is last thing done */
-        exit (0);
-     }
-
-     if ( smartshortselftest )
-     {
-        if ( ! isSupportSelfTest(smartval) )
-        {
-            printf (" ERROR: device does not support Self-Test function\n");
-            exit(-1);
-        }
-		
-        if ( ataSmartShortSelfTest (fd) != 0) 
-        {
-            printf( "Smartctl: SMART Short Self Test Failed\n");
-            exit(-1);
-        }
-
-        printf ("Drive Command Successful offline test has begun\n");
-        printf ("Please wait %d minutes for test to complete\n", 
-                 isShortSelfTestTime (smartval) );
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-		
-	/* Make sure Offline testing is last thing done */
-	exit (0);
-     }
- 
-	
-     if ( smartextendselftest )
-     {
-        if ( ! isSupportSelfTest(smartval) )
-        {
-           printf (" ERROR: device does not support Self-Test function\n");
-           exit(-1);
-        }
-
-        if ( ataSmartExtendSelfTest (fd) != 0) 
-        {
-           printf( "SMART Extended Self Test Failed\n");
-           exit(-1);
-        }
-		
-        printf ("Drive Command Successful self test has begun\n");
-        printf ("Please wait %d minutes for test to complete\n", 
-                 isExtendedSelfTestTime(smartval) );
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-	
-        exit (0);
-     }
-
-	
-     if ( smartextendcapselftest )
-     {
-         if ( ! isSupportSelfTest(smartval) )
-         {
-            printf (" ERROR: device does not support self test function\n");
-            exit(-1);
-         }
-
-         if ( ataSmartExtendCapSelfTest (fd) != 0) 
-         {
-            printf( "SMART Extended Self Test Failed\n");
-            exit(-1);
-         }
-		
-            printf ("Drive Command Successful captive extended self test has begun\n");
-            printf ("Please wait %d minutes for test to complete\n", 
-                    isExtendedSelfTestTime(smartval) );
-            printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-            exit (0);
-     }
-
-     if ( smartselftestabort )
-     {
-        if ( ! isSupportSelfTest(smartval) )
-        {
-            printf (" ERROR: device does not support Self-Test function\n");
-            exit(-1);
-        }
-
-        if ( ataSmartSelfTestAbort (fd) != 0) 
-        {
-            printf( "SMART Self Test Abort Failed\n");
-            exit(-1);
-        }
-		
-        printf ("Drive Command Successful self test aborted\n");
-    }		
-	
-}
diff --git a/sm5/scsicmds.cpp b/sm5/scsicmds.cpp
deleted file mode 100644
index 83953c754..000000000
--- a/sm5/scsicmds.cpp
+++ /dev/null
@@ -1,817 +0,0 @@
-//  $Id: scsicmds.cpp,v 1.6 2002/10/14 15:26:18 ballen4705 Exp $
-
-/*
- * scsicmds.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 1999-2000 Michael Cornwell <cornwell@acm.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- *
- */
-
-#include <stdio.h>
-#include <string.h>
-#include <getopt.h>
-#include <unistd.h>
-#include <sys/ioctl.h>
-#include <linux/hdreg.h>
-#include <scsi/scsi.h>
-#include "scsicmds.h"
-
-
-
-
-UINT8 logsense (int device, UINT8 pagenum, UINT8 *pBuf)
-{
-  struct cdb10hdr *ioctlhdr;
-  UINT8 tBuf[1024 + CDB_12_HDR_SIZE];
-  UINT8 status;
-
-  
-  memset ( &tBuf, 0, 255);
-    
-  ioctlhdr = (struct cdb10hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 1024;
-   
-  ioctlhdr->cdb[0] = LOG_SENSE;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = 0x40 | pagenum;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = 0x00;
-  ioctlhdr->cdb[5] = 0x00;
-  ioctlhdr->cdb[6] = 0x00;
-  ioctlhdr->cdb[7] = 0x04;
-  ioctlhdr->cdb[8] = 0x00;
-  ioctlhdr->cdb[9] = 0x00;
-
-  status =  ioctl( device, 1 , &tBuf);
-
-	
-  memcpy ( pBuf, &tBuf[8], 1024); 
-
-  return status;
-  
-}
-
-
-
-
-UINT8 modesense (int device,  UINT8 pagenum, UINT8 *pBuf)
-{
-  
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = MODE_SENSE;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = pagenum;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = CDB_6_MAX_DATA_SIZE;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  
-  status =  ioctl( device, 1 , &tBuf);
-  
-  memcpy ( pBuf, &tBuf[8], 256); 
-
-  return status;
-
-}
-
-
-
-
-UINT8 modeselect (int device,  UINT8 pagenum, UINT8 *pBuf)
-{
-  struct cdb6hdr *ioctlhdr;
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = pBuf[0] + 1;
-  ioctlhdr->outbufsize = 0;
-  
-  
-  ioctlhdr->cdb[0] = MODE_SELECT;
-  ioctlhdr->cdb[1] = 0x11;
-  ioctlhdr->cdb[2] = 0x00;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = pBuf[0] + 1;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  tBuf[CDB_6_HDR_SIZE + 3]  = 0x08;
-  tBuf[CDB_6_HDR_SIZE + 10] = 0x02;
-  
-    
-  memcpy ( &tBuf[ CDB_6_HDR_SIZE + MODE_DATA_HDR_SIZE],
-			 pBuf +  MODE_DATA_HDR_SIZE,
-			pBuf[0] - MODE_DATA_HDR_SIZE + 1);
-
-  tBuf[26] &= 0x3f;		
- 
-  status = ioctl( device, 1 , &tBuf);
-
-  return status;
-
-}
-
-
-
-
-UINT8 modesense10 (int device, UINT8 pagenum, UINT8 *pBuf)
-{
-  
-    struct cdb10hdr *ioctlhdr;
-  UINT8 tBuf[1024];
-  UINT8 status;
-	
-  memset ( &tBuf, 0, 1024);
-    
-  ioctlhdr = (struct cdb10hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = MODE_SELECT_10;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = 0x11;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = 0x00;
-  ioctlhdr->cdb[5] = 0x00;
-  ioctlhdr->cdb[6] = 0x00;
-  ioctlhdr->cdb[7] = 0x00;
-  ioctlhdr->cdb[8] = 0xff;
-  ioctlhdr->cdb[9] = 0x00;
-
-  status =  ioctl( device, 1 , &tBuf);
- 
-  memcpy ( pBuf, &tBuf[8], 0xff); 
-  
-  return status;
-
-}
-
-
-
-
-UINT8 modeselect10 (int device,  UINT8 pagenum, UINT8 *pBuf)
-{
-  struct cdb10hdr *ioctlhdr;
-  UINT8 tBuf[CDB_10_MAX_DATA_SIZE + CDB_10_HDR_SIZE ];
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_10_MAX_DATA_SIZE + CDB_10_HDR_SIZE );
-
-  ioctlhdr = (struct cdb10hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = pBuf[0] + 1;
-  ioctlhdr->outbufsize = 0;
-  
-  ioctlhdr->cdb[0] = MODE_SELECT_10;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = pagenum;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = 0x00;
-  ioctlhdr->cdb[5] = 0x00;
-  ioctlhdr->cdb[6] = 0x00;
-  ioctlhdr->cdb[7] = 0x00;
-  ioctlhdr->cdb[8] = pBuf[0] + 1;
-  ioctlhdr->cdb[9] = 0x00;
-  
-  tBuf[CDB_10_HDR_SIZE + 3]  = 0x08;
-  tBuf[CDB_10_HDR_SIZE + 10] = 0x02;
-  
-    
-  memcpy ( &tBuf[ CDB_10_HDR_SIZE + MODE_DATA_HDR_SIZE],
-			 pBuf +  MODE_DATA_HDR_SIZE,
-			pBuf[0] - MODE_DATA_HDR_SIZE + 1);
-
-  tBuf[26] &= 0x3f;		
- 
-  status = ioctl( device, 1 , &tBuf);
-
-  return status;
-
-}
-
-
-
-
-UINT8 stdinquiry ( int device, UINT8 *pBuf)
-{
- 
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = CDB_6_MAX_DATA_SIZE;
-   
-  ioctlhdr->cdb[0] = INQUIRY;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = 0x00;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = CDB_6_MAX_DATA_SIZE;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  
-  status =  ioctl( device, 1, &tBuf );
-  
-  memcpy ( pBuf, &tBuf[8], 255); 
-
-  return status;
-
-}
-
-
-
-
-UINT8 inquiry ( int device, UINT8 pagenum, UINT8 *pBuf)
-{
- 
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = INQUIRY;
-  ioctlhdr->cdb[1] = 0x01;
-  ioctlhdr->cdb[2] = 0x00;
-  ioctlhdr->cdb[3] = pagenum;
-  ioctlhdr->cdb[4] = CDB_6_MAX_DATA_SIZE;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  
-  status =  ioctl( device, 6 , &tBuf);
-  /*status =  ioctl( device, 1 , &tBuf);*/
-  
-  memcpy ( pBuf, &tBuf[8], 255); 
-
-  return status;
-
-}
-
-
-
-
-UINT8 requestsense (int device, UINT8 *pBuf)
-{
-    
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = REQUEST_SENSE;
-  ioctlhdr->cdb[1] = 0x00;
-  ioctlhdr->cdb[2] = 0x00;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = CDB_6_MAX_DATA_SIZE;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  
-  status =  ioctl( device, 1 , &tBuf);
-  
-  memcpy ( pBuf, &tBuf[8], 255); 
-
-  return status;
-}
-
-
-UINT8 senddiagnostic (int device, UINT8 functioncode,  UINT8 *pBuf)
-{
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = SEND_DIAGNOSTIC;
-  
-  if (functioncode != SCSI_DIAG_SELF_TEST)
-	ioctlhdr->cdb[1] = ( functioncode <<5 ) | 0x10;
-  
-  ioctlhdr->cdb[2] = 0x00;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = 0x00;
-  ioctlhdr->cdb[5] = 0x00;
-  
-  if (pBuf != NULL)
-  {
-	  ioctlhdr->inbufsize = pBuf[0];	
-      ioctlhdr->cdb[4] = pBuf[0];
-	  memcpy ( &tBuf[CDB_6_HDR_SIZE],
-				pBuf + 1,
-				pBuf[0]);
-  }
-
-  status =  ioctl( device, 1 , &tBuf);
-  
-  if (pBuf != NULL)
-  	memcpy ( pBuf, &tBuf[8], 256); 
-
-  return status;
-
-}
-
-
-
-UINT8 receivediagnostic (int device, UINT8 pagenum,  UINT8 *pBuf)
-{
-  UINT8 tBuf[CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE ];
- 
-  struct cdb6hdr *ioctlhdr;
-  	
-  UINT8 status;
-
-  memset ( &tBuf, 0, CDB_6_MAX_DATA_SIZE + CDB_6_HDR_SIZE );
-  
-  ioctlhdr = (struct cdb6hdr *) &tBuf;
-  
-  ioctlhdr->inbufsize = 0;
-  ioctlhdr->outbufsize = 0xff;
-   
-  ioctlhdr->cdb[0] = RECEIVE_DIAGNOSTIC;
-  
-  ioctlhdr->cdb[1] = 0x01;
-  
-  ioctlhdr->cdb[2] = pagenum;
-  ioctlhdr->cdb[3] = 0x00;
-  ioctlhdr->cdb[4] = 0x00;
-  ioctlhdr->cdb[5] = 0x00;
-  
-
-  status =  ioctl( device, 1 , &tBuf);
-  
-  memcpy ( pBuf, &tBuf[8], 256); 
-
-  return status;
-
-}
-
-
-UINT8 testunitready (int device)
-{
-  return ioctl( device, 2 , NULL);
-
-}
-
-
-
-
-/* ModePage1C Handler */
-
-#define SMART_SUPPORT	0x00	
-
-UINT8 scsiSmartModePage1CHandler (int device, UINT8 setting, UINT8 *retval)
-{
-	char tBuf[CDB_6_MAX_DATA_SIZE];
-	
-	if (modesense ( device, 0x1c, (UINT8 *) &tBuf) != 0)
-	{
-		return 1;
-	}
-	
-	switch (setting)
-	{
-		case DEXCPT_DISABLE:
- 			tBuf[14] &= 0xf7;
-			tBuf[15] = 0x04;
-			break;
-		case DEXCPT_ENABLE:
-			tBuf[14] |= 0x08;
-			break;
-		case EWASC_ENABLE:
-			tBuf[14] |= 0x10;
-			break;
-		case EWASC_DISABLE:
-			tBuf[14] &= 0xef;
-			break;
-		case SMART_SUPPORT:
-			*retval = tBuf[14] & 0x08;
-			return 0;
-			break;
-		default:
-			return 1;
-	}
-			
-	if (modeselect ( device, 0x1c, (UINT8 *) &tBuf ) != 0)
-	{
-		return 1;
-	}
-	
-	return 0;
-}
-
-
-
-
-UINT8 scsiSmartSupport (int device, UINT8 *retval)
-{
-	return scsiSmartModePage1CHandler( device, SMART_SUPPORT, retval);
-}
-
-
-
-
-UINT8 scsiSmartEWASCEnable (int device)
-{
-	return scsiSmartModePage1CHandler( device, EWASC_ENABLE, NULL);
-}
-
-
-
-
-UINT8 scsiSmartEWASCDisable (int device)
-{
-	return scsiSmartModePage1CHandler( device, EWASC_DISABLE, NULL);
-}
-
-
-
-
-UINT8 scsiSmartDEXCPTEnable (int device)
-{
-	return scsiSmartModePage1CHandler( device, DEXCPT_ENABLE, NULL);
-}
-
-
-
-
-UINT8 scsiSmartDEXCPTDisable (int device)
-{
-	return scsiSmartModePage1CHandler( device, DEXCPT_DISABLE, NULL);
-}
-
-UINT8 scsiGetTemp ( int device, UINT8 *currenttemp, UINT8 *triptemp)
-{
-    
-   UINT8 tBuf[1024];
-
-  if (logsense ( device , TEMPERATURE_PAGE, (UINT8 *) &tBuf) != 0)
-  {
-     perror ( "Log Sense failed");
-     exit (1);
-  }
-  *currenttemp = tBuf[9];
-  *triptemp = tBuf[15];
-  return 0;
-}
-
-UINT8 scsiCheckSmart(int device, UINT8 method, UINT8 *retval,
-                     UINT8 *currenttemp, UINT8 *triptemp)
-{
-   UINT8 tBuf[1024];
-   UINT8 asc;
-   UINT8 ascq;
-   unsigned short pagesize;
- 
-   *currenttemp = *triptemp = 0;
-  
-   if ( method == CHECK_SMART_BY_LGPG_2F)
-   {
-      if (logsense ( device , SMART_PAGE, (UINT8 *) &tBuf) != 0)
-      {
-	perror ( "Log Sense failed");
-	exit (1);
-      }
-
-      pagesize = (unsigned short) (tBuf[2] << 8) | tBuf[3];
-
-      if ( !pagesize )
-      {
-	/* failed read of page 2F\n */
-	return 1;
-      } 
-
-      asc  = tBuf[8]; 
-      ascq = tBuf[9];
-
-      if ( pagesize == 8 && (currenttemp != NULL) && (triptemp != NULL) )
-      {
-	*currenttemp = tBuf[10];
-	*triptemp =  tBuf[11];
-      }	
-
-   }
-   else
-   {
-      if (requestsense ( device , (UINT8 *) &tBuf) != 0)
-      {
-	perror ( "Request Sense failed");
-	exit (1);
-      }
-      
-      asc = tBuf[12]; 
-      ascq = tBuf[13];
-	
-   }
-
-   if ( asc == 0x5d )
-	*retval = ascq;
-   else
-         *retval = 0;
-
-   return 0;
-}
-
-
-char* scsiTapeAlertsTapeDevice ( unsigned short code)
-{
-
-#define NUMENTRIESINTAPEALERTSTABLE 54
-
-    char *TapeAlertsMessageTable[]=
-    {  " ",
-   "The tape drive is having problems reading data. No data has been lost, but there has been a reduction in the performance of the tape.",
-   "The tape drive is having problems writing data. No data has been lost, but there has been a reduction in the performance of the tape.",
-   "The operation has stopped because an error has occurred while reading or writing data which the drive cannot correct.",
-   "Your data is at risk:\n1. Copy any data you require from this tape. \n2. Do not use this tape again.\n3. Restart the operation with a different tape.",
-   "The tape is damaged or the drive is faulty. Call the tape drive supplier helpline.",
-   "The tape is from a faulty batch or the tape drive is faulty:\n1. Use a good tape to test the drive.\n2. If problem persists, call the tape drive supplier helpline.",
-   "The tape cartridge has reached the end of its calculated useful life: \n1. Copy data you need to another tape.\n2. Discard the old tape.",
-   "The tape cartridge is not data-grade. Any data you back up to the tape is at risk. Replace the cartridge with a data-grade tape.",
-   "You are trying to write to a write-protected cartridge. Remove the write-protection or use another tape.",
-   "You cannot eject the cartridge because the tape drive is in use. Wait until the operation is complete before ejecting the cartridge.",
-   "The tape in the drive is a cleaning cartridge.",
-   "You have tried to load a cartridge of a type which is not supported by this drive.",
-   "The operation has failed because the tape in the drive has snapped:\n1. Discard the old tape.\n2. Restart the operation with a different tape.",
-   "The operation has failed because the tape in the drive has snapped:\n1. Do not attempt to extract the tape cartridge\n2. Call the tape drive supplier helpline.",
-   "The memory in the tape cartridge has failed, which reduces performance. Do not use the cartridge for further backup operations.",
-   "The operation has failed because the tape cartridge was manually ejected while the tape drive was actively writing or reading.",
-   "You have loaded of a type that is read-only in this drive. The cartridge will appear as write-protected.",
-   "The directory on the tape cartridge has been corrupted. File search performance will be degraded. The tape directory can be rebuilt by reading all the data on the cartridge.",
-   "The tape cartridge is nearing the end of its calculated life. It is recommended that you:\n1. Use another tape cartridge for your next backup.\n2.Store this tape in a safe place in case you need to restore data from it.",
-   "The tape drive needs cleaning:\n1. If the operation has stopped, eject the tape and clean the drive.\n2. If the operation has not stopped, wait for it ti finish and then clean the drive. Check the tape drive users manual for device specific cleaning instructions.",
-   "The tape drive is due for routine cleaning:\n1. Wait for the current operation to finish.\n2. The use a cleaning cartridge. Check the tape drive users manual for device specific cleaning instructions.",
-   "The last cleaning cartridge used in the tape drive has worn out:\n1. Discard the worn out cleaning cartridge.\n2. Wait for the current operation to finish.\n 3.Then use a new cleaning cartridge.",
-   "The last cleaning cartridge used in the tape drive was an invalid type:\n1. Do not use this cleaning cartridge in this drive.\n2. Wait for the current operation to finish.\n 3.Then use a new cleaning cartridge.",
-   "The tape drive has requested a retention operation",
-   "A redundant interface port on the tape drive has failed",
-   "A tape drive cooling fan has failed",
-   "A redundant power supply has failed inside the tape drive enclosure. Check the enclosure users manual for instructions on replacing the failed power supply.",
-   "The tape drive power consumption is outside the specified range.",
-   "Preventive maintenance of the tape drive is required. Check the tape drive users manual for device specific preventive maintenance tasks or call the tape drive supplier helpline.",
-   "The tape drive has a hardware fault:\n1. Eject the tape or magazine.\n2. Reset the drive.\n3. Restart the operation.",
-   "The tape drive has a hardware fault:\n1. Turn the tape drive off and then on again.\n2. Restart the operation.\n3. If the problem persists, call the tape drive supplier helpline.\n Check the tape drive users manual for device specific instructions on turning the device power in and off.",
-   "The tape drive has a problem with the host interface:\n1. Check the cables and cable connections.\n2. Restart the operation.",
-   "The operation has failed:\n1. Eject the tape or magazine.\n2. Insert the tape or magazine again.\n3. Restart the operation.",
-   "The firmware download has failed because you have tried to use the incorrect firmware for this tape drive. Obtain the correct firmware and try again.",
-   "Environmental conditions inside the tape drive are outside the specified humidity range.",
-   "Environmental conditions inside the tape drive are outside the specified temperature range.",
-   "The voltage supply to the tape drive is outside the specified range.",
-   "A hardware failure of the tape drive is predicted. Call the tape drive supplier helpline.",
-   "The tape drive may have a fault. Check for availability of diagnostic information and run extended diagnostics if applicable. Check the tape drive users manual for instruction on running extended diagnostic tests and retrieving diagnostic data",
-   "The changer mechanism is having difficulty communicating with the tape drive:\n1. Turn the autoloader off then on.\n2. Restart the operation.\n3. If problem persists, call the tape drive supplier helpline.",
-   "A tape has been left in the autoloader by a previous hardware fault:\n1. Insert an empty magazine to clear the fault.\n2. If the fault does not clear, turn the autoloader off and then on again.\n3. If the problem persists, call the tape drive supplier helpline.",
-   "There is a problem with the autoloader mechanism.",
-   "The operation has failed because the autoloader door is open:\n1. Clear any obstructions from the autoloader door.\n2. Eject the magazine and then insert it again.\n3. If the fault does not clear, turn the autoloader off and then on again.\n4. If the problem persists, call the tape drive supplier helpline.",
-   "The autoloader has a hardware fault:\n1. Turn the autoloader off and then on again.\n2. Restart the operation.\n3. If the problem persists, call the tape drive supplier helpline.\n Check the autoloader users manual for device specific instructions on turning the device power on and off.",
-   "The autoloader cannot operate without the magazine,\n1. Insert the magazine into the autoloader.\n 2. Restart the operation.",
-   "A hardware failure of the changer mechanism is predicted. Call the tape drive supplier helpline.",
-   " ",
-   " ",
-   " ",
-   "Media statistics have been lost at some time in the past",
-   "The tape directory on the tape cartridge just unloaded has been corrupted. File search performance will be degraded. The tape directory can be rebuilt by reading all the data.",
-   "The tape just unloaded could not write its system area successfully:\n1. Copy data to another tape cartridge.\n2. Discard the old cartridge.",
-   "The tape system are could not be read successfully at load time:\n1. Copy data to another tape cartridge.\n2. Discard the old cartridge.",
-   "The start or data could not be found on the tape:\n1. Check you are using the correct format tape.\n2. Discard the tape or return the tape to you supplier",
-    };
-            
-    return ( code > NUMENTRIESINTAPEALERTSTABLE)? "Unknown Alert" : TapeAlertsMessageTable[code];
-}
-
-
-char* scsiSmartGetSenseCode ( UINT8 ascq)
-{
-
- char *smartsensetable [] =   {
-	"FAILURE PREDICTION THRESHOLD EXCEEDED",
-	"MEDIA FAILURE PREDICTION THRESHOLD EXCEEDED",
-	"LOGICAL UNIT FAILURE PREDICTION THRESHOLD EXCEEDED",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"HARDWARE IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"HARDWARE IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"HARDWARE IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"HARDWARE IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"HARDWARE IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"HARDWARE IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"HARDWARE IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"HARDWARE IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"HARDWARE IMPENDING FAILURE CONTROLLER DETECTED",
-	"HARDWARE IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"HARDWARE IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"HARDWARE IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"HARDWARE IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"CONTROLLER IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"CONTROLLER IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"CONTROLLER IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"CONTROLLER IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"CONTROLLER IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"CONTROLLER IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"CONTROLLER IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"CONTROLLER IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"CONTROLLER IMPENDING FAILURE CONTROLLER DETECTED",
-	"CONTROLLER IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"CONTROLLER IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"CONTROLLER IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"CONTROLLER IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"DATA CHANNEL IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"DATA CHANNEL IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"DATA CHANNEL IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"DATA CHANNEL IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"DATA CHANNEL IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"DATA CHANNEL IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"DATA CHANNEL IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"DATA CHANNEL IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"DATA CHANNEL IMPENDING FAILURE CONTROLLER DETECTED",
-	"DATA CHANNEL IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"DATA CHANNEL IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"DATA CHANNEL IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"DATA CHANNEL IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"SERVO IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"SERVO IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"SERVO IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"SERVO IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"SERVO IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"SERVO IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"SERVO IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"SERVO IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"SERVO IMPENDING FAILURE CONTROLLER DETECTED",
-	"SERVO IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"SERVO IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"SERVO IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"SERVO IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"SPINDLE IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"SPINDLE IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"SPINDLE IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"SPINDLE IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"SPINDLE IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"SPINDLE IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"SPINDLE IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"SPINDLE IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"SPINDLE IMPENDING FAILURE CONTROLLER DETECTED",
-	"SPINDLE IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"SPINDLE IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"SPINDLE IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"SPINDLE IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT",
-	"Unknown Failure",
-	"Unknown Failure",
-	"Unknown Failure",
-	"FIRMWARE IMPENDING FAILURE GENERAL HARD DRIVE FAILURE",
-	"FIRMWARE IMPENDING FAILURE DRIVE ERROR RATE TOO HIGH",
-	"FIRMWARE IMPENDING FAILURE DATA ERROR RATE TOO HIGH",
-	"FIRMWARE IMPENDING FAILURE SEEK ERROR RATE TOO HIGH",
-	"FIRMWARE IMPENDING FAILURE TOO MANY BLOCK REASSIGNS",
-	"FIRMWARE IMPENDING FAILURE ACCESS TIMES TOO HIGH",
-	"FIRMWARE IMPENDING FAILURE START UNIT TIMES TOO HIGH",
-	"FIRMWARE IMPENDING FAILURE CHANNEL PARAMETRICS",
-	"FIRMWARE IMPENDING FAILURE CONTROLLER DETECTED",
-	"FIRMWARE IMPENDING FAILURE THROUGHPUT PERFORMANCE",
-	"FIRMWARE IMPENDING FAILURE SEEK TIME PERFORMANCE",
-	"FIRMWARE IMPENDING FAILURE SPIN-UP RETRY COUNT",
-	"FIRMWARE IMPENDING FAILURE DRIVE CALIBRATION RETRY COUNT"};
-
-	if ( ascq == 0xff)
-		return "SMART Sense: False Alarm";
-	else if ( ascq <= SMART_SENSE_MAX_ENTRY)
-		return smartsensetable[ascq];
-	else
-		return "Unknown Failure";
-
-}
-
-
-
-
-UINT8 scsiSmartOfflineTest (int device)
-{	
-	UINT8 tBuf[256];
-	
-	memset ( &tBuf, 0, 256);
-
-	/* Build SMART Off-line Immediate Diag Header */
-	tBuf[0] = 8;    /* Buffer Length n-1 */
-	tBuf[1] = 0x80; /* Page Code */
-	tBuf[2] = 0x00; /* Reserved */
-	tBuf[3] = 0x00; /* Page Length MSB */
-	tBuf[4] = 0x04; /* Page Length LSB */
-	tBuf[5] = 0x03; /* SMART Revision */
-	tBuf[6] = 0x00; /* Reserved */
-	tBuf[7] = 0x00; /* Off-line Immediate Time MSB */
-	tBuf[8] = 0x00; /* Off-line Immediate Time LSB */
-
-	return senddiagnostic (device, SCSI_DIAG_NO_SELF_TEST, (UINT8 *) &tBuf);
-}
-
-
-UINT8 scsiSmartShortSelfTest (int device)
-{	
-	return senddiagnostic (device, SCSI_DIAG_BG_SHORT_SELF_TEST, NULL);
-}
-
-
-UINT8 scsiSmartExtendSelfTest (int device)
-{	
-	return senddiagnostic (device, SCSI_DIAG_BG_EXTENDED_SELF_TEST, NULL);
-}
-
-
-UINT8 scsiSmartShortCapSelfTest (int device)
-{	
-	return senddiagnostic (device, SCSI_DIAG_FG_SHORT_SELF_TEST, NULL);
-}
-
-
-UINT8 scsiSmartExtendCapSelfTest (int device)
-{
-	return senddiagnostic (device, SCSI_DIAG_FG_EXTENDED_SELF_TEST, NULL);
-}
-
-
-UINT8 scsiSmartSelfTestAbort (int device)
-{
-	return senddiagnostic (device, SCSI_DIAG_ABORT_SELF_TEST, NULL);
-}
diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp
deleted file mode 100644
index cab7e2383..000000000
--- a/sm5/scsiprint.cpp
+++ /dev/null
@@ -1,394 +0,0 @@
-//  $Id: scsiprint.cpp,v 1.5 2002/10/14 15:26:23 ballen4705 Exp $
-/*
- * scsiprint.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- *
- */
-
-
-#include <stdio.h>
-#include <unistd.h>
-#include <string.h>
-#include <fcntl.h>
-#include <errno.h>
-
-#include "smartctl.h"
-#include "extern.h"
-#include "scsicmds.h"
-#include "scsiprint.h"
-
-#define GBUF_SIZE 65535
-
-UINT8 gBuf[GBUF_SIZE];
-
-UINT8 gSmartPage = 0;
-UINT8 gTempPage = 0;
-UINT8 gSelfTestPage = 0;
-UINT8 gStartStopPage = 0;
-UINT8 gTapeAlertsPage = 0;
-
-
-
-
-
-void scsiGetSupportPages ( int device)
-{
-   int i;
-
-   if (logsense ( device , SUPPORT_LOG_PAGES, (UINT8 *) &gBuf) != 0)
-   {
-       perror ( "Log Sense failed"); 
-       exit (1);
-   } 
-
-   for ( i = 4; i < gBuf[3] + LOGPAGEHDRSIZE ; i++)
-   {
-      switch ( gBuf[i])
-      {
-         case TEMPERATURE_PAGE:
-            gTempPage = 1;
-            break;
-         case STARTSTOP_CYCLE_COUNTER_PAGE:
-            gStartStopPage = 1;
-            break;
-         case SELFTEST_RESULTS_PAGE:
-            gSelfTestPage = 1;
-            break;
-         case SMART_PAGE:
-            gSmartPage = 1;
-            break;
-         case TAPE_ALERTS_PAGE:
-            gTapeAlertsPage = 1;
-            break;
-         default:
-            break;
-
-       }
-   }
-}
-
-void scsiGetSmartData (int device)
-{
-
-   UINT8 returnvalue;
-   UINT8 currenttemp;
-   UINT8 triptemp;
-
-   if ( scsiCheckSmart(device, gSmartPage, 
-                       &returnvalue, &currenttemp, &triptemp ) != 0)
-   {
-      perror ( "scsiGetSmartData Failed");
-      exit (1);
-   }
-	
-   if ( returnvalue )
-      printf("S.M.A.R.T. Sense: (%02x) %s\n", (UINT8) returnvalue, 
-                scsiSmartGetSenseCode(returnvalue));
-   else
-      printf("S.M.A.R.T. Sense: Ok!\n");
-
-   if ( (currenttemp || triptemp) && !gTempPage)
-   {
-      printf("Current Drive Temperature:     %d C\n", currenttemp);
-      printf("Drive Trip Temperature:        %d C\n", triptemp);
-   }
-}
-
-
-void scsiGetTapeAlertsData (int device)
-{
-    unsigned short pagelength;
-    unsigned short parametercode;
-    int i;
-    int failure = 0;
-
-    if ( logsense( device, TAPE_ALERTS_PAGE, (UINT8 *) &gBuf) != 0)
-    {
-   	     perror ( "scsiGetSmartData Failed");
-	     exit (1);
-    }
-
-    if ( gBuf[0] != 0x2e )
-    {
-         printf("TapeAlerts Log Sense Failed\n");
-         exit(-1);
-    }
-
-    pagelength = (unsigned short) gBuf[2] << 8 | gBuf[3];
-
-    for ( i = 4; i < pagelength;i+=5 )
-    {
-        parametercode = (unsigned short) gBuf[i] << 8 | gBuf[i+1];
-
-        if (gBuf[i+4])
-        {
-           printf("Tape Alerts Error!!!\n%s\n",
-              scsiTapeAlertsTapeDevice(parametercode));
-           failure = 1; 
-        }          
-    }
-
-    if(!failure)
-      printf("No Tape Alerts Failure\n");
-
-}
-
-void scsiGetStartStopData ( int device)
-{
-    UINT32 currentStartStop;
-    UINT32 recommendedStartStop; 
-
-    if ( logsense( device, STARTSTOP_CYCLE_COUNTER_PAGE, (UINT8 *) &gBuf) != 0)
-    {
-   	     perror ( "scsiGetStartStopData Failed");
-	     exit (1);
-    }
-
-
-    if ( gBuf[0] != STARTSTOP_CYCLE_COUNTER_PAGE )
-    {
-         printf("StartStop Log Sense Failed\n");
-         exit(-1);
-    }
-
-
-    recommendedStartStop= (UINT32) gBuf[28]<< 24 | gBuf[29] << 8 |
-                                       gBuf[30] << 16 | gBuf[31];
-    currentStartStop= (UINT32) gBuf[36]<< 24 | gBuf[37] << 8 |
-                                       gBuf[38] << 16 | gBuf[39];
-
-    printf("Current start stop count:      %u times\n", currentStartStop);
-    printf("Recommended start stop count:  %u times\n", recommendedStartStop);
-} 
-
- 
-void scsiGetDriveInfo ( int device)
-{
-   char manufacturer[9];
-   char product[17];
-   char revision[5];
-
-   UINT8 smartsupport;
-	
-   if (stdinquiry ( device, (UINT8 *) &gBuf) != 0)
-   {
-      perror ( "Standard Inquiry failed");
-   }
-
-   memset ( &manufacturer, 0, 8);
-   manufacturer[8] = '\0';
-   strncpy ((char *) &manufacturer, (char *) &gBuf[8], 8);
- 
-   memset ( &product, 0, 16);
-   strncpy ((char *) &product, (char *) &gBuf[16], 16);
-   product[16] = '\0';
-	
-   memset ( &revision, 0, 4);
-   strncpy ((char *) &revision, (char *) &gBuf[32], 4);
-   revision[4] = '\0';
-   printf("Device: %s %s Version: %s\n", manufacturer, product, revision);
-	
-   if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0)
-   {
-      printf("Device does not support %s\n",(gBuf[0] & 0x1f)?
-                         "TapeAlerts": "S.M.A.R.T.");
-      exit (1);
-   }
-	
-   printf("Device supports %s and is %s\n%s\n", 
-            (gBuf[0] & 0x1f)? "TapeAlerts" : "S.M.A.R.T.",
-            (smartsupport & DEXCPT_ENABLE)? "Disable" : "Enabled",
-            (smartsupport & EWASC_ENABLE)? "Temperature Warning Enabled":
-		"Temperature Warning Disabled or Not Supported");
-
-}
-
-
-void scsiSmartEnable( int device)
-{
-	
-	/* Enable Exception Control */
-
-	if ( scsiSmartDEXCPTDisable(device) != 0)
-	{
-		exit (1);
-	}
-	printf("S.M.A.R.T. enabled\n");
-		
-
-	if (scsiSmartEWASCEnable(device) != 0)
-	{
-		printf("Temperature Warning not Supported\n");
-		
-	}
-	else
-	{
-		printf("Temperature Warning Enabled\n");
-		
-	}
-
-	return;
-
-}
-	
-
-void scsiSmartDisable (int device)
-{
-
-	if ( scsiSmartDEXCPTEnable(device) != 0)
-	{
-		exit (1);
-	}
-	printf("S.M.A.R.T. Disabled\n");
-		
-
-}
-
-void scsiPrintTemp (int device)
-{
-  UINT8 temp;
-  UINT8 trip;
-
-  if ( scsiGetTemp(device, &temp, &trip) != 0)
-  {
-   exit (1);
-  }
-  
-  printf("Current Drive Temperature:     %d C\n", temp);
-  printf("Drive Trip Temperature:        %d C\n", trip);
-
-
-}
-
-void scsiPrintStopStart ( int device )
-{
-/**
-  unsigned int css;
-
-  if ( scsiGetStartStop(device, unsigned int *css) != 0)
-  {
-   exit (1);
-  }
-  
-  printf ("Start Stop Count: %d\n", css);
-**/
-}
- 
-void scsiPrintMain (int fd)
-{
-
-    if (driveinfo)
-	scsiGetDriveInfo(fd); 
-
-    if (smartenable) 
-	scsiSmartEnable(fd);
-
-    if (smartdisable)
-	scsiSmartDisable(fd);
-
-    if (checksmart)
-    {
-	scsiGetSupportPages (fd);
-        if(gTapeAlertsPage)
-          scsiGetTapeAlertsData (fd);
-       else
-        {
-           scsiGetSmartData(fd);
-           if(gTempPage)
-            scsiPrintTemp(fd);         
-           if(gStartStopPage)
-            scsiGetStartStopData (fd);
-        }
-    }	
-
-	
-    if ( smartexeoffimmediate )
-    {
-	if ( scsiSmartOfflineTest (fd) != 0) 
-	{
-          printf( "Smartctl: Smart Offline Failed\n");
-          exit(-1);
-	}
-	printf ("Drive Command Successful offline test has begun\n");
-
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-			
-    }
-
-
-    if ( smartshortcapselftest )
-    {
-	if ( scsiSmartShortCapSelfTest (fd) != 0) 
-	{
-            printf( "Smartctl: Smart Short Self Test Failed\n");
-            exit(-1);
-	}
-	printf ("Drive Command Successful Short Self test has begun\n");
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-   }
-
-   if ( smartshortselftest )
-   { 
-		
-      if ( scsiSmartShortSelfTest (fd) != 0) 
-      {
-	printf( "Smartctl: Smart Short Self Test Failed\n");
-	exit(-1);
-      }
-	printf ("Drive Command Successful Short Self test has begun\n");
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);
-   }
-	
-   if ( smartextendselftest )
-   {
-      if ( scsiSmartExtendSelfTest (fd) != 0) 
-      {
-	printf( "S.M.A.R.T. Extended Self Test Failed\n");
-	exit(-1);
-      }
-
-   printf ("Drive Command Successful Extended Self test has begun\n");
-   printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-   }
-	
-	if ( smartextendcapselftest )
-	{
-		
-		if ( scsiSmartExtendCapSelfTest (fd) != 0) 
-		{
-			printf( "S.M.A.R.T. Extended Self Test Failed\n");
-			exit(-1);
-		}
-		
-		printf ("Drive Command Successful Extended Self test has begun\n");
-        printf ("Use smartctl -%c to abort test\n", SMARTSELFTESTABORT);	
-	}
-
-	if ( smartselftestabort )
-	{
-		
-		if ( scsiSmartSelfTestAbort (fd) != 0) 
-		{
-			printf( "S.M.A.R.T. Self Test Abort Failed\n");
-			exit(-1);
-		}
-		
-		printf ("Drive Command Successful self test aborted\n");
-     }		
-}
diff --git a/sm5/smartctl.cpp b/sm5/smartctl.cpp
deleted file mode 100644
index e2e46ebd9..000000000
--- a/sm5/smartctl.cpp
+++ /dev/null
@@ -1,250 +0,0 @@
-//  $Id: smartctl.cpp,v 1.8 2002/10/14 15:26:28 ballen4705 Exp $
-/*
- * smartctl.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- *
- */
-
-
-#include <stdio.h>
-#include <unistd.h>
-#include <sys/ioctl.h>
-#include <linux/hdreg.h>
-#include <sys/fcntl.h>
-#include <sys/types.h>
-#include <string.h>
-#include "smartctl.h"
-#include "atacmds.h"
-#include "ataprint.h"
-#include "scsicmds.h"
-#include "scsiprint.h"
-
-unsigned char driveinfo               = FALSE;
-unsigned char checksmart              = FALSE;
-unsigned char smartvendorattrib       = FALSE;
-unsigned char generalsmartvalues      = FALSE;
-unsigned char smartselftestlog        = FALSE;
-unsigned char smarterrorlog           = FALSE;
-unsigned char smartdisable            = FALSE;
-unsigned char smartenable             = FALSE;
-unsigned char smartstatus             = FALSE;
-unsigned char smartexeoffimmediate    = FALSE;
-unsigned char smartshortselftest      = FALSE;
-unsigned char smartextendselftest     = FALSE;
-unsigned char smartshortcapselftest   = FALSE;
-unsigned char smartextendcapselftest  = FALSE;
-unsigned char smartselftestabort      = FALSE;
-unsigned char smartautoofflineenable  = FALSE;
-unsigned char smartautoofflinedisable = FALSE;
-unsigned char smartautosaveenable     = FALSE;
-unsigned char smartautosavedisable    = FALSE;
-unsigned char printcopyleft           = FALSE;
-unsigned char smart009minutes         = FALSE;
-
-
-/*  void Usage (void) 
-	prints help information for command syntax */
-
-
-
-void Usage ( void){
-  printf( "usage: smartctl -[options] [device]\n");
-  printf( "Read Only Options:\n");
-  printf( "\t\t%c\t\tShow version, copyright and license information\n", PRINTCOPYLEFT);
-  printf( "\t\t%c\t\tShow all S.M.A.R.T. Information (ATA and SCSI)\n",  SMARTVERBOSEALL);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. Drive Info      (ATA and SCSI)\n",  DRIVEINFO);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. Status          (ATA and SCSI)\n",  CHECKSMART);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. General Attributes  (ATA Only)\n",  GENERALSMARTVALUES);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. Vendor Attributes   (ATA Only)\n",  SMARTVENDORATTRIB);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. Drive Error Log     (ATA Only\n",   SMARTERRORLOG);
-  printf( "\t\t%c\t\tShow S.M.A.R.T. Drive Self Test Log (ATA Only)\n",  SMARTSELFTESTLOG);
-  printf( "\n");
-  printf( "Vendor-specific Display Options:\n");
-  printf( "\t\t%c\t\tRaw Attribute 009 is minutes        (ATA Only)\n",  SMART009MINUTES);
-  printf( "\n");
-  printf( "Enable/Disable Options:\n");
-  printf( "\t\t%c\t\tEnable  S.M.A.R.T. data collection    (ATA and SCSI)\n",SMARTENABLE);
-  printf( "\t\t%c\t\tDisable S.M.A.R.T. data collection    (ATA and SCSI)\n",SMARTDISABLE);
-  printf( "\t\t%c\t\tEnable  S.M.A.R.T. Automatic Offline Test (ATA Only)\n",SMARTAUTOOFFLINEENABLE);
-  printf( "\t\t%c\t\tDisable S.M.A.R.T. Automatic Offline Test (ATA Only)\n",SMARTAUTOOFFLINEDISABLE);
-  printf( "\t\t%c\t\tEnable  S.M.A.R.T. Attribute Autosave     (ATA Only)\n",SMARTAUTOSAVEENABLE);
-  printf( "\t\t%c\t\tDisable S.M.A.R.T. Attribute Autosave     (ATA Only)\n",SMARTAUTOSAVEDISABLE);
-  printf( "\n");
-  printf( "Test Options:\n");
-  printf( "\t\t%c\t\tExecute Off-line data collection (ATA Only)\n",          SMARTEXEOFFIMMEDIATE);
-  printf( "\t\t%c\t\tExecute Short Self Test (ATA Only)\n",                   SMARTSHORTSELFTEST );
-  printf( "\t\t%c\t\tExecute Short Self Test (Captive Mode) (ATA Only)\n",    SMARTSHORTCAPSELFTEST );
-  printf( "\t\t%c\t\tExecute Extended Self Test (ATA Only)\n",                SMARTEXTENDSELFTEST );
-  printf( "\t\t%c\t\tExecute Extended Self Test (Captive Mode) (ATA Only)\n", SMARTEXTENDCAPSELFTEST );
-  printf( "\t\t%c\t\tExecute Self Test Abort (ATA Only)\n\n",                 SMARTSELFTESTABORT );
-  printf( "Examples:\n");
-  printf("\tsmartctl -etf /dev/hda   (Enables S.M.A.R.T. on first disk)\n");
-  printf("\tsmartctl -a   /dev/hda   (Prints all S.M.A.R.T. information)\n");
-  printf("\tsmartctl -X   /dev/hda   (Executes extended disk self-test)\n");
-  printf("Please see the man pages or the web site for further information.\n");
-
-}
-
-const char opts[] = { 
-  DRIVEINFO, CHECKSMART, SMARTVERBOSEALL, SMARTVENDORATTRIB,
-  GENERALSMARTVALUES, SMARTERRORLOG, SMARTSELFTESTLOG, SMARTDISABLE,
-  SMARTENABLE, SMARTAUTOOFFLINEENABLE, SMARTAUTOOFFLINEDISABLE,
-  SMARTEXEOFFIMMEDIATE, SMARTSHORTSELFTEST, SMARTEXTENDSELFTEST, 
-  SMARTSHORTCAPSELFTEST, SMARTEXTENDCAPSELFTEST, SMARTSELFTESTABORT,
-  SMARTAUTOSAVEENABLE,SMARTAUTOSAVEDISABLE,PRINTCOPYLEFT,SMART009MINUTES,'\0'
-};
-
-/*      Takes command options and sets features to be run */	
-void ParseOpts (int argc, char** argv){
-  int optchar;
-  extern char *optarg;
-  extern int optopt, optind, opterr;
-  
-  opterr=1;
-  while (-1 != (optchar = getopt(argc, argv, opts))) {
-    switch (optchar){
-    case SMART009MINUTES:
-      smart009minutes=TRUE;
-      break;
-    case PRINTCOPYLEFT :
-      printcopyleft=TRUE;
-      break;
-    case DRIVEINFO :
-      driveinfo  = TRUE;
-      break;		
-    case CHECKSMART :
-      driveinfo  = TRUE;
-      checksmart = TRUE;		
-      break;
-    case SMARTVERBOSEALL :
-      driveinfo = TRUE;
-      checksmart = TRUE;
-      generalsmartvalues = TRUE;
-      smartvendorattrib = TRUE;
-      smarterrorlog = TRUE;
-      smartselftestlog = TRUE;
-      break;
-    case SMARTVENDORATTRIB :
-      smartvendorattrib = TRUE;
-      break;
-    case GENERALSMARTVALUES :
-      generalsmartvalues = TRUE;
-      break;
-    case SMARTERRORLOG :
-      smarterrorlog = TRUE;
-      break;
-    case SMARTSELFTESTLOG :
-      smartselftestlog = TRUE;
-      break;
-    case SMARTDISABLE :
-      smartdisable = TRUE;
-      break;
-    case SMARTENABLE :
-      smartenable   = TRUE;
-      break;
-    case SMARTAUTOSAVEENABLE:
-      smartautosaveenable = TRUE;
-      break;
-    case SMARTAUTOSAVEDISABLE:
-      smartautosavedisable = TRUE;
-      break;
-    case SMARTAUTOOFFLINEENABLE: 
-      smartautoofflineenable = TRUE;
-      break;
-    case SMARTAUTOOFFLINEDISABLE:
-      smartautoofflinedisable = TRUE;
-      break;
-    case SMARTEXEOFFIMMEDIATE:
-      smartexeoffimmediate = TRUE;
-      break;
-    case SMARTSHORTSELFTEST :
-      smartshortselftest = TRUE;
-      break;
-    case SMARTEXTENDSELFTEST :
-      smartextendselftest = TRUE;
-      break;
-    case SMARTSHORTCAPSELFTEST:
-      smartshortcapselftest = TRUE;
-      break;
-    case SMARTEXTENDCAPSELFTEST:
-      smartextendcapselftest = TRUE;
-      break;
-    case SMARTSELFTESTABORT:
-      smartselftestabort = TRUE;
-      break;
-    default:
-      Usage();
-      exit (-1);	
-    }
-    
-    if ( (smartexeoffimmediate + smartshortselftest +
-	  smartextendselftest + smartshortcapselftest +
-	  smartextendcapselftest ) > 1){
-      Usage();
-      printf ("\n ERROR: smartctl can only run a single test at a time \n");
-      exit(-1);
-    }
-  }
-}
-
-/* Main Program */
-
-int main (int argc, char **argv){
-  int fd;
-  char *device;
-  
-  printf("smartctl version %d.%d-%d Copyright (C) 2002 Bruce Allen\n",RELEASE_MAJOR,RELEASE_MINOR,SMARTMONTOOLS_VERSION);
-  printf("Home page of smartctl is %s\n\n",PROJECTHOME);
-  
-  // Part input arguments
-  ParseOpts (argc,argv);
-  
-  // Print Copyright/License info if needed
-  if (printcopyleft){
-    printf("smartctl comes with ABSOLUTELY NO WARRANTY. This\n");
-    printf("is free software, and you are welcome to redistribute it\n");
-    printf("under the terms of the GNU General Public License Version 2.\n");
-    printf("See http://www.gnu.org for further details.\n\n");
-    printf("CVS version ID %s\n","$Id: smartctl.cpp,v 1.8 2002/10/14 15:26:28 ballen4705 Exp $");
-    exit(0);
- }
-
-  // Further argument checking
-  if ( argc != 3 ){
-    Usage();
-    exit (-1);
-  }
-    
-  /* open device */
-  fd = open ( device=argv[2], O_RDWR );
-  
-  if ( fd < 0) {
-    perror ( "Device open failed");
-    exit(-1);
-  }
-  
-  if ( device[5] == 'h')
-    ataPrintMain (fd );
-  else if (device[5] == 's')
-    scsiPrintMain (fd);
-  else 
-    Usage();
-  
-  return 0;
-}
diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
deleted file mode 100644
index ef3aa912d..000000000
--- a/sm5/smartd.cpp
+++ /dev/null
@@ -1,333 +0,0 @@
-//  $Id: smartd.cpp,v 1.8 2002/10/14 15:26:30 ballen4705 Exp $
-/*
- * smartd.c
- *
- * Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
- * Copyright (C) 2000 Michael Cornwell <cornwell@acm.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * You should have received a copy of the GNU General Public License
- * (for example COPYING); if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * This code was originally developed as a Senior Thesis by Michael Cornwell
- * at the Concurrent Systems Laboratory (now part of the Storage Systems
- * Research Center), Jack Baskin School of Engineering, University of
- * California, Santa Cruz. http://ssrc.soe.ucsc.edu/
- *
- */
-
-#include <stdio.h>
-#include <sys/ioctl.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <fcntl.h>
-#include <string.h>
-#include <linux/hdreg.h>
-#include <syslog.h>
-#include <stdarg.h>
-
-#include "atacmds.h"
-#include "scsicmds.h"
-#include "smartd.h"
-
-
-int daemon_init(void){
-  pid_t pid;
-  
-  if ( (pid = fork()) < 0)
-    // unable to fork!
-    return -1;
-  else if (pid != 0)
-    // we are the parent process -- exit
-    exit (0);
-
-  // from here on, we are the child process
-  setsid ();
-  chdir("/");
-  umask(0);
-  return(0);
-}
-
-
-// This function prints either to stdout or to the syslog as needed
-void printout(int priority,char *fmt, ...){
-  va_list ap;
-  // initialize variable argument list 
- va_start(ap,fmt);
-  if (debugmode)
-    vprintf(fmt,ap);
-  else
-    vsyslog(priority,fmt,ap);
-  va_end(ap);
-  return;
-}
-
-/* prints help information for command syntax */
-void Usage ( void){
-  printout(LOG_INFO,"smartd version %d.%d-%d - S.M.A.R.T. Daemon\n", 
-           RELEASE_MAJOR, RELEASE_MINOR,SMARTMONTOOLS_VERSION);
-  printout(LOG_INFO,"usage: smartd -[opts] \n");
-  printout(LOG_INFO,"Read Only Commands:\n");
-  printout(LOG_INFO,"\t\t%c\t\tStart smartd in debug Mode\n",DEBUGMODE);
-  printout(LOG_INFO,"\t\t%c\t\tPrint License and Copyright information\n",PRINTCOPYLEFT);
-}
-	
-// scan to see what ata devices there are, and if they support SMART
-void atadevicescan ( atadevices_t *devices){
-  int i;
-  int fd;
-  struct hd_driveid drive;
-  char device[] = "/dev/hda";
-  
-  for(i=0;i<MAXATADEVICES;i++,device[7]++ ){
-    
-    printout(LOG_INFO,"Reading Device %s\n", device);
-    
-    fd = open ( device , O_RDWR );
-    if ( fd < 0)
-      // no such device
-      continue;
-    
-    if (ataReadHDIdentity (fd,&drive) || !ataSmartSupport(drive) || ataEnableSmart(fd)){
-      // device exists, but not able to do SMART
-      close(fd);
-      printout(LOG_INFO,"Device: %s, Found but not SMART capable, or couldn't enable SMART\n",device);
-      continue;
-    }
-     
-    // device exists, and does SMART.  Add to list
-    devices[numatadevices].fd = fd;
-    strcpy(devices[numatadevices].devicename, device);
-    devices[numatadevices].drive = drive;
-    if (ataReadSmartValues (fd,&devices[numatadevices].smartval)){
-      printout(LOG_INFO,"Device: %s, Read Smart Values Failed\n",device);
-    }
-    
-    if (ataReadSmartThresholds (fd,&devices[numatadevices].smartthres)){
-      printout(LOG_INFO,"Device: %s, Read Smart Thresholds Failed\n",device);
-    }
-    
-    printout(LOG_INFO,"%s Found and is SMART capable\n",device);
-    
-    devices[numatadevices].selftest = 
-      isSupportSelfTest(devices[numatadevices].smartval);
-
-    numatadevices++;
-  }
-}
-
-// This function is hard to read and ought to be rewritten
-// A couple of obvious questions -- why isn't fd always closed if not used?
-// Why in the world is the four-byte integer cast to a pointer to an eight-byte object??
-void scsidevicescan ( scsidevices_t *devices){
-  int i, fd, smartsupport;
-  unsigned char  tBuf[4096];
-  char device[] = "/dev/sda";	
-  
-  for(i = 0; i < MAXSCSIDEVICES ; i++,device[7]++ ){
-    
-    printout(LOG_INFO,"Reading Device %s\n", device);
-    
-    fd = open ( device , O_RDWR );
-    
-    if ( fd >= 0 && !testunitready (fd)) {
-      if (modesense ( fd, 0x1c, (UINT8 *) &tBuf) != 0){
-	printout(LOG_INFO,"Device: %s, Failed read of ModePage 1C \n", device);
-	close(fd);
-      }
-      else
-	if ( scsiSmartSupport( fd, (UINT8 *) &smartsupport) == 0){			
-	  if (!(smartsupport & DEXCPT_ENABLE)){
-	    devices[numscsidevices].fd = fd;
-	    strcpy(devices[numscsidevices].devicename,device);
-	    
-	    printout(LOG_INFO, "Device: %s, Found and is SMART capable\n",device);
-	    
-	    if (logsense ( fd , SUPPORT_LOG_PAGES, (UINT8 *) &tBuf) == 0){
-	      for ( i = 4; i < tBuf[3] + LOGPAGEHDRSIZE ; i++){
-		switch ( tBuf[i]){ 
-		case TEMPERATURE_PAGE:
-		  devices[numscsidevices].TempPageSupported = 1;
-		  break;
-		case SMART_PAGE:
-		  devices[numscsidevices].SmartPageSupported = 1;
-		  break;
-		default:
-		  break;
-		}
-	      }	
-	    }
-	    numscsidevices++;
-	  }
-	}
-    }
-  }
-}
-
-
-void ataCompareSmartValues (atadevices_t *device, struct ata_smart_values new ){
-    int i;
-    int oldval,newval,idold,idnew;
-    
-    for ( i =0; i < NUMBER_ATA_SMART_ATTRIBUTES; i++){
-      // which device is it?
-      idnew=new.vendor_attributes[i].id;
-      idold=device->smartval.vendor_attributes[i].id;
-      
-      if (idold && idnew){
-	// if it's a valid attribute, compare values
-	newval=new.vendor_attributes[i].current;
-	oldval=device->smartval.vendor_attributes[i].current;
-	if (oldval!=newval)
-	  // values have changed; print them
-	  printout(LOG_INFO, "Device: %s, S.M.A.R.T. Attribute: %i Changed from %i to %i\n",
-		   device->devicename,idnew,oldval,newval);
-      }
-    }
-}
-
-
-int ataCheckDevice( atadevices_t *drive){
-  struct ata_smart_values tempsmartval;
-  struct ata_smart_thresholds tempsmartthres;
-  int failed;
-
-  // Coming into this function, *drive contains the last values measured,
-  // and we read the NEW values into tempsmartval
-  if (ataReadSmartValues(drive->fd,&tempsmartval))
-    printout(LOG_INFO, "%s:Failed to read smart values\n", drive->devicename);
-  
-  // and we read the new thresholds into tempsmartthres
-  if (ataReadSmartThresholds (drive->fd, &tempsmartthres))
-    printout(LOG_INFO, "%s:Failed to read smart thresholds\n",drive->devicename);
-  
-  // See if any vendor attributes are below minimum, and print them out
-  if ((failed=ataCheckSmart(tempsmartval,tempsmartthres)))
-    printout(LOG_CRIT,"Device: %s, Failed attribute: %i\n",drive->devicename,failed);
-  
-  // see if any values have changed.  Second argument is new values
-  ataCompareSmartValues (drive , tempsmartval);
-  
-  // Save the new values into *drive for the next time around
-  drive->smartval = tempsmartval;
-  drive->smartthres = tempsmartthres;
-  
-  return 0;
-}
-
-
-int scsiCheckDevice( scsidevices_t *drive)
-{
-  UINT8 returnvalue;
-  UINT8 currenttemp;
-  UINT8 triptemp;
-  
-  currenttemp = triptemp = 0;
-  
-  if (scsiCheckSmart( drive->fd, drive->SmartPageSupported, &returnvalue, &currenttemp, &triptemp ) != 0)
-    printout(LOG_INFO, "%s:Failed to read smart values\n", drive->devicename);
-  
-  if (returnvalue)
-    printout(LOG_CRIT, "Device: %s, S.M.A.R.T. Failure: (%02x) %s\n", drive->devicename, 
-	     returnvalue, scsiSmartGetSenseCode( returnvalue) );
-  else
-    printout(LOG_INFO,"Device: %s, Acceptable attribute: %d\n", drive->devicename, returnvalue);  
-  
-  if (currenttemp){
-    if ( (currenttemp != drive->Temperature) && ( drive->Temperature) )
-      printout(LOG_INFO, "Device: %s, Temperature changed %d degrees to %d degrees since last reading\n", 
-	       drive->devicename, (int) (currenttemp - drive->Temperature), (unsigned int) currenttemp );
-    
-    drive->Temperature = currenttemp;
-  } 
-  return 0;
-}
-
-void CheckDevices (  atadevices_t *atadevices, scsidevices_t *scsidevices)
-{
-	int i;
-	
-	while (1){
-	  for (i = 0; i < numatadevices;i++)
-	    ataCheckDevice (  &atadevices[i]);
-	  
-	  for (i = 0; i < numscsidevices;i++)
-	    scsiCheckDevice (  &scsidevices[i]);
-	    
-	  sleep ( checktime );
-	}
-}
-
-char copyleftstring[]=
-"Home page of smartd is " PROJECTHOME "\n\n"
-"smartd comes with ABSOLUTELY NO WARRANTY. This\n"
-"is free software, and you are welcome to redistribute it\n"
-"under the terms of the GNU General Public License Version 2.\n"
-"See http://www.gnu.org for further details.\n\n"
-"CVS Version ID $Id: smartd.cpp,v 1.8 2002/10/14 15:26:30 ballen4705 Exp $\n";
-
-const char opts[] = { DEBUGMODE, EMAILNOTIFICATION, PRINTCOPYLEFT,'\0' };
-
-/* Main Program */
-int main (int argc, char **argv){
-  
-  atadevices_t atadevices[MAXATADEVICES], *atadevicesptr;
-  scsidevices_t scsidevices[MAXSCSIDEVICES], *scsidevicesptr;
-  int optchar;
-  extern char *optarg;
-  extern int  optopt, optind, opterr;
-  
-  numatadevices=0;
-  numscsidevices=0;
-  scsidevicesptr = scsidevices;
-  atadevicesptr = atadevices;
-  opterr=1;
-
-  while (-1 != (optchar = getopt(argc, argv, opts))){
-    switch(optchar) {
-    case PRINTCOPYLEFT:
-      printcopyleft=TRUE;
-      break;
-    case DEBUGMODE :
-      debugmode  = TRUE;
-      break;
-    case EMAILNOTIFICATION:
-      emailnotification = TRUE;
-      break;
-    case '?':
-    default:
-      debugmode=1;
-      Usage();
-      exit(-1);	
-    }
-  }
-  
-  if (printcopyleft){
-    debugmode=1;
-    printout(LOG_INFO,"smartd version %d.%d-%d Copyright (C) Bruce Allen 2002\n",
-		RELEASE_MAJOR,RELEASE_MINOR,SMARTMONTOOLS_VERSION);
-    printout(LOG_INFO,copyleftstring);
-    exit(0);
-  }
-  
-  printout(LOG_INFO,"smartd version %d.%d-%d Copyright (C) Bruce Allen 2002\n",
-		  RELEASE_MAJOR,RELEASE_MINOR,SMARTMONTOOLS_VERSION);
-  
-  if (!debugmode){
-    daemon_init();
-  }
-  
-  /* fork into independent process */
-  atadevicescan (atadevicesptr); 
-  scsidevicescan (scsidevicesptr);
-  
-  CheckDevices ( atadevicesptr, scsidevicesptr); 
-  return 0;
-}
-
diff --git a/www/cvs-script b/www/cvs-script
deleted file mode 100755
index 6974e72e2..000000000
--- a/www/cvs-script
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# execute this script in the current shell, using for example
-# . cvs_script
-unset CVS_SERVER
-export CVS_RSH=ssh
-export CVSROOT=:ext:ballen4705@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools
diff --git a/www/index.html b/www/index.html
deleted file mode 100644
index d45d57eb5..000000000
--- a/www/index.html
+++ /dev/null
@@ -1,279 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>smartmontools Home Page</title>
-                                                                        
-                        
-  <meta http-equiv="content-type"
- content="text/html; charset=ISO-8859-1">
-                   
-  <meta name="author" content="Bruce Allen">
-                   
-  <meta name="description"
- content="SMART S.M.A.R.T. linux disk monitoring">
-</head>
-  <body>
-                   
-<div align="center">    
-<h1><font color="#3333ff">smartmontools HOME PAGE &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 
- </font>  <a href="http://sourceforge.net"><img
- src="http://sourceforge.net/sflogo.php?group_id=64297&amp;type=5"
- width="210" height="62" border="0" alt="SourceForge.net Logo"
- align="middle">
-    </a> </h1>
-    </div>
-                           
-<div align="left">This is the home page for smartmontools. &nbsp;The smartmontools
-       package contains two utility programs (<font color="#3333ff"><b>smartctl</b></font>
-               and <font color="#3333ff"><b>smartd</b></font>) to control 
-and   monitor     storage systems using the Self-Monitoring, Analysis and 
-Reporting   Technology     System  (S.M.A.R.T.) built into most modern ATA 
-and SCSI hard  disks.  It   is derived from the smartsuite package, and includes 
-support   for ATA/ATAPI-5     disks. It should run on any modern linux system.<br>
-           <br>
-           For your convenience, this is a single page, so you can print
-it  easily.<br>
-                         
-<hr width="100%" size="2">           
-<ul>
-             <li><a href="#howtodownload">How to download and install smartmontools</a></li>
-              <li><a href="#FAQ">Frequently Asked Questions</a></li>
-             <li><a href="#testinghelp">The code needs to be tested on SCSI 
- disks/tapes</a></li>
-                <li><a href="#differfromsmartsuite">How does smartmontools
- differ    from  smartsuite?</a></li>
-                     <li><a href="#references">Useful references on S.M.A.R.T.
-   and   ATA/ATAPI-5,   -6, and -7</a></li>
-             <li><a href="#sampleoutput">Some sample output from smartmontools</a></li>
-                <li><a
- href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/smartmontools/">Smartmontools 
-     CVS archive</a> and <a
- href="http://sourceforge.net/projects/smartmontools">SourceForge projects 
-     group page</a></li>
-      <li><a
- href="http://lists.sourceforge.net/mailman/listinfo/smartmontools-support">
-    Mailing list and archives</a> for smartmontools support<br>
-      </li>
-                                    
-</ul>
-          <b><br>
-           </b>           
-<hr width="100%" size="2"><b><br>
-           </b><b><a name="howtodownload"></a></b><b> How to download and 
-install     smartmontools<br>
-           </b>There are three different ways to get and install smartmontools. 
-   &nbsp;You   can use any one of these three procedures. &nbsp;Just after 
- "Method  3" below are some instructions for trying out smartmontools once 
- you have completed the installation.<br>
-                     
-<ol>
-             <li><b>First Method - Install from the RPM file:</b><br>
-                                                     
-    <ul>
-               <li>Download the latest binary RPM file (<tt>*.rpm</tt>) from
-           <a
- href="http://sourceforge.net/project/showfiles.php?group_id=64297">here</a>
-         . &nbsp;Don't get the SRPM file (<tt>*.src.rpm</tt>).</li>
-               <li>Install it using RPM. &nbsp;You must be root to do this:<br>
-                 <tt>su root</tt> &nbsp;(enter root password)<br>
-                 <tt>rpm -ivh smartmontools-5.0-1.i386.rpm<br>
-           </tt>For most users, this is all that is needed.<br>
-         </li>
-               <li>If you receive an error message, you have probably previously
-    installed the <tt>smartsuite</tt> package, or RedHat's <tt>kernel-utils</tt>
-   package,    which provide older versions of the <tt>smartd</tt> and <tt>
-  smartctl</tt>       utilities. &nbsp;In this case you should use the <tt>
-  --nodeps</tt> or          <tt>  --force</tt>  arguments of rpm to replace
- these two utilities:<br>
-                 <tt>rpm -ivh --nodeps --force smartmontools-5.0-1.i386.rpm</tt></li>
-         <li>If you want to remove the package (<tt>rpm -e s</tt><tt>martmontools-5.0-1</tt>
-   ) and your system does not have <tt>chkconfig</tt> installed, you may
-need  to use the <tt>--noscripts</tt> option to <tt>rpm -e</tt>.<br>
-               </li>
-                                                     
-    </ul>
-           </li>
-             <li><b>Second Method - Install from the source tarball</b>:<br>
-                                                           
-    <ul>
-                <li>Download the latest source-code tarball from <a
- href="http://sourceforge.net/project/showfiles.php?group_id=64297">here</a></li>
-                <li>Uncompress the tarball (note: you probably want the most
-  recent    release)<br>
-                  <tt>tar zxvf smartmontools-5.0-1.tar.gz</tt></li>
-                <li>The previous step created a directory called smartmontools-5.0-1
-     containing the code. &nbsp;Go to that directory, build, and install:<br>
-                  <tt>cd smartmontools-5.0-1<br>
-          make<br>
-           make install &nbsp;</tt> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-  &nbsp;    &nbsp; &nbsp; &nbsp; &nbsp;[only root can do this]<br>
-               </li>
-                                                                        
-    </ul>
-            </li>
-             <li><b>Third Method - Download code directly from the CVS archive:</b><br>
-                                 
-    <ul>
-            <li>Download the latest code snapshot from CVS. If prompted for 
- a  password,    simply press the Enter key. &nbsp;Note that the two lines 
- below  that start   "<tt>cvs</tt>" are long! <br>
-                 <tt>cvs -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools 
-     login</tt> <tt><br>
-           cvs -z3 -d:pserver:anonymous@cvs.smartmontools.sourceforge.net:/cvsroot/smartmontools 
-     co sm5</tt><br>
-               </li>
-            <li>The previous step created a subdirectory called <tt>sm5/</tt>
-     containing    the code. Go to that directory, build, and install:<br>
-                 <tt>cd sm5<br>
-           make<br>
-           make install &nbsp;</tt> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
-  &nbsp;    &nbsp; &nbsp; &nbsp; &nbsp;[only root can do this]<br>
-               </li>
-                                      
-    </ul>
-                              </li>
-         
-</ol>
-             <b>After installing using Method 1, 2 or 3 above, you can read 
- the   man pages, and try out the commands:</b><br>
-               
-<blockquote>                        
-  <blockquote><tt>man 8 smartctl</tt><br>
-            <tt>man 8 smartd</tt><br>
-            <tt>/usr/sbin/smartctl -etf /dev/hda &nbsp;</tt>[only root can
- do this]<br>
-            <tt>/usr/sbin/smartctl -a /dev/hda &nbsp; &nbsp;</tt>[only root 
- can do this]</blockquote>
-        </blockquote>
-         Note that the default location for the manual pages is in <tt>/usr/share/man/man8</tt>
-   . &nbsp;If "<tt>man</tt>" does not find the manual pages, then you may 
-need to add <tt>/usr/share/man</tt> to your <tt>MANPATH</tt> environment variable.<br>
-     
-<hr width="100%" size="2"><br>
-           <br>
-           <a name="FAQ"></a><b>Frequently-asked questions<br>
-           </b>If your question is not here, please <a
- href="mailto:smartmontools-support@lists.sourceforge.net"> email me</a>.<br>
-                     
-<ul>
-             <li><b>What do I do if I have problems, or need support? &nbsp;Suppose
-  I want to become a developer, or suggest some new extensions?</b><br>
-    Please send an email to the <a
- href="http://lists.sourceforge.net/mailman/listinfo/smartmontools-support">
-    smartmontools-support mailing list</a>.<br>
-      </li>
-      <li><b>What are the future plans for smartmontools?</b><br>
-           My plan is that smartmontools-5.x will support ATA/ATAPI-5 disks.
-  &nbsp;Eventually,     we'll do smartmontools-6.x to support ATA/ATAPI-6
-disks,  smartmontools-7.x     for the ATA/ATAPI-7 standard, and so on. &nbsp;The
- "x" will denote revision    level, as bugs get found and fixed, and as enhancements
-  get added. &nbsp;    If it's possible to maintain backwards compatibility,
-  that would be nice,    but I don't know if it will be possible or practical.</li>
-             <li><b>Why are you doing this?</b><br>
-           My research group runs a beowulf cluster with 300 ATA-5 disks. 
-&nbsp;We     have more than 20 TB of data stored on the system. &nbsp;It's 
-nice to have    advanced warning when a disk is going to fail.</li>
-            <li><b>I see some strange output from smartctl. &nbsp;What does 
- it  mean?</b><br>
-          The raw S.M.A.R.T. attributes (temperature, power-on lifetime,
-and   so  on)  are stored in vendor-specific structures. &nbsp;Sometime these
-are  strange.   &nbsp;Hitachi disks (at least some of them) store power-on
-lifetime  in minutes,   rather than hours. &nbsp;IBM disks (at least some
-of them) have three temperatures stored in the raw structure, not just one.
-And so on. &nbsp;If you find strange output, or unknown attributes, please
-send an email to <a
- href="ttp://lists.sourceforge.net/mailman/listinfo/smartmontools-support">
-    smartmontools-support</a> and we'll help you try and figure it out.</li>
-            <li><b>What attributes does smartmontools not yet recognize?<br>
-              </b>From a Hitachi disk: (230)(250)<br>
-          If you can attach names/meanings to these attributes, please send 
- me  a note to <a
- href="ttp://lists.sourceforge.net/mailman/listinfo/smartmontools-support">
-    smartmontools-support</a>.</li>
-        <li><b>When I run <tt>smartd</tt> , the SYSLOG (<tt>/var/log/messages</tt>
-      ) contains messages like this:</b><br>
-          <tt>smartd: Reading Device /dev/sdv <br>
-      modprobe: modprobe: Can't locate module block-major-65<br>
-          </tt>This is because when <tt>smartd</tt> starts, it looks for
-all   ATA  and SCSI devices to monitor (matching the pattern <tt>/dev/hd[a-z]</tt>
-     or      <tt>/dev/sd[a-z]</tt>). &nbsp;The log messages appear because
- your  system  doesn't have most of these devices.<br>
-      A future release of smartd will have a command-line option to specify 
- which  devices to include or exclude from start-up search.<br>
-        </li>
-                     
-</ul>
-           
-<hr width="100%" size="2"><b><a name="testinghelp"></a>Help needed in testing 
-     smartmontools, especially on SCSI disks/systems<br>
-           </b>I have access to a number of systems with ATA S.M.A.R.T. disks,
-   but   I don't have any access to systems with SCSI S.M.A.R.T. devices.
-&nbsp;I'd     be very grateful to find someone who could help me test the
-smartmontools     code on SCSI disks. &nbsp;Since it's derived from the smartsuite
-package,     it should initially work about the same way with SCSI devices
-as the smartsuite     tools did.<br>
-           <br>
-           I'd be especially happy if someone would like to take on the task, 
-  as  a  developer, of maintaining the SCSI code. &nbsp;Do you have a beowulf
-   cluster   with a few hundred SCSI disks? Please volunteer!<br>
-                     
-<hr width="100%" size="2"><a name="differfromsmartsuite"></a><b>How does smartmontools
-differ from smartsuite?<br>
-</b>This code was originally developed as a Senior Thesis by Michael Cornwell
-at the Concurrent Systems Laboratory (now part of the <a
- href="http://ssrc.soe.ucsc.edu">Storage Systems Research Center</a>), Jack
-Baskin School of Engineering, University of California, Santa Cruz. <br>
-<b><br>
-           </b>Smartmontools differs from smartsuite only in that it supports
-the ATA/ATAPI-5 standard.   So for example <tt>smartctl</tt> from smartsuite
-has no facility  for printing  the S.M.A.R.T. self-test logs, and doesn't
-print timestamp information  in the most  usable  way.   The  <tt>smartctl</tt>
- utility in smartmontools has added functionality (<tt>-l,</tt><tt>-L,-f,
--F and -m</tt> options),  updated documentation, and also fixes small technical
-bugs in smartsuite. <br>
- <br>
-           The other principle difference is that smartmontools is an open-source 
-development project, meaning that we keep the files in CVS, and   that  other 
-developers who wish to contribute can commit changes to the archive. &nbsp;If 
-you would like to contribute, please write to to <a
- href="ttp://lists.sourceforge.net/mailman/listinfo/smartmontools-support">
-    smartmontools-support</a>.<br>
- <br>
- But the bottom line is that the code in smartmontools is derived directly 
-from smartsuite  and is very similar.  The smartsuite package can be found
-<a href="http://sourceforge.net/projects/smartsuite/">here</a>. &nbsp;<br>
-                     
-<hr width="100%" size="2"><br>
-              <a name="references"></a><big><b>Useful references on S.M.A.R.T.
-   and   the   ATA/ATAPI standards<br>
-              </b>If you are having trouble understanding the output of smartctl
-    or  smartd,  please first read the manual pages:<tt><br>
-             &nbsp;&nbsp;&nbsp; man 8 smartctl<br>
-             &nbsp;&nbsp;&nbsp; man 8 smartd</tt><br>
-              If you'd like to know more about S.M.A.R.T., then the following 
-  references     may be helpful:<br>
-             </big>             
-<ul>
-               <li>The <a href="http://www.t13.org/project/d1321r1c.pdf">
-ATAPI/ATA-5       Revision 1 specification</a></li>
-               <li><a href="http://www.t13.org/#FTP_site">Earlier and later 
- revisions      of the ATAPI/ATA specifications</a></li>
-               <li>The S.M.A.R.T. specification is SFF-8035i (rev E). &nbsp;I 
-  can   not   find an on-line reference. It can be obtained from the <a
- href="http://www.sffcommittee.com/ns/">Small Form Factors  Committee</a>
-          . Here is their <a
- href="ftp://ftp.seagate.com/sff/INF-8035.TXT"> "link"</a>        .</li>
-                         
-</ul>
-                       
-<hr width="100%" size="2"><a name="sampleoutput"></a><b>Sample output from 
-     smartmontools</b><br>
-            <tt>      </tt>       
-<pre><tt>root#  /usr/sbin/smartctl -am /dev/hda<br>smartctl version 5.0-6 Copyright (C) 2002 Bruce Allen<br>Home page of smartctl is http://smartmontools.sourceforge.net/<br><br>Device Model:     HITACHI_DK23BA-20<br>Serial Number:    12H7M8<br>Firmware Version: 00E0A0D2<br>ATA Version is:   5<br>ATA Standard is:  ATA/ATAPI-5 T13 1321D revision 1<br>SMART support is: Enabled<br><br>SMART overall-health self-assessment test result: PASSED<br><br><br>General SMART Values: <br>Off-line data collection status: (0x00)	Offline data collection activity was<br>					never started.<br><br>Self-test execution status:      (   0)	The previous self-test routine completed<br>					without error or no self-test has ever <br>					been run.<br><br>Total time to complete off-line <br>data collection: 		 (1530) seconds.<br><br>Offline data collection<br>capabilities: 			 (0x1b) SMART execute Offline immediate.<br>					Automatic timer ON/OFF support.<br>					Suspend Offline collection upon new<br>					command.<br>					Offline surface scan supported.<br>					Self-test supported.<br><br>SMART capabilities:            (0x0003)	Saves SMART data before entering<br>					power-saving mode.<br>					Supports SMART auto save timer.<br><br>Error logging capability:        (0x01)	Error logging supported.<br><br>Short self-test routine <br>recommended polling time: 	 (   2) minutes.<br><br>Extended self-test routine <br>recommended polling time: 	 (  26) minutes.<br><br>Vendor Specific SMART Attributes with Thresholds:<br>Revision Number: 16<br>Attribute                    Flag     Value Worst Threshold Raw Value<br>(  1)Raw Read Error Rate     0x000d   100   084   050       247<br>(  3)Spin Up Time            0x0007   100   100   050       0<br>(  4)Start Stop Count        0x0032   100   100   050       197<br>(  5)Reallocated Sector Ct   0x0033   100   100   010       12<br>(  7)Seek Error Rate         0x000f   100   100   050       330<br>(  9)Power On Hours          0x0032   100   100   060       482 h +  4 m<br>( 10)Spin Retry Count        0x0013   100   100   050       0<br>( 12)Power Cycle Count       0x0032   100   100   050       197<br>(192)Power-Off Retract Count 0x0032   100   100   050       13<br>(195)Hardware ECC Recovered  0x001a   100   065   050       191<br>(196)Reallocated Event Count 0x0032   099   099   001       12<br>(197)Current Pending Sector  0x0032   097   096   001       3<br>(198)Offline Uncorrectable   0x0010   097   096   001       15<br>(199)UDMA CRC Error Count    0x003e   200   200   000       0<br>(221)G-Sense Error Rate      0x000a   100   100   050       0<br>(223)Load Retry Count        0x0012   100   100   050       0<br>(225)Load Cycle Count        0x0032   098   098   050       822100607<br>(230)Unknown Attribute       0x0032   100   100   060       13875<br>(250)Unknown Attribute       0x000a   100   070   050       937<br><br>SMART Error Log<br>SMART Error Logging Version: 1<br>ATA Error Count: 9 (only the most recent five errors are shown below)<br><br>Acronyms used below:<br>DCR = Device Control Register<br>FR  = Features Register<br>SC  = Sector Count Register<br>SN  = Sector Number Register<br>CL  = Cylinder Low Register<br>CH  = Cylinder High Register<br>D/H = Device/Head Register<br>CR  = Content written to Command Register<br>ER  = Error register<br>STA = Status register<br><br>Timestamp is time (in seconds) since the command that caused an error was accepted,<br>measured from the time the disk was powered-on, during the session when the error occurred.<br>Note: timestamp "wraps" after 1193.046 hours = 49.710 days = 2^32 seconds.<br><br>Error Log Structure 1:<br>Error occurred at disk power-on lifetime: 458 hours<br>When the command that caused the error occurred, the device was active or idle.<br>After command completion occurred, registers were:<br>ER:40 SC:01 SN:15 CL:be CH:2e D/H:e0 ST:51<br>Sequence of commands leading to the command that caused the error were:<br>DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp<br> 00   00   01   15   be   2e    e0   c8     831.599<br> 00   00   01   14   be   2e    e0   c8     831.594<br> 00   00   01   13   be   2e    e0   c8     831.594<br> 00   00   01   12   be   2e    e0   c8     831.594<br> 00   00   01   11   be   2e    e0   c8     831.594<br><br>Error Log Structure 2:<br>Error occurred at disk power-on lifetime: 458 hours<br>When the command that caused the error occurred, the device was active or idle.<br>After command completion occurred, registers were:<br>ER:40 SC:45 SN:15 CL:be CH:2e D/H:e0 ST:51<br>Sequence of commands leading to the command that caused the error were:<br>DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp<br> 00   00   80   da   bd   2e    e0   c8     829.680<br> 00   00   80   5a   bd   2e    e0   c8     829.677<br> 00   00   80   da   bc   2e    e0   c8     829.673<br> 00   00   80   5a   bc   2e    e0   c8     829.671<br> 00   00   01   58   bc   2e    e0   c8     829.671<br><br>Error Log Structure 3:<br>Error occurred at disk power-on lifetime: 458 hours<br>When the command that caused the error occurred, the device was active or idle.<br>After command completion occurred, registers were:<br>ER:40 SC:01 SN:47 CL:bc CH:2e D/H:e0 ST:51<br>Sequence of commands leading to the command that caused the error were:<br>DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp<br> 00   00   01   47   bc   2e    e0   c8     826.962<br> 00   00   01   46   bc   2e    e0   c8     826.961<br> 00   00   01   45   bc   2e    e0   c8     826.961<br> 00   00   01   44   bc   2e    e0   c8     826.961<br> 00   00   01   43   bc   2e    e0   c8     826.961<br><br>Error Log Structure 4:<br>Error occurred at disk power-on lifetime: 458 hours<br>When the command that caused the error occurred, the device was active or idle.<br>After command completion occurred, registers were:<br>ER:40 SC:13 SN:47 CL:bc CH:2e D/H:e0 ST:51<br>Sequence of commands leading to the command that caused the error were:<br>DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp<br> 00   00   80   da   bb   2e    e0   c8     825.038<br> 00   00   80   5a   bb   2e    e0   c8     825.033<br> 00   00   80   da   ba   2e    e0   c8     825.030<br> 00   00   80   5a   ba   2e    e0   c8     824.940<br> 00   00   80   da   b9   2e    e0   c8     824.937<br><br>Error Log Structure 5:<br>Error occurred at disk power-on lifetime: 458 hours<br>When the command that caused the error occurred, the device was active or idle.<br>After command completion occurred, registers were:<br>ER:40 SC:01 SN:85 CL:19 CH:2c D/H:e0 ST:51<br>Sequence of commands leading to the command that caused the error were:<br>DCR   FR   SC   SN   CL   CH   D/H   CR   Timestamp<br> 00   00   01   85   19   2c    e0   c8     816.487<br> 00   00   01   84   19   2c    e0   c8     816.487<br> 00   00   01   83   19   2c    e0   c8     816.486<br> 00   00   01   82   19   2c    e0   c8     816.486<br> 00   00   01   81   19   2c    e0   c8     816.486<br><br>SMART Self-test log, version number 1<br><br>Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error<br># 1  Short captive       Completed                     00%       459         <br># 2  Short captive       Completed                     00%       459         <br># 3  Extended off-line   Completed: read failure       40%       455         0x002c1985<br># 4  Extended off-line   Aborted by host               50%       455         <br># 5  Short off-line      Completed                     00%       451         <br># 6  Short off-line      Completed                     00%       451         <br># 7  Extended off-line   Completed: read failure       40%       449         0x002c1985<br># 8  Short off-line      Completed: read failure       20%       391         0x0003e00a<br># 9  Short captive       Interrupted (host reset)      40%       390         <br>#10  Short captive       Interrupted (host reset)      40%       390         <br>#11  Short off-line      Completed: read failure       20%       390         0x0003e00a<br>#12  Extended off-line   Completed: read failure       40%       247         0x002c1979<br><br></tt></pre>
-        <tt>    </tt>             
-<hr width="100%" size="2">Page maintained by <a
- href="mailto:smartmontools-support@lists.sourceforge.net">Bruce Allen</a><br>
-           <big> </big></div>
-                                   
-</body>
-</html>
-- 
GitLab