<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>04a191c2 - puc: Make kernel module working</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#04a191c2</link>
        <description>puc: Make kernel module workingWe need uart_bus_puc.c in the module for it to work.Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG(cherry picked from commit 304ac69eca623d63510aa61853adc1ea60593323)

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Wed, 29 May 2024 17:07:51 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>135021ed - pccard: Remove puc(4) PC Card attachment</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#135021ed</link>
        <description>pccard: Remove puc(4) PC Card attachmentRemove PUC&apos;s pccard attachment. This removes support for 16-bit PCCards.Relnotes: Yes

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Thu, 07 Jan 2021 22:24:41 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a397def9 - Add PNP info to the PCI attahement of the puc driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#a397def9</link>
        <description>Add PNP info to the PCI attahement of the puc driver.Adjust sys/conf/files and sys/modules/puc/Makefile to omitpucdata.c now tht it&apos;s included by puc_pci.c.Submitted by: Lakhan Shiva Kamireddy (with build fixes by me)Pull Request: https://github.com/freebsd/freebsd/pull/136

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Tue, 17 Apr 2018 16:46:08 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12f05b84 - Kill MFILES and find things automatically. It turned out to be only</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#12f05b84</link>
        <description>Kill MFILES and find things automatically. It turned out to be onlylightly used. Find the proper .m file when we depend on *_if.[ch] inthe srcs line, with seat-belts for false positive matches.  This usesmake&apos;s path mechanism. A further refinement would be to calculate thisonce, and then pass the resulting _MPATH to modules submakes.Differential Revision: https://reviews.freebsd.org/D2327

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Fri, 03 Jul 2015 01:50:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64220a7e - Rewrite of puc(4). Significant changes are:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#64220a7e</link>
        <description>Rewrite of puc(4). Significant changes are:o  Properly use rman(9) to manage resources. This eliminates the   need to puc-specific hacks to rman. It also allows devinfo(8)   to be used to find out the specific assignment of resources to   serial/parallel ports.o  Compress the PCI device &quot;database&quot; by optimizing for the common   case and to use a procedural interface to handle the exceptions.   The procedural interface also generalizes the need to setup the   hardware (program chipsets, program clock frequencies).o  Eliminate the need for PUC_FASTINTR. Serdev devices are fast by   default and non-serdev devices are handled by the bus.o  Use the serdev I/F to collect interrupt status and to handle   interrupts across ports in priority order.o  Sync the PCI device configuration to include devices found in   NetBSD and not yet merged to FreeBSD.o  Add support for Quatech 2, 4 and 8 port UARTs.o  Add support for a couple dozen Timedia serial cards as found   in Linux.

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Fri, 28 Apr 2006 21:21:53 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40c949ff - Create a puc module.  Not connected to the build until I can test it on</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/puc/Makefile#40c949ff</link>
        <description>Create a puc module.  Not connected to the build until I can test it onmore machines.

            List of files:
            /freebsd-14.2/sys/modules/puc/Makefile</description>
        <pubDate>Fri, 22 Apr 2005 07:43:27 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
