]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - os_os2.cpp
Merge commit 'upstream/5.38+svn2993'
[mirror_smartmontools-debian.git] / os_os2.cpp
index 797de35b600df9076deb0f3b02c2be881876f8cd..a17417002e9ed776b3257bb708a4e5686e4a469f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Home page of code is: http://smartmontools.sourceforge.net
  *
- * Copyright (C) 2004-6 Yuri Dario <smartmontools-support@lists.sourceforge.net>
+ * Copyright (C) 2004-8 Yuri Dario <smartmontools-support@lists.sourceforge.net>
  *
  * 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
@@ -31,7 +31,7 @@
 #include "os_os2.h"
 
 // Needed by '-V' option (CVS versioning) of smartd/smartctl
-const char *os_XXXX_c_cvsid="$Id: os_os2.cpp,v 1.7 2006/09/20 16:17:31 shattered Exp $" \
+const char *os_XXXX_c_cvsid="$Id: os_os2.cpp,v 1.9 2008/06/12 21:46:31 ballen4705 Exp $" \
 ATACMDS_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
 
 // global handle to device driver
@@ -543,6 +543,11 @@ int escalade_command_interface(int fd, int disknum, int escalade_type, smart_com
   return -1;
 }
 
+int areca_command_interface(int fd, int disknum, smart_command_set command, int select, char *data){
+  unsupported(2);
+  return -1;
+}
+
 // Interface to SCSI devices.  See os_linux.c
 int do_scsi_cmnd_io(int fd, struct scsi_cmnd_io * iop, int report) {
   unsupported(3);