<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devd, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2021-07-21T16:16:33Z</updated>
<entry>
<title>devd: remove pccard entries</title>
<updated>2021-07-21T16:16:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2021-07-15T22:17:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0822dee1dfbe2fd1ceee64d6f7932a3be7d3ae7'/>
<id>urn:sha1:d0822dee1dfbe2fd1ceee64d6f7932a3be7d3ae7</id>
<content type='text'>
The pccard entries are now obsolete, remove them.

Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D31184

(cherry picked from commit a53541355645080cb6d94466f5363db0941da4fa)
</content>
</entry>
<entry>
<title>MFC r368800: devd.conf(5): Fix a mandoc related issue</title>
<updated>2020-12-27T15:22:01Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-12-19T11:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59bacfdb5dd3a84db9181b5e13261a9aebafa566'/>
<id>urn:sha1:59bacfdb5dd3a84db9181b5e13261a9aebafa566</id>
<content type='text'>
- sections out of conventional order: Sh SEE ALSO

(cherry picked from commit 226f43e757ff7a0f945f9deb0fb1481a752274bc)
</content>
</entry>
<entry>
<title>MFC r366408, r366410, r366405</title>
<updated>2020-10-10T09:50:09Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-10-10T09:50:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=35cd9e4512dd78d29d5c90c1852e540411f1aedf'/>
<id>urn:sha1:35cd9e4512dd78d29d5c90c1852e540411f1aedf</id>
<content type='text'>
fsdb(8): Fix an issue reported by mandoc
mdmfs(8): Fix an issue reported by mandoc
devd.conf(5): Bugfix for an issue reported by mandoc

- whitespace at end of input line
</content>
</entry>
<entry>
<title>MFC r365016 | imp | 2020-08-31 17:48:23 -0600 (Mon, 31 Aug 2020) | 2 lines</title>
<updated>2020-09-09T23:06:35Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-09T23:06:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ecb30ef19bd101fdc2b1772699aad03de4d72aa2'/>
<id>urn:sha1:ecb30ef19bd101fdc2b1772699aad03de4d72aa2</id>
<content type='text'>
Add documentation for ETHERNET events.
</content>
</entry>
<entry>
<title>MFC r364725, r364726</title>
<updated>2020-09-09T22:59:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-09T22:59:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=31e54295775086221129c3de2874c63763a78d44'/>
<id>urn:sha1:31e54295775086221129c3de2874c63763a78d44</id>
<content type='text'>
r364725 | imp | 2020-08-24 13:35:15 -0600 (Mon, 24 Aug 2020) | 9 lines

Change the resume notification event from 'kern' to 'kernel'

We have both a system of 'kern' and of 'kernel'. Prefer the latter and
convert this notification to use 'kernel' instead of 'kern'. As a
transition period, continue to also generate the 'kern' notification
until sometime after FreeBSD 13 is branched.

r364726 | imp | 2020-08-24 13:35:27 -0600 (Mon, 24 Aug 2020) | 4 lines

Document the kern -&gt; kernel name change for resume events.

Relnotes:	YES
</content>
</entry>
<entry>
<title>MFC r364359, r364360, r364361, r364362, r364364, r364370</title>
<updated>2020-09-09T22:49:43Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-09T22:49:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f85ce2335ef84063cd64f0ef545c39d04181ea63'/>
<id>urn:sha1:f85ce2335ef84063cd64f0ef545c39d04181ea63</id>
<content type='text'>
r364359 | imp | 2020-08-18 15:26:39 -0600 (Tue, 18 Aug 2020) | 9 lines

Move the possible event types into a column table to make it easier to read.

Sort system type alphabetically.
Remove some commas that aren't in the devd notification messages.

MFC After: 3 days
Reviewed by: 0mp (earlier versions), jhb (useful feedback on earlier versions)
Differential Revision: https://reviews.freebsd.org/D26105

r364360 | imp | 2020-08-18 15:26:45 -0600 (Tue, 18 Aug 2020) | 4 lines

GEOM::rotation_rate changes are also signaled via devctl.

MFC After: 3 days

