<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in GENERIC</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>886164895f3f4805dc11171ac7980acaccf6ec77 - amd64: complete thunderbolt KERNCONF integration</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#886164895f3f4805dc11171ac7980acaccf6ec77</link>
        <description>amd64: complete thunderbolt KERNCONF integrationThis completes the work so the driver can be integrated into KERNCONFsproperly on amd64.MFC after: 1 monthDifferential Revision:	https://reviews.freebsd.org/D55573

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Wed, 03 Jun 2026 08:02:01 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14b8531c4ccb836d755ce8a4f1b384164b5d9d94 - padlock: Restore padlock_rng to the amd64 build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#14b8531c4ccb836d755ce8a4f1b384164b5d9d94</link>
        <description>padlock: Restore padlock_rng to the amd64 buildRevert 88a53301e19 and d1ca01059d5 .  They removed padlock_rng from theamd64 build under the mistaken belief that this device was available on32-bit processors only.  But it&apos;s also available on the 64-bit Via Nano,Nano X2, and some Zhaoxin CPUs.PR:		295517Fixes:		88a53301e19 (&quot;padlock.4: only install on i386&quot;)Fixes:		d1ca01059d5 (&quot;padlock(4)/nehemiah: move i386-only entropy&quot;)MFC after:	1 weekReviewed by:	kibDifferential Revision: https://reviews.freebsd.org/D57215

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sun, 24 May 2026 02:19:13 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfec995c87f39e59c80554b85625b4aaa8ddf8db - ixgbe: add MDIO bus support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#cfec995c87f39e59c80554b85625b4aaa8ddf8db</link>
        <description>ixgbe: add MDIO bus supportThis works enough to let me see the marvell switch on the MDIO bus.It uses clause 22, which ixgbe&apos;s existing MDIO code doesn&apos;t currentlysupport, so it&apos;s implemented in a new source file.Since mdio(4) is now required, add it where appropriate to GENERIC kernels.Reviewed by:	kbowlingDifferential Revision:	https://reviews.freebsd.org/D50128

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Fri, 17 Apr 2026 19:11:42 +0200</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>254b23eb1f540844cf2a90f2781ae4231c5701ce - routing: Retire ROUTE_MPATH compile option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#254b23eb1f540844cf2a90f2781ae4231c5701ce</link>
        <description>routing: Retire ROUTE_MPATH compile optionThe ROUTE_MPATH compile option was introduced totest the new multipath implementation.Since compiling it has no overhead and it&apos;s enabledby default, remove it.Reviewed by:	melifaro, markjRelnotes:	yesDifferential Revision: https://reviews.freebsd.org/D55884

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Fri, 27 Mar 2026 12:20:05 +0100</pubDate>
        <dc:creator>Pouria Mousavizadeh Tehrani &lt;pouria@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>092687a031064dc08ac198648c6393cc50b06cee - kernel: Be clearer about what ZSTDIO is for</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#092687a031064dc08ac198648c6393cc50b06cee</link>
        <description>kernel: Be clearer about what ZSTDIO is forZSTDIO is not just for core dumps, and it is now required by ZFS, somove it (and GZIO, which is still just for dumps) to a new &#8220;Compressionsupport&#8221; section in GENERIC, and add them both to MINIMAL.MFC after:	1 weekReviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D55940

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sat, 21 Mar 2026 08:21:24 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a323f873662dae95a061d1eaf8b1d9d1a0f8a23 - sys: Retire le(4)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#7a323f873662dae95a061d1eaf8b1d9d1a0f8a23</link>
        <description>sys: Retire le(4)We retired most obsolete 10 and 10/100 Ethernet NIC drivers in 2019 --see commits following ebcf740a32ae (&quot;FCP-101: remove obsolete 10 and10/100 Ethernet drivers.).le(4) was retained with with the note &quot;Emulated by QEMU, alternativesdon&apos;t yet work for mips64.&quot;  MIPS has since been removed from the treeand emulators and virtual machines offer many other, more suitabledevices.Reviewed by:	brooksRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D55516

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Fri, 24 Oct 2025 19:26:03 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1322760fd1274930cbb61048d9a6ba3bc1782b2a - sys: enable both SCHED_ULE and SCHED_4BSD for some configs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#1322760fd1274930cbb61048d9a6ba3bc1782b2a</link>
        <description>sys: enable both SCHED_ULE and SCHED_4BSD for some configsGlobally enable both schedulers for LINT.Enable both schedulers for GENERIC on amd64.Reviewed by:	olceTested by:	phoSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D54831

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Fri, 23 Jan 2026 17:15:09 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c75eff16ef54aaae7b5dc52ed894cc73a855f469 - aq: Add to amd64 GENERIC and to sys/conf/NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#c75eff16ef54aaae7b5dc52ed894cc73a855f469</link>
        <description>aq: Add to amd64 GENERIC and to sys/conf/NOTESReviewed by:	adrianDifferential Revision:	https://reviews.freebsd.org/D54633

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sat, 17 Jan 2026 04:23:19 +0100</pubDate>
        <dc:creator>Brad Smith &lt;brad@comstyle.com&gt;</dc:creator>
    </item>
