<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sbin/camcontrol, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-11-20T11:45:08Z</updated>
<entry>
<title>camcontrol(8): Fix some warnings spotted by mandoc</title>
<updated>2020-11-20T11:45:08Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-11-20T11:45:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c17b2a79bd0fdbacd65ca03c5c82756baeff0d8f'/>
<id>urn:sha1:c17b2a79bd0fdbacd65ca03c5c82756baeff0d8f</id>
<content type='text'>
- skipping paragraph macro: Pp before Bl
</content>
</entry>
<entry>
<title>Add help messages for camcontrol(8) MMCCAM functionality</title>
<updated>2020-10-30T18:55:08Z</updated>
<author>
<name>Ilya Bakulin</name>
<email>kibab@FreeBSD.org</email>
</author>
<published>2020-10-30T18:55:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3f3878075ecb12ca1e81fdc3f1324938b773ba13'/>
<id>urn:sha1:3f3878075ecb12ca1e81fdc3f1324938b773ba13</id>
<content type='text'>
This adds the help messages for camcontrol(8) in-binary help.
Man page will follow in the separate change.

Reviewed by:	bz
Approved by:	imp (mentor)
Differential Revision:	https://reviews.freebsd.org/D25963
</content>
</entry>
<entry>
<title>camcontrol(8): Bugfixes for some issues reported by mandoc</title>
<updated>2020-10-03T18:40:02Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-10-03T18:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6444039275ccb2282fee7fca76fa955abb1ae5cc'/>
<id>urn:sha1:6444039275ccb2282fee7fca76fa955abb1ae5cc</id>
<content type='text'>
- new sentence, new line

MFC after:	1 week
</content>
</entry>
<entry>
<title>Make it possible to get/set MMC frequency from camcontrol</title>
<updated>2020-07-24T21:14:59Z</updated>
<author>
<name>Ilya Bakulin</name>
<email>kibab@FreeBSD.org</email>
</author>
<published>2020-07-24T21:14:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=badc50c2707ce2569ccdd55135982a5d293ce201'/>
<id>urn:sha1:badc50c2707ce2569ccdd55135982a5d293ce201</id>
<content type='text'>
Enhance camcontrol(8) so that it's possible to manually set frequency for SD/MMC cards.
While here, display more information about the current controller, such as
supported operating modes and VCCQ voltages, as well as current VCCQ voltage.

Reviewed by:	manu
Approved by:	imp (mentor)
Differential Revision:	https://reviews.freebsd.org/D25795
</content>
</entry>
<entry>
<title>Declare packed struct ata_params as 2-byte-aligned</title>
<updated>2019-12-21T02:44:00Z</updated>
<author>
<name>Ryan Libby</name>
<email>rlibby@FreeBSD.org</email>
</author>
<published>2019-12-21T02:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=36947e1f4deacec2a88bba226e9b46efebe8655e'/>
<id>urn:sha1:36947e1f4deacec2a88bba226e9b46efebe8655e</id>
<content type='text'>
This avoids gcc9 warning about unaligned access to the structure when
casting to uint16_t pointer type.

Submitted by:	imp
Reviewed by:	imp
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D22888
</content>
</entry>
<entry>
<title>Properly detect ATA sanitize errors.</title>
<updated>2019-12-15T23:28:53Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-12-15T23:28:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5233eb9dc6138280c6a9135c64385c5b5d7420b1'/>
<id>urn:sha1:5233eb9dc6138280c6a9135c64385c5b5d7420b1</id>
<content type='text'>
It seems I read specifications not careful enough.  There are devices not
setting successful completion bit, causing previous code report false error.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix off-by-one error in HPA/AMA maximum reporting.</title>
<updated>2019-11-22T15:41:47Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-11-22T15:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f97cf1a168d012b8642f6296a824c687e4b3bfb2'/>
<id>urn:sha1:f97cf1a168d012b8642f6296a824c687e4b3bfb2</id>
<content type='text'>
Before my refactoring the code reported value as maximum number of sectors,
adding one to the maximum sector number returned by respective command.
While this difference is somewhat confusing, restore previous behavior.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove Tagged Command Queuing feature reporting.</title>
<updated>2019-09-12T17:42:37Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-09-12T17:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=34454e9a6ec139966f558833e30d48e140c2f225'/>
<id>urn:sha1:34454e9a6ec139966f558833e30d48e140c2f225</id>
<content type='text'>
I never saw those devices myself, FreeBSD never supported them, and it is
officially obsolete since ACS-2 specification.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Report Trusted Computing feature set support.</title>
<updated>2019-09-12T17:20:51Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-09-12T17:20:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=43e22acce29dc1c2cac2100d287e205b3f630d57'/>
<id>urn:sha1:43e22acce29dc1c2cac2100d287e205b3f630d57</id>
<content type='text'>
It practically means the device is SED.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove struct ata_res_pass16, unneeded after r352082.</title>
<updated>2019-09-10T23:51:46Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-09-10T23:51:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5b7145c6d4462ce59926ba61224f7b7caa3c4261'/>
<id>urn:sha1:5b7145c6d4462ce59926ba61224f7b7caa3c4261</id>
<content type='text'>
MFC after:	4 days
</content>
</entry>
</feed>
