<?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 NOTES</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>14b8531c4ccb836d755ce8a4f1b384164b5d9d94 - padlock: Restore padlock_rng to the amd64 build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#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/x86/conf/NOTES</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>72bb61bac72eabb2e9de16206a68cde523eb59ba - i386/amd64/NOTES: Add some missing devices</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#72bb61bac72eabb2e9de16206a68cde523eb59ba</link>
        <description>i386/amd64/NOTES: Add some missing devicesThe following devices to x86: ocs_fc aq vge twsAnd this to amd64: ufshciThese are in GENERIC, but not NOTES.Sponsored by:		Netflix

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Sat, 28 Mar 2026 05:42:18 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cdad55809ef59239c3bbdc841ed307db68bb3971 - acpi_system76: Support for acpi-controlled buttons on System76</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#cdad55809ef59239c3bbdc841ed307db68bb3971</link>
        <description>acpi_system76: Support for acpi-controlled buttons on System76Add acpi_system76 for handling acpi-controlled buttonson System76 Laptops.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D55694

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Fri, 06 Mar 2026 18:15:49 +0100</pubDate>
        <dc:creator>Pouria Mousavizadeh Tehrani &lt;pouria@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f2f5eba24aa53e180a4eb46b772410e5a782469 - asmc(4): pull 32-bit support for the driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#1f2f5eba24aa53e180a4eb46b772410e5a782469</link>
        <description>asmc(4): pull 32-bit support for the driverThe asmc(4) driver should work for 32-bit Intel-based Macs, in theory, ifthe model details were added to the detection list. That being said,32-bit Intel Macs were only released and available to the general publicfor 8 months [1], so the value in maintaining i386 support in the driver isreduced due to limited hardware access.Remove 32-bit support for the driver officially to make it clear its use isnot supported.This should fix building `NOTES.i386` by proxy as well.Relnotes:	yesMFC after:	2 weeksFixes:		f224591746b (&quot;Add ASMC_DEBUG make option&quot;)Fixes:		8342d9f7b5f (&quot;asmc(4): Stop building it on i386, as...&quot;)Differential Revision:	https://reviews.freebsd.org/D55544

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Mon, 05 Jan 2026 04:36:55 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c25620e57f01d8227f0d53c6b2134ab37a49fdf - sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#9c25620e57f01d8227f0d53c6b2134ab37a49fdf</link>
        <description>sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTESWe do not support EFI boot on i386.  Thus:1. Move (back) &apos;device vt_efifb&apos; from x86/NOTES to amd64/NOTES.2. Remove &apos;device vt_efifb&apos; from i386/MINIMAL.Reported by:    jhbFixes:          f224591746bd (&quot;Add ASMC_DEBUG make option&quot;)Fixes:          67599eef01f5 (&quot;sys/x86/NOTES: Add vt_efifb&quot;)Sponsored by:   The FreeBSD Foundation

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Mon, 12 Jan 2026 10:28:54 +0100</pubDate>
        <dc:creator>Olivier Certner &lt;olce@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67599eef01f5417715f673ec81fc1467917c7a10 - sys/x86/NOTES: Add vt_efifb</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#67599eef01f5417715f673ec81fc1467917c7a10</link>
        <description>sys/x86/NOTES: Add vt_efifbContrary to what is stated in commit f224591746bd (&quot;Add ASMC_DEBUG makeoption&quot;), the various NOTES files should list all available options.Since vt_efifb is supported also on i386, add it back to x86/NOTESinstead of amd64/NOTES.Fixes:          f224591746bd (&quot;Add ASMC_DEBUG make option&quot;)Sponsored by:   The FreeBSD Foundation

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Fri, 09 Jan 2026 17:23:59 +0100</pubDate>
        <dc:creator>Olivier Certner &lt;olce@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1039bbe185bbadea24207b600f4bea065a2dbee - NOTES: Add iwm and iwx</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#b1039bbe185bbadea24207b600f4bea065a2dbee</link>
        <description>NOTES: Add iwm and iwxReviewed by:	imp, jhbDifferential Revision:	https://reviews.freebsd.org/D53759

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Sat, 15 Nov 2025 04:18:51 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@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/x86/conf/NOTES#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/x86/conf/NOTES</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>daad0b6501359fefa0ee6065646508187e9dfbb0 - LINT: Remove DTrace support, but leave the commented out option</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#daad0b6501359fefa0ee6065646508187e9dfbb0</link>
        <description>LINT: Remove DTrace support, but leave the commented out optionFixes:		2f915345634e9e0f809f79581359190268908ba9Reported by:	John Baldwin &lt;jhb@FreeBSD.org&gt;Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Tue, 03 Dec 2024 16:58:26 +0100</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f915345634e9e0f809f79581359190268908ba9 - LINT: Remove DTrace support</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#2f915345634e9e0f809f79581359190268908ba9</link>
        <description>LINT: Remove DTrace supportEnsure we have at least one commonly built kernel config that does not includeDTrace.This is intended to help detect issues such as 45d108ee14 where a variable isonly used for static probe point, resulting in build failures when DTrace isdisabled.Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D47821

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Wed, 27 Nov 2024 17:57:08 +0100</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96f1dfc1be9cf5525152941d06f07c6889e60071 - acpi_sbl_wmi: add a driver to trigger SBL firmware updates</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#96f1dfc1be9cf5525152941d06f07c6889e60071</link>
        <description>acpi_sbl_wmi: add a driver to trigger SBL firmware updatesExpose a sysctl knob to inform the SBL bootloader that a firmware update isavailable and should be applied on the next reboot.See also:	https://slimbootloader.github.io/security/firmware-update.html#triggering-firmware-updateSponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)Differential Revision:	https://reviews.freebsd.org/D47035

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Tue, 08 Oct 2024 14:04:42 +0200</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ecaab0fb5da4cd7340c62b77bcb19efcfa1b69df - guestrpc module to handle VMware backdoor port GuestRPC functionality</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#ecaab0fb5da4cd7340c62b77bcb19efcfa1b69df</link>
        <description>guestrpc module to handle VMware backdoor port GuestRPC functionalityConvert existing FreeBSD vmware_hvcall function to take a channeland parameter arguments.Added vmware_guestrpc_cmd() to send GuestRPC commands to the VMwarehypervisor. The sbuf argument is used for both the command to sendand to store the data to return to the caller.The following KPIs can be used to get and set FreeBSD-specific guestinformation in key/value pairs: * vmware_guestrpc_set_guestinfo   - set a value into the guestinfo.fbsd.&lt;keyword&gt; key * vmware_guestrpc_get_guestinfo   - get the value stored in the guestinfo.fbsd.&lt;keyword&gt; keyAdd VMware devices to x86 NOTESReviewed by:	jhbObtained from:	Juniper Networks, Inc.Differential Revision:	https://reviews.freebsd.org/D44528

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Wed, 01 May 2024 21:45:45 +0200</pubDate>
        <dc:creator>Stephen J. Kiernan &lt;stevek@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f38677ba40b26b861e063e130117143c9342c5d - x86 NOTES: Move shared options from amd/i386 NOTES to x86 NOTES</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#1f38677ba40b26b861e063e130117143c9342c5d</link>
        <description>x86 NOTES: Move shared options from amd/i386 NOTES to x86 NOTESWhile here, reorder some of the entries using headers more alignedwith sys/conf/NOTES.  Also add a pointer from the amd64/i386 NOTESfiles to x86 NOTES.The &quot;extra&quot; ACPI device drivers were only present in i386 NOTESpreviously.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D44787

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Sun, 14 Apr 2024 04:12:07 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>611c6b233dc7c701a97269f2e6d0dbf61231de5d - Complete retire cp(4)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#611c6b233dc7c701a97269f2e6d0dbf61231de5d</link>
        <description>Complete retire cp(4)And fix the LINT build.Sponsored by:	The FreeBSD FoundationFixes:	895992bb66d214f34c76a2b9da1133d457b2dee1

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Wed, 14 Dec 2022 04:38:55 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6aae3517ed2500fb963ba0a4264b4756088dd0f4 - Retire synchronous PPP kernel driver sppp(4).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#6aae3517ed2500fb963ba0a4264b4756088dd0f4</link>
        <description>Retire synchronous PPP kernel driver sppp(4).The last two drivers that required sppp are cp(4) and ce(4).These devices are still produced and can be purchasedat Cronyx &lt;http://cronyx.ru/hardware/wan.html&gt;.Since Roman Kurakin &lt;rik@FreeBSD.org&gt; has quit them, they nolonger support FreeBSD officially.  Later they have droppedsupport for Linux drivers to.  As of mid-2020 they don&apos;t evenhave a developer to maintain their Windows driver.  However,their support verbally told me that they could provide aid toa FreeBSD developer with documentaion in case if there appearsa new customer for their devices.These drivers have a feature to not use sppp(4) and create aninterface, but instead expose the device as netgraph(4) node.Then, you can attach ng_ppp(4) with help of ports/net/mpd5 ontop of the node and get your synchronous PPP.  Alternativelyyou can attach ng_frame_relay(4) or ng_cisco(4) for HDLC.Actually, last time I used cp(4) back in 2004, using netgraph(4)instead of sppp(4) was already the right way to do.Thus, remove the sppp(4) related part of the drivers and enableby default the negraph(4) part.  Further maintenance of thesedrivers in the tree shouldn&apos;t be a big deal.While doing that, remove some cruft and enable cp(4) compilationon amd64.  The ce(4) for some unknown reason marks its internalDDK functions with __attribute__ fastcall, which most likely issafe to remove, but without hardware I&apos;m not going to do that, soce(4) remains i386-only.Reviewed by:		emaste, imp, donnerDifferential Revision:	https://reviews.freebsd.org/D32590See also:		https://reviews.freebsd.org/D23928

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Thu, 21 Oct 2021 06:08:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f9ba2bbe3ac6573cf10d0b29d43c5503909daef9 - Use envvar rather than nonstandard hint. lines</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#f9ba2bbe3ac6573cf10d0b29d43c5503909daef9</link>
        <description>Use envvar rather than nonstandard hint. linesThe NOTES files have a bunch of hint lines that are removed whengenerating LINT. However, we can achieve the same effect by prependingeach of the lines with &apos;envvar&apos; so the NOTES files become standardconfig(8) files. No functional changes as the sed script to generatethe LINT files filters these either way.Suggested by: kevans

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Wed, 23 Sep 2020 21:18:53 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1ab04fce5c060bb994d74e83fdf74c4c768190c - Floppy driver really only works on x86</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#c1ab04fce5c060bb994d74e83fdf74c4c768190c</link>
        <description>Floppy driver really only works on x86Move the floppy driver to the x86 specific notes file.Reviewed by: jhb, manu, jhibbits, emasteDifferential Revision: https://reviews.freebsd.org/D21208

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Tue, 13 Aug 2019 00:58:50 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99e1c5ab38aa0768d29406ea9da496d51ba4d2af - Move sc out of the global file</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#99e1c5ab38aa0768d29406ea9da496d51ba4d2af</link>
        <description>Move sc out of the global filex86 needs sc, as does sparc64. powerpc doesn&apos;t use it by default, but some oldpowermac notebooks do not work with vt yet for reasons unknonw. Even so, I&apos;veremoved it from powerpc LINT. It&apos;s not in daily use there, and the intent is to100% switch to vt now that it works for that platform to limit support burden.All the other architectures omit some or all of the screen savers from theirlint config. Move them to the x86 NOTES files and remove the exclusions. Thisreduces slightly the number of savers sparc64 compiles, but since they are inGENERIC, the overage is adequate and if someone reaelly wants to sort them outin sparc64 they can sweat the details and the testing.Reviewed by: jhb (earlier version), manu (earlier version), jhibbitsDifferential Revision: https://reviews.freebsd.org/D21233

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Tue, 13 Aug 2019 00:58:44 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0d89c934cb6ba82f4c442be29cf1d00979cae62e - Start to split out the really x86 specific NOTES from the global notes file.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/x86/conf/NOTES#0d89c934cb6ba82f4c442be29cf1d00979cae62e</link>
        <description>Start to split out the really x86 specific NOTES from the global notes file.Start with COMPAT_43, since it&apos;s really only relevant to x86.Reviewed by: jhb@Differential Revision: https://reviews.freebsd.org/D21203

            List of files:
            /freebsd/sys/x86/conf/NOTES</description>
        <pubDate>Tue, 13 Aug 2019 00:58:13 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