r364361 | imp | 2020-08-18 15:26:50 -0600 (Tue, 18 Aug 2020) | 8 lines

Document the PMU system

The pmu(4) and adb(4) drivers on powerpc generate PMU events. Document them.

The allwinner power modules also generate these events. Document those as well.

MFC After: 3 days

r364362 | imp | 2020-08-18 15:26:54 -0600 (Tue, 18 Aug 2020) | 4 lines

Document the AEON subsystem for the Amiga's power button.

MFC After: 3 days

r364364 | imp | 2020-08-18 15:42:02 -0600 (Tue, 18 Aug 2020) | 5 lines

Fix two typos.

Submitted by: rpokala@
MFC After: 3 days

r364370 | imp | 2020-08-18 20:18:11 -0600 (Tue, 18 Aug 2020) | 8 lines

Three typos:
Amiga is a proper noun
Condition is traditionally spelled starting with 'c'
Some, but not all, of the over/under-voltage instances were hyphenated.
Since they are all adverb phrases, they all need to be hyphenated.

Pointy hat: imp
</content>
</entry>
<entry>
<title>MFC r364335,r364336,r364337,r364351</title>
<updated>2020-09-09T22:45:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-09T22:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e38a9372939fe304ec5ec33366bb2a293f0ba695'/>
<id>urn:sha1:e38a9372939fe304ec5ec33366bb2a293f0ba695</id>
<content type='text'>
r364335 | imp | 2020-08-18 00:07:34 -0600 (Tue, 18 Aug 2020) | 6 lines

Modernize a bit.

Remove PC Card specific information. It's of little value these days and on
the way out after most of its drivers have been removed.
Use iwn instead of wi device.

r364336 | imp | 2020-08-18 00:18:18 -0600 (Tue, 18 Aug 2020) | 9 lines

Document that PC Card will likely be removed before 13.

This was discussed in arch@ a while ago. Most of the 16-bit drivers that it
relied on have been removed. There's only a few other drivers remaining that
support it, and those are very rare the days (even the once ubiquitious wi(1)
is now quite rare).

Indvidual drivers will be handled separately before pccard itself is removed.

r364337 | imp | 2020-08-18 00:34:56 -0600 (Tue, 18 Aug 2020) | 2 lines

Use better gone_in_dev rather than just gone_in to print the device name.

r364351 | imp | 2020-08-18 11:29:01 -0600 (Tue, 18 Aug 2020) | 4 lines

bt(4) has already been removed. Add a deprecation notice.

MFC After: 1 day
</content>
</entry>
<entry>
<title>MFC 363248:</title>
<updated>2020-07-31T10:55:23Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2020-07-31T10:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d48d66f9a640663cdef3d0de7b84a4db0be8feb'/>
<id>urn:sha1:2d48d66f9a640663cdef3d0de7b84a4db0be8feb</id>
<content type='text'>
Remove old devd rules for ActiveWire and Entrega Serial DB25

Those rules have been broken at least since 8-STABLE, when the port
providing the ezdownload binary was removed (misc/ezload).

Reviewed by:	kevans, imp
Differential Revision:	https://reviews.freebsd.org/D25686
</content>
</entry>
<entry>
<title>MFC r355884: Add missing "ereport." prefixes of ZFS events.</title>
<updated>2020-01-17T04:13:16Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2020-01-17T04:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c5c2f52263b4358e11bdb78540710019cab33aa'/>
<id>urn:sha1:3c5c2f52263b4358e11bdb78540710019cab33aa</id>
<content type='text'>
I was unable to find time when those were working.  I think they have been
Broken for at least 5 years or even longer.
</content>
</entry>
<entry>
<title>MFC r355718: Fix $() handling, broken since the beginning at r108014.</title>
<updated>2019-12-27T18:52:43Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-12-27T18:52:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba1755d072fc1edc8e5a2b4900f64eea509a5083'/>
<id>urn:sha1:ba1755d072fc1edc8e5a2b4900f64eea509a5083</id>
<content type='text'>
Due to off-by-one error in brackets counting it consumed the rest of the
string, preventing later variables expansions.
</content>
</entry>
</feed>
