Skip to content
Snippets Groups Projects
Commit 15d43f43 authored by ballen4705's avatar ballen4705
Browse files

Fixed bug in DEVICESCAN introduced yesterday

parent 06f6f82a
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.447 2004/08/16 22:44:15 ballen4705 Exp $
$Id: CHANGELOG,v 1.447.2.1 2004/08/17 18:09:33 ballen4705 Exp $
The most recent version of this file is:
http://cvs.sourceforge.net/viewcvs.py/smartmontools/sm5/CHANGELOG?sortby=date&view=markup
......@@ -29,6 +29,11 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<ADDITIONS TO THE CHANGE LOG SHOULD BE ADDED JUST BELOW HERE, PLEASE>
[BA] Fixed nasty DEVICESCAN bug
[BA] Checked in RELEASE_5_33_WITH_MARVELL_SUPPORT branch with
some Marvell support.
[BA] Additional modifications of Ed's controller scheme. Fixed
broken 3ware support under linux, problems with scanning
devices in smartd, and other small problems.
......
......@@ -108,7 +108,7 @@ int getdomainname(char *, int); /* no declaration in header files! */
extern const char *atacmdnames_c_cvsid, *atacmds_c_cvsid, *ataprint_c_cvsid, *escalade_c_cvsid,
*knowndrives_c_cvsid, *os_XXXX_c_cvsid, *scsicmds_c_cvsid, *utility_c_cvsid;
static const char *filenameandversion="$Id: smartd.c,v 1.333.2.2 2004/08/17 00:06:18 ballen4705 Exp $";
static const char *filenameandversion="$Id: smartd.c,v 1.333.2.3 2004/08/17 18:09:34 ballen4705 Exp $";
#ifdef NEED_SOLARIS_ATA_CODE
extern const char *os_solaris_ata_s_cvsid;
#endif
......@@ -118,7 +118,7 @@ extern const char *daemon_win32_c_cvsid, *hostname_win32_c_cvsid, *syslog_win32_
extern const char *int64_vc6_c_cvsid;
#endif
#endif
const char *smartd_c_cvsid="$Id: smartd.c,v 1.333.2.2 2004/08/17 00:06:18 ballen4705 Exp $"
const char *smartd_c_cvsid="$Id: smartd.c,v 1.333.2.3 2004/08/17 18:09:34 ballen4705 Exp $"
ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID
#ifdef DAEMON_WIN32_H_CVSID
DAEMON_WIN32_H_CVSID
......@@ -1521,7 +1521,7 @@ static int SCSIDeviceScan(cfgfile *cfg, int scanning) {
UINT8 tBuf[64];
// should we try to register this as a SCSI device?
switch (con->controller_type) {
switch (cfg->controller_type) {
case CONTROLLER_SCSI:
case CONTROLLER_UNKNOWN:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment