#
ffead710 |
| 06-Sep-2013 |
Bryan Venteicher <bryanv@FreeBSD.org> |
Add camcontrol support for the SCSI sanitize command
Reviewed by: ken, mjacob (eariler version) Sponsored by: Netapp
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
452025cf |
| 25-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: remove superfluous paragraph macro.
|
#
9e68761c |
| 25-Apr-2013 |
Steven Hartland <smh@FreeBSD.org> |
Adds Host Protected Area (HPA) support for ATA disks to camcontrol
Reviewed by: mav Approved by: pjd (mentor) MFC after: 2 weeks
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
b1edef17 |
| 11-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
Remove contractions.
|
#
e36a4a7e |
| 06-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: new sentence should be on a new line. Also remove EOL whitespace while here.
|
#
791a7de9 |
| 05-Apr-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: remove superfluous paragraph macro.
|
#
1146874a |
| 05-Apr-2013 |
Steven Hartland <smh@FreeBSD.org> |
Adds security options to camcontrol this includes the ability to secure erase disks such as SSD's
Adds the ability to run ATA commands via the SCSI ATA Pass-Through(16) comand
Reviewed by: mav Appr
Adds security options to camcontrol this includes the ability to secure erase disks such as SSD's
Adds the ability to run ATA commands via the SCSI ATA Pass-Through(16) comand
Reviewed by: mav Approved by: pjd (mentor) MFC after: 2 weeks
show more ...
|
Revision tags: release/9.1.0 |
|
#
23090366 |
| 04-Nov-2012 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Sync from head
|
#
de720122 |
| 15-Jul-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r236710 through r238467.
|
#
6cf87ec8 |
| 13-Jul-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @238412.
|
#
b652778e |
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
#
7027b9cd |
| 22-Jun-2012 |
Kenneth D. Merry <ken@FreeBSD.org> |
Change 'camcontrol defects' to first probe a drive to find out how much defect information it has before grabbing the full defect list.
This works around a bug with some Hitachi drives that generate
Change 'camcontrol defects' to first probe a drive to find out how much defect information it has before grabbing the full defect list.
This works around a bug with some Hitachi drives that generate data overrun errors when they are asked for more defect data than they have.
The change is done in a spec-compliant way, so it should have no negative impact on drives that don't have this issue.
This is based on work originally done at Sandvine.
scsi_da.h: Add a define for the maximum amount of data that can be contained in a defect list.
camcontrol.c: Update the readdefects() function to issue an initial command to determine the length of the defect list, and then use that length in the request for the full defect list.
camcontrol.8: Add a note that some drives will report 0 defects available if you don't request either the PLIST or GLIST.
Submitted by: Mark Johnston <markjdb@gmail.com> (original version) MFC after: 3 days
show more ...
|
#
faa4a9b7 |
| 07-Jun-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r236710.
|
#
19769ec2 |
| 05-Jun-2012 |
Joel Dahl <joel@FreeBSD.org> |
Minor spelling fixes.
|
#
9f4d4e5e |
| 04-Jun-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r236557.
|
#
fbfb753f |
| 04-Jun-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE added at r208911.
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
8833b15f |
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
#
50d675f7 |
| 29-Mar-2012 |
Eitan Adler <eadler@FreeBSD.org> |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
|