| 1 | $Id$ |
|---|
| 2 | |
|---|
| 3 | 2012-10-25 Christian Franke <franke@computer.org> |
|---|
| 4 | |
|---|
| 5 | atacmds.cpp: Return error for get SCT ERC if ATA registers are |
|---|
| 6 | unchanged after SMART_WRITE_LOG command (see ticket #245). |
|---|
| 7 | |
|---|
| 8 | 2012-10-24 Christian Franke <franke@computer.org> |
|---|
| 9 | |
|---|
| 10 | dev_areca.cpp: Add missing parameter check to ata_pass_through(). |
|---|
| 11 | Update Areca info on man pages. |
|---|
| 12 | |
|---|
| 13 | 2012-10-24 Christian Franke <franke@computer.org> |
|---|
| 14 | |
|---|
| 15 | dev_interface: Rework ATA parameter checks, use new flags |
|---|
| 16 | ata_device::supports_* for new ata_cmd_is_supported(). |
|---|
| 17 | Replace ata_cmd_is_ok() by ata_cmd_is_supported() in scsiata.cpp |
|---|
| 18 | and os_win32.cpp. |
|---|
| 19 | |
|---|
| 20 | 2012-10-19 Alex Samorukov <samm@os2.kiev.ua> |
|---|
| 21 | |
|---|
| 22 | os_freebsd.cpp - fixed 3ware twe controller support broken |
|---|
| 23 | by inerface migration. |
|---|
| 24 | |
|---|
| 25 | 2012-10-18 Christian Franke <franke@computer.org> |
|---|
| 26 | |
|---|
| 27 | utility.cpp: Add missing errno clear in split_selective_arg() |
|---|
| 28 | (Debian bug 690108). |
|---|
| 29 | Remove unused function split_report_arg2(). |
|---|
| 30 | |
|---|
| 31 | 2012-10-18 Christian Franke <franke@computer.org> |
|---|
| 32 | |
|---|
| 33 | os_win32.cpp: define _WIN32. This fixes build on |
|---|
| 34 | Cygwin with new w32api-headers. |
|---|
| 35 | |
|---|
| 36 | 2012-10-18 Alex Samorukov <samm@os2.kiev.ua> |
|---|
| 37 | |
|---|
| 38 | Compile fixes for Areca patch on FreeBSD. |
|---|
| 39 | Added support for the /dev/twsX (3ware 9750) controller on FreeBSD. |
|---|
| 40 | Manual pages updated with /dev/twsX device |
|---|
| 41 | FreeBSD: Migrate 3ware interface to ata_pass_through() |
|---|
| 42 | FreeBSD: fix missing drives detection on -d 3ware |
|---|
| 43 | FreeBSD: 3ware - do not pass buffers direcly, use memcpy() instead |
|---|
| 44 | FreeBSD: improved detection of 3ware/LSI controllers |
|---|
| 45 | |
|---|
| 46 | 2012-10-16 Christian Franke <franke@computer.org> |
|---|
| 47 | |
|---|
| 48 | Compile fixes for Areca patch: |
|---|
| 49 | Add missing includes. Add GPL header. |
|---|
| 50 | Add dev_areca.* to configure.in and Makefile.am. |
|---|
| 51 | |
|---|
| 52 | 2012-10-16 Hank Wu <hank@areca.com.tw> |
|---|
| 53 | |
|---|
| 54 | Move common Areca code from os_freebsd.cpp, os_linux.cpp, os_win32.cpp |
|---|
| 55 | to new files dev_areca.h, dev_areca.cpp. |
|---|
| 56 | Add SAS support for FreeBSD and Linux. |
|---|
| 57 | |
|---|
| 58 | 2012-10-10 Christian Franke <franke@computer.org> |
|---|
| 59 | |
|---|
| 60 | Rename old CHANGELOG to ChangeLog-5.0-6.0. |
|---|
| 61 | Start new ChangeLog. |
|---|
| 62 | |
|---|
| 63 | 2012-10-10 Christian Franke <franke@computer.org> |
|---|
| 64 | |
|---|
| 65 | smartmontools 6.0 |
|---|