<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@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/modules/firewire/sbp/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</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>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9be0cda615e6437e7db862cea3b1857716e2787d - Style: Remove blank lines before EOF.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#9be0cda615e6437e7db862cea3b1857716e2787d</link>
        <description>Style: Remove blank lines before EOF.Tested by:	cvs diff -B

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 00:49:28 +0100</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c4778b5d1c8715bc45e1c54b783cc7c719104db0 - MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#c4778b5d1c8715bc45e1c54b783cc7c719104db0</link>
        <description>MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.	And many changes.* all	- Major change of struct fw_xfer.		o {send,recv}.buf is splitted into hdr and payload.		o Remove unnecessary fields.		o spd is moved under send and recv.	- Remove unnecessary &apos;volatile&apos; keyword.	- Add definition of rtcode and extcode.* firewire.c	- Ignore FWDEVINVAL devices in fw_noderesolve_nodeid().	- Check the existance of the bind before call STAILQ_REMOVE().	- Fix bug in the fw_bindadd().	- Change element of struct fw_bind for simplicity.	- Check rtcode of response packet.	- Reduce split transaction timeout to 200 msec.		(100msec is the default value in the spec.)	- Set watchdog timer cycle to 10 Hz.	- Set xfer-&gt;tv just before calling fw_get_tlabel().* fwohci.c	- Simplifies fwohci_get_plen().* sbp.c	- Fix byte order of multibyte scsi_status informations.	- Split sbp.c and sbp.h.	- Unit number is not necessary for FIFO&#164; address.	- Reduce LOGIN_DELAY and SCAN_DELAY to 1 sec.	- Add some constants defineded in SBP-2 spec.* fwmem.c	- Introduce fwmem_strategy() and reduce memory copy.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Thu, 02 Oct 2003 06:06:56 +0200</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24b7381388e155bb60cbcc3889a9be38a568457a - - Remove unused opt_foo.h headers.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#24b7381388e155bb60cbcc3889a9be38a568457a</link>
        <description>- Remove unused opt_foo.h headers.- Don&apos;t mess with CFLAGS.- Fix description of fwe module Makefile.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Mon, 14 Oct 2002 21:18:30 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c60ba66c4479fdf0045acf25f21c6806fd06c0f - Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#3c60ba66c4479fdf0045acf25f21c6806fd06c0f</link>
        <description>Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialBus Protocol 2:SCSI over IEEE1394) support for CAM.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Fri, 13 Sep 2002 14:31:56 +0200</pubDate>
        <dc:creator>Katsushi Kobayashi &lt;ikob@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9be0cda615e6437e7db862cea3b1857716e2787d - Style: Remove blank lines before EOF.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#9be0cda615e6437e7db862cea3b1857716e2787d</link>
        <description>Style: Remove blank lines before EOF.Tested by:	cvs diff -B

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 00:49:28 +0100</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c4778b5d1c8715bc45e1c54b783cc7c719104db0 - MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#c4778b5d1c8715bc45e1c54b783cc7c719104db0</link>
        <description>MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.	And many changes.* all	- Major change of struct fw_xfer.		o {send,recv}.buf is splitted into hdr and payload.		o Remove unnecessary fields.		o spd is moved under send and recv.	- Remove unnecessary &apos;volatile&apos; keyword.	- Add definition of rtcode and extcode.* firewire.c	- Ignore FWDEVINVAL devices in fw_noderesolve_nodeid().	- Check the existance of the bind before call STAILQ_REMOVE().	- Fix bug in the fw_bindadd().	- Change element of struct fw_bind for simplicity.	- Check rtcode of response packet.	- Reduce split transaction timeout to 200 msec.		(100msec is the default value in the spec.)	- Set watchdog timer cycle to 10 Hz.	- Set xfer-&gt;tv just before calling fw_get_tlabel().* fwohci.c	- Simplifies fwohci_get_plen().* sbp.c	- Fix byte order of multibyte scsi_status informations.	- Split sbp.c and sbp.h.	- Unit number is not necessary for FIFO&#164; address.	- Reduce LOGIN_DELAY and SCAN_DELAY to 1 sec.	- Add some constants defineded in SBP-2 spec.* fwmem.c	- Introduce fwmem_strategy() and reduce memory copy.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Thu, 02 Oct 2003 06:06:56 +0200</pubDate>
        <dc:creator>Hidetoshi Shimokawa &lt;simokawa@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24b7381388e155bb60cbcc3889a9be38a568457a - - Remove unused opt_foo.h headers.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#24b7381388e155bb60cbcc3889a9be38a568457a</link>
        <description>- Remove unused opt_foo.h headers.- Don&apos;t mess with CFLAGS.- Fix description of fwe module Makefile.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Mon, 14 Oct 2002 21:18:30 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c60ba66c4479fdf0045acf25f21c6806fd06c0f - Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/firewire/sbp/Makefile#3c60ba66c4479fdf0045acf25f21c6806fd06c0f</link>
        <description>Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialBus Protocol 2:SCSI over IEEE1394) support for CAM.

            List of files:
            /freebsd/sys/modules/firewire/sbp/Makefile</description>
        <pubDate>Fri, 13 Sep 2002 14:31:56 +0200</pubDate>
        <dc:creator>Katsushi Kobayashi &lt;ikob@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
