index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
atacontrol
/
atacontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all legacy ATA code parts, not used since options ATA_CAM enabled in
mav
2013-04-04
1
-644
/
+0
*
Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernel
rodrigc
2011-10-09
1
-0
/
+5
*
Re-encode files from ISO-8859-1 to UTF-8
uqs
2011-05-22
1
-1
/
+1
*
Improve output for controllers that doesn't report SATA speed.
mav
2010-02-22
1
-0
/
+1
*
MFp4:
mav
2009-12-06
1
-6
/
+17
*
Drop USB mass storage devices support from ata(4). It is out of the build as
mav
2009-11-26
1
-6
/
+0
*
Add some missing WDMA/UDMA modes.
mav
2009-11-22
1
-0
/
+11
*
Bring SATA revision reporting into conformance with SATA-IO guidelines.
mav
2009-02-23
1
-6
/
+6
*
Add SATA and USB modes for completeness. USB modes principally can't be set,
mav
2009-02-22
1
-0
/
+5
*
Display an error message when the requested mode is not known. So the user can
rdivacky
2009-02-19
1
-0
/
+2
*
Make atacontrol(8) rebuild work when /usr is not mounted or from /rescue
antoine
2008-08-06
1
-6
/
+25
*
Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate
phk
2008-05-15
1
-3
/
+5
*
Add a "spindown" facility to ata-disks: If no requests have been received
phk
2008-03-17
1
-0
/
+27
*
Un-cut&paste argument processing, fix things lint found.
phk
2008-03-16
1
-104
/
+67
*
Recognize CFA devices using either identification method.
phk
2007-12-16
1
-4
/
+4
*
Report CFA extension, CFA -> (Compact) Flash Association
phk
2007-12-16
1
-0
/
+4
*
Expand the data structure returned by the ATA RAID status ioctl to include
jhb
2007-08-13
1
-19
/
+31
*
Add new modes.
sos
2006-03-15
1
-0
/
+4
*
Remove accidental debug leftovers.
sos
2006-01-30
1
-1
/
+0
*
Update copyright header to match rest of ATA.
sos
2006-01-23
1
-3
/
+1
*
Properly print the SATA protocal version.
sos
2006-01-18
1
-4
/
+9
*
o Correct usage(): delete command takes as argument array not channel.
maxim
2005-12-14
1
-1
/
+1
*
Fix status to report status from the given array.
sos
2005-08-05
1
-3
/
+8
*
Open devices RDONLY for ioctls. That makes it work on open devices to which
sos
2005-06-06
1
-2
/
+2
*
Print the rigth argv string on error (too much c&p)..
sos
2005-05-20
1
-4
/
+4
*
Change the way ioctls are issue to ATA.
sos
2005-05-16
1
-183
/
+217
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-14
/
+34
*
Distinguish between TCQ and NCQ type of tagged queing.
sos
2004-09-15
1
-9
/
+11
*
Whitespace cleanup.
des
2004-05-20
1
-22
/
+22
*
Add printing of relevant SATA info where approbiate.
sos
2004-03-15
1
-9
/
+31
*
Cosmetics
sos
2004-01-21
1
-1
/
+1
*
Make sure argv[x] exists before using it.
johan
2003-11-05
1
-9
/
+15
*
Make this WARNS=6 clean by:
johan
2003-11-05
1
-4
/
+13
*
Adjust to the new sys/ata.h layout
sos
2003-08-24
1
-29
/
+35
*
DOnt allow getting caps from other than master and slave device :)
sos
2003-05-05
1
-0
/
+3
*
Added more descriptive error outputs.
sos
2003-05-04
1
-13
/
+39
*
On getting status print the stripesize on RAID0's.
sos
2003-05-04
1
-2
/
+4
*
Add "addspare" functionality.
sos
2003-05-02
1
-3
/
+15
*
Make this WARNS=2 clean by using %j and (uintmax_t).
johan
2003-04-22
1
-1
/
+2
*
- Add a new ioctl to get the maximum number of ATA channels.
mux
2003-03-22
1
-4
/
+7
*
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
mike
2002-09-16
1
-4
/
+6
*
Use the proper fields for security.
sos
2002-09-12
1
-2
/
+2
*
Also print the serial # on atacontrol cap ....
sos
2002-07-31
1
-0
/
+1
*
Sync with the new endianness in ata.h
sos
2002-04-05
1
-7
/
+19
*
Be able to print ATA133 mode.
sos
2002-04-05
1
-1
/
+1
*
Add get-status to the ATA RAID subsystem.
sos
2002-04-02
1
-11
/
+56
*
Add support for getting status (fan, temp, 5V and 12V levels) from
sos
2002-03-30
1
-0
/
+11
*
Add support for creating/deleting ATA RAID's
sos
2002-03-27
1
-79
/
+128
*
Check the <channel> arg a bit more.
sos
2002-03-10
1
-2
/
+7
*
Update headers
sos
2002-03-04
1
-1
/
+1
[next]