<?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>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/hme/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-12.1/sys/modules/hme/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>07f35f4b - Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-ends</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/hme/Makefile#07f35f4b</link>
        <description>Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-endswhich are also likely to be irrelevant for sun4v (there&apos;s no SBus on sun4vand only some EBus devices). While at it fix some style bugs according tostyle.Makefile(5) where appropriate.MFC after:	3 days

            List of files:
            /freebsd-12.1/sys/modules/hme/Makefile</description>
        <pubDate>Sun, 04 May 2008 14:59:25 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac341582 - Now that hme(4) is MI build its module on all platforms.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/hme/Makefile#ac341582</link>
        <description>Now that hme(4) is MI build its module on all platforms.Tested by:	`make universe` and powerpc cross-build on i386

            List of files:
            /freebsd-12.1/sys/modules/hme/Makefile</description>
        <pubDate>Sat, 14 Aug 2004 22:40:16 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>26280d88 - - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/hme/Makefile#26280d88</link>
        <description>- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a  subset (&quot;compatible&quot;, &quot;device_type&quot;, &quot;model&quot; and &quot;name&quot;) of the standard  properties in drivers for devices on Open Firmware supported busses. The  standard properties &quot;reg&quot;, &quot;interrupts&quot; und &quot;address&quot; are not covered by  this interface because they are only of interest in the respective bridge  code. There&apos;s a remaining standard property &quot;status&quot; which is unclear how  to support properly but which also isn&apos;t used in FreeBSD at present.  This ofw_bus kobj-interface allows to replace the various (ebus_get_node(),  ofw_pci_get_node(), etc.) and partially inconsistent (central_get_type()  vs. sbus_get_device_type(), etc.) existing IVAR ones with a common one.  This in turn allows to simplify and remove code-duplication in drivers for  devices that can hang off of more than one OFW supported bus.- Convert the sparc64 Central, EBus, FHC, PCI and SBus bus drivers and the  drivers for their children to use the ofw_bus kobj-interface. The IVAR-  interfaces of the Central, EBus and FHC are entirely replaced by this. The  PCI bus driver used its own kobj-interface and now also uses the ofw_bus  one. The IVARs special to the SBus, e.g. for retrieving the burst size,  remain.  Beware: this causes an ABI-breakage for modules of drivers which used the  IVAR-interfaces, i.e. esp(4), hme(4), isp(4) and uart(4), which need to be  recompiled.  The style-inconsistencies introduced in some of the bus drivers will be  fixed by tmm@ in a generic clean-up of the respective drivers later (he  requested to add the changes in the &quot;new&quot; style).- Convert the powerpc MacIO bus driver and the drivers for its children to  use the ofw_bus kobj-interface. This invloves removing the IVARs related  to the &quot;reg&quot; property which were unused and a leftover from the NetBSD  origini of the code. There&apos;s no ABI-breakage caused by this because none  of these driver are currently built as modules.  There are other powerpc bus drivers which can be converted to the ofw_bus  kobj-interface, e.g. the PCI bus driver, which should be done together  with converting powerpc to use the OFW PCI code from sparc64.- Make the SBus and FHC front-end of zs(4) and the sparc64 eeprom(4) take  advantage of the ofw_bus kobj-interface and simplify them a bit.Reviewed by:	grehan, tmmApproved by:	re (scottl)Discussed with:	tmmTested with:	Sun AX1105, AXe, Ultra 2, Ultra 60; PPC cross-build on i386

            List of files:
            /freebsd-12.1/sys/modules/hme/Makefile</description>
        <pubDate>Thu, 12 Aug 2004 17:41:33 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1c65ef93 - Add an hme(4) module.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/hme/Makefile#1c65ef93</link>
        <description>Add an hme(4) module.PR:		46871Submitted by:	Hartmut Brandt &lt;brandt@fokus.gmd.de&gt;

            List of files:
            /freebsd-12.1/sys/modules/hme/Makefile</description>
        <pubDate>Thu, 09 Jan 2003 16:29:03 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
