Custom Query (1376 matches)
Results (211 - 213 of 1376)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2 | fixed | os_freebsd.cpp - added USB detection and converted to the new interface | ||
Description |
This is the patch agains current SVN. What was done: 1) Added USB type autodection using CAM layer and USB bus FreeBSD interface. Tested on FreeBSD 7. 2) Converted old style interface to the new, tested with ATA and SCSI devices, should work for other types also |
|||
#4 | fixed | ciss devices fail with os_freebsd.cpp from svn | ||
Description |
smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_00] failed: smartctl 5.39 2009-09-01 r2881 [FreeBSD 7.2-RELEASE-p3 amd64] (local build) Copyright (C) 2002-9 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl open device: /dev/ciss0 [cciss_disk_04] failed: # smartctl -a -d cciss,0 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Device: HITACHI HUS153030VLS300 Version: A210 Serial number: J8V21N1A Device type: disk Transport protocol: SAS Local Time is: Wed Sep 2 13:12:27 2009 EEST Device supports SMART and is Enabled Temperature Warning Enabled SMART Health Status: OK Current Drive Temperature: 34 C Drive Trip Temperature: 85 C Manufactured in week 40 of year 2007 Recommended maximum start stop count: 50000 times Current start stop count: 20 times Elements in grown defect list: 0 Vendor (Seagate) cache information
Error counter log:
Gigabytes Total
processed uncorrected
bytes] errors read: 0 172 0 172 1302 602.700 0 write: 0 8447 0 8447 8577 64.274 0 verify: 0 7350 0 7350 7807 0.000 0 Non-medium error count: 0 No self-tests have been logged Long (extended) Self Test duration: 13019 seconds [217.0 minutes] # smartctl -a -d cciss,4 /dev/ciss0 smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ Standard Inquiry (36 bytes) failed [Device not configured] Retrying with a 64 byte Standard Inquiry Standard Inquiry (64 bytes) failed [Device not configured] A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. |
|||
#5 | fixed | build fail on freebsd 8 | ||
Description |
There are major changes on freebsd 8.0 USB stack, need to investigate the reason. os_freebsd.cpp: In function 'int os_freebsd::do_scsi_cmnd_io(int, scsi_cmnd_io*, int)':M os_freebsd.cpp:1424: warning: unused variable 'fdchan'M os_freebsd.cpp: In function 'int os_freebsd::usbdevinfo(int, int, int, int, short unsigned int&, short unsigned int&, short unsigned int&)':M os_freebsd.cpp:2028: error: aggregate 'os_freebsd::usb_device_info di' has incomplete type and cannot be definedM os_freebsd.cpp:2035: error: 'USB_DEVICEINFO' was not declared in this scopeM os_freebsd.cpp:2044: error: 'USB_MAX_DEVNAMES' was not declared in this scopeM * Error code 1M |