<item>
        <title>e28529ca4d34084452ca9acf63aa40279787239a - rge: Add to amd64 GENERIC and to sys/conf/NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#e28529ca4d34084452ca9acf63aa40279787239a</link>
        <description>rge: Add to amd64 GENERIC and to sys/conf/NOTESReviewed by:	adrianDifferential Revision:	https://reviews.freebsd.org/D54609

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sat, 10 Jan 2026 04:57:17 +0100</pubDate>
        <dc:creator>Brad Smith &lt;brad@comstyle.com&gt;</dc:creator>
    </item>
<item>
        <title>16f8ea6a81b59a82d8c27c6b3aa380617485bfd2 - amd64: Remove tpm(4) from GENERIC for now</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#16f8ea6a81b59a82d8c27c6b3aa380617485bfd2</link>
        <description>amd64: Remove tpm(4) from GENERIC for nowIt breaks suspend/resume and no one has had time to investigate and fixit.PR:		291067Reviewed by:	emasteFixes:		3deb21f1afd5 (&quot;random: TPM_HARVEST should have been named RANDOM_ENABLE_TPM&quot;)Differential Revision:	https://reviews.freebsd.org/D54587

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Thu, 08 Jan 2026 15:54:15 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8cbe0dd5097fbcbfbfbba50b016ec48352892ca7 - sys: RealTek -&gt; Realtek</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#8cbe0dd5097fbcbfbfbba50b016ec48352892ca7</link>
        <description>sys: RealTek -&gt; RealtekRealtek changed how it styled its name 25 or so years ago, but the oldstyle persisted in many places. These products use the new styling intheir datasheets.Signed-off-by: ykla yklaxds@gmail.comSponsored by: Chinese FreeBSD CommunityReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1901

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Wed, 26 Nov 2025 10:02:25 +0100</pubDate>
        <dc:creator>ykla &lt;yklaxds@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d6f10a5d013fdcc92847644ffbaf65cbf491bb39 - random: allow disabling of entropy harvesting from keyboard &amp; mice</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#d6f10a5d013fdcc92847644ffbaf65cbf491bb39</link>
        <description>random: allow disabling of entropy harvesting from keyboard &amp; miceReviewed by:	jmgSponsored by:	Juniper NetworksDifferential Revision:	https://reviews.freebsd.org/D53390

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Tue, 28 Oct 2025 03:57:21 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3deb21f1afd5c4abfd9cb93ca120097a841536c5 - random: TPM_HARVEST should have been named RANDOM_ENABLE_TPM</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#3deb21f1afd5c4abfd9cb93ca120097a841536c5</link>
        <description>random: TPM_HARVEST should have been named RANDOM_ENABLE_TPM* Enable RANDOM_ENABLE_TPM by default* The commit of TPM_HARVEST failed to add it to NOTES  so that the LINT kernel would build the code.Fixes: 4ee7d3b0118c82e651712bb65da53d08e78cd7b1Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D53460

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Tue, 28 Oct 2025 04:53:43 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1ca01059d5d756a4aef09d955e98aa59a284344 - padlock(4)/nehemiah: move i386-only entropy source to MD files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#d1ca01059d5d756a4aef09d955e98aa59a284344</link>
        <description>padlock(4)/nehemiah: move i386-only entropy source to MD filesReviewed by: khngDifferential Revision:	https://reviews.freebsd.org/D53309

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Fri, 24 Oct 2025 00:27:06 +0200</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e43fbf27976df17991d32c72c41e43fda66fb262 - u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#e43fbf27976df17991d32c72c41e43fda66fb262</link>
        <description>u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionThis makes non-GENERIC kernel configs easier to maintain.Requested by:	glebiusMFC after:	2 days

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Thu, 25 Sep 2025 09:54:19 +0200</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1eff1d745a1193c199f735733e376161c69b12c - sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order &apos;wlan_tkip&apos;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#c1eff1d745a1193c199f735733e376161c69b12c</link>
        <description>sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order &apos;wlan_tkip&apos;Fix the comment introducing the &apos;wlan_*&apos; devices (AES-CCMP is missing)after introducing AES-GCMP.While here, re-order the devices in order of appearance of the relatedtechnologies.No functional change (intended).Reviewed by:    adrian, emasteFixes:          7bf82ea4fdda (&quot;sys: add wlan_gcmp to GENERIC kernels as appropriate&quot;)MFC after:      3 daysMFC to:         stable/15Sponsored by:   The FreeBSD FoundationDifferential Revision:  https://reviews.freebsd.org/D52444

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Tue, 09 Sep 2025 14:03:59 +0200</pubDate>
        <dc:creator>Olivier Certner &lt;olce@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92255335d9451bd425074fab4447799113daf676 - sys: Rename BLOAT_KERNEL_WITH_EXTERR to EXTERR_STRINGS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#92255335d9451bd425074fab4447799113daf676</link>
        <description>sys: Rename BLOAT_KERNEL_WITH_EXTERR to EXTERR_STRINGSThere&apos;s no need for an implied value judgement.Suggested by:	jhbReviewed by:	kib, jhbSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52351

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Tue, 02 Sep 2025 22:58:29 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a04e0a6c703db9d2d9e6a0ef2b000644143b705 - u2f(4): a HID driver for FIDO/U2F security keys</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#4a04e0a6c703db9d2d9e6a0ef2b000644143b705</link>
        <description>u2f(4): a HID driver for FIDO/U2F security keysWhile FIDO/U2F keys were already supported by the generic uhid(4) andhidraw(4) drivers, this driver adds some additional features an doessteps to tighten the security of FIDO/U2F access.- It automatically loads through devd.- Automatically enables HQ_NO_READAHEAD for FIDO/U2F devices.- Implements only miminum set of features.- Do not requires external devfs configuration to set character device  permissions.- Names character device as u2f/# to make possible capsicum or any  other pledge()-style sandboxing.PR:		265528Differential Revision:	https://reviews.freebsd.org/D51612

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sun, 17 Aug 2025 23:00:45 +0200</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f94fb8d6a76c7aab76ef716eff757b5710de456 - amd64 GENERIC: Add ufshci</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#3f94fb8d6a76c7aab76ef716eff757b5710de456</link>
        <description>amd64 GENERIC: Add ufshciSponsored by:           Samsung ElectronicsReviewed by:		impDifferential Revision:	https://reviews.freebsd.org/D51507

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sat, 16 Aug 2025 19:40:36 +0200</pubDate>
        <dc:creator>Jaeyoon Choi &lt;j_yoon.choi@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>970a71e1ef9a9792059c7c824a0106abb4fddcec - Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/amd64/conf/GENERIC#970a71e1ef9a9792059c7c824a0106abb4fddcec</link>
        <description>Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERRGuessed by:	alcSponsored by:	The FreeBSD FoundationMFC after:	1 week

            List of files:
            /freebsd/sys/amd64/conf/GENERIC</description>
        <pubDate>Sun, 01 Jun 2025 00:06:46 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
