Skip to content
Snippets Groups Projects
Commit f1a11a7b authored by ydario's avatar ydario
Browse files

Added OS/2, eComStation references to docs.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2027 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 9af5ed59
Branches
No related tags found
No related merge requests found
$Id: AUTHORS,v 1.14 2004/08/30 05:44:50 ballen4705 Exp $ $Id: AUTHORS,v 1.15 2004/11/11 17:56:07 ydario Exp $
This code was originally developed as a Senior Thesis by Michael This code was originally developed as a Senior Thesis by Michael
Cornwell at the Concurrent Systems Laboratory (now part of the Storage Cornwell at the Concurrent Systems Laboratory (now part of the Storage
...@@ -29,3 +29,4 @@ David Snyder <dasnyderx@yahoo.com> ...@@ -29,3 +29,4 @@ David Snyder <dasnyderx@yahoo.com>
Sergey Svishchev <svs@ropnet.ru> Sergey Svishchev <svs@ropnet.ru>
Phil Williams <phil@subbacultcha.demon.co.uk> Phil Williams <phil@subbacultcha.demon.co.uk>
Richard Zybert <richard.zybert@zybert.co.uk> Richard Zybert <richard.zybert@zybert.co.uk>
Yuri Dario <mc6530@mclink.it>
CHANGELOG for smartmontools CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.491 2004/11/10 22:09:53 pjwilliams Exp $ $Id: CHANGELOG,v 1.492 2004/11/11 17:56:08 ydario Exp $
The most recent version of this file is: The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
...@@ -26,11 +26,14 @@ Maintainers / Developers Key: ...@@ -26,11 +26,14 @@ Maintainers / Developers Key:
[PW] Phil Williams [PW] Phil Williams
[LW] Leon Woestenberg [LW] Leon Woestenberg
[RZ] Richard Zybert [RZ] Richard Zybert
[YD] Yuri Dario
NOTES FOR FUTURE RELEASES: see TODO file. NOTES FOR FUTURE RELEASES: see TODO file.
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE> <ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE>
[YD] Added OS/2 and eComStation platform support.
[PW] Added Seagate U4 family, Fujitsu MHJ and MHK families, Seagate [PW] Added Seagate U4 family, Fujitsu MHJ and MHK families, Seagate
Barracuda 5400.1, QUANTUM FIREBALLP KX27.3, QUANTUM FIREBALLP KA10.1, Barracuda 5400.1, QUANTUM FIREBALLP KX27.3, QUANTUM FIREBALLP KA10.1,
and ExcelStor J340 to knowndrives table. and ExcelStor J340 to knowndrives table.
......
Smartmontools installation instructions Smartmontools installation instructions
======================================= =======================================
$Id: INSTALL,v 1.56 2004/11/05 18:59:52 chrfranke Exp $ $Id: INSTALL,v 1.57 2004/11/11 17:56:08 ydario Exp $
Please also see the smartmontools home page: Please also see the smartmontools home page:
http://smartmontools.sourceforge.net/ http://smartmontools.sourceforge.net/
...@@ -18,8 +18,9 @@ Table of contents: ...@@ -18,8 +18,9 @@ Table of contents:
[8] Guidelines for Solaris [8] Guidelines for Solaris
[9] Guidelines for Cygwin [9] Guidelines for Cygwin
[10] Guidelines for Windows [10] Guidelines for Windows
[11] Comments [11] Guidelines for OS/2, eComStation
[12] Detailed description of ./configure options [12] Comments
[13] Detailed description of ./configure options
[1] System requirements [1] System requirements
======================= =======================
...@@ -168,6 +169,13 @@ However, some things do work well. For ATA devices, all the ...@@ -168,6 +169,13 @@ However, some things do work well. For ATA devices, all the
informational output is available, unless you want something that only informational output is available, unless you want something that only
an offline test updates. an offline test updates.
H) OS/2, eComStation
The code was tested on eComStation 1.1, but it should work on all versions
of OS/2.
Innotek LibC 0.5 runtime is required.
Currently only ATA disks are supported, SCSI support will be added.
[2] Installing from CVS [2] Installing from CVS
======================= =======================
...@@ -419,7 +427,17 @@ To build the Windows binary distribution, use: ...@@ -419,7 +427,17 @@ To build the Windows binary distribution, use:
See smartd man page for usage information about this tool. See smartd man page for usage information about this tool.
[11] Comments [11] Guidelines for OS/2, eComStation
=====================================
To compile the OS/2 code, please run
./os_os2/configure.os2
make
make install
[12] Comments
============ ============
To compile from another directory, you can replace the step To compile from another directory, you can replace the step
...@@ -495,7 +513,7 @@ if groff is available: ...@@ -495,7 +513,7 @@ if groff is available:
make MAN2HTML='groff -man -Thtml' htmlman make MAN2HTML='groff -man -Thtml' htmlman
[12] Detailed description of arguments to configure command [13] Detailed description of arguments to configure command
=========================================================== ===========================================================
When you type: When you type:
......
.ig .ig
Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net>
$Id: smartctl.8.in,v 1.70 2004/10/06 23:20:21 ballen4705 Exp $ $Id: smartctl.8.in,v 1.71 2004/11/11 17:56:08 ydario Exp $
This program is free software; you can redistribute it and/or modify it 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 under the terms of the GNU General Public License as published by the Free
...@@ -1193,6 +1193,7 @@ The following have made large contributions to smartmontools: ...@@ -1193,6 +1193,7 @@ The following have made large contributions to smartmontools:
\fBSergey Svishchev\fP (NetBSD interface) \fBSergey Svishchev\fP (NetBSD interface)
\fBDavid Snyder and Sergey Svishchev\fP (OpenBSD interface) \fBDavid Snyder and Sergey Svishchev\fP (OpenBSD interface)
\fBPhil Williams\fP (User interface and drive database) \fBPhil Williams\fP (User interface and drive database)
\fBYuri Dario\fP (OS/2, eComStation interface)
.fi .fi
Many other individuals have made smaller contributions and corrections. Many other individuals have made smaller contributions and corrections.
...@@ -1243,7 +1244,7 @@ these documents may be found in the References section of the ...@@ -1243,7 +1244,7 @@ these documents may be found in the References section of the
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartctl.8.in,v 1.70 2004/10/06 23:20:21 ballen4705 Exp $ $Id: smartctl.8.in,v 1.71 2004/11/11 17:56:08 ydario Exp $
.\" Local Variables: .\" Local Variables:
.\" mode: nroff .\" mode: nroff
.\" End: .\" End:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment