<?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 scc_dev_z8530.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fdafd315ad0d0f28a11b9fb4476a9ab059c62b92 - sys: Automated cleanup of cdefs and other formatting</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#fdafd315ad0d0f28a11b9fb4476a9ab059c62b92</link>
        <description>sys: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+&lt;sys/cdefs.h&gt;.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/types.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/param.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/capsicum.h&gt;/Sponsored by:		Netflix

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Fri, 24 Nov 2023 21:12:57 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>685dc743dc3b5645e34836464128e1c0558b404b - sys: Remove $FreeBSD$: one-line .c pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#685dc743dc3b5645e34836464128e1c0558b404b</link>
        <description>sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\(&quot;\$FreeBSD\$&quot;\);?\s*\n/

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:36 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d846d260e2b9a3d4d0a701462568268cbfe7a5b - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#4d846d260e2b9a3d4d0a701462568268cbfe7a5b</link>
        <description>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with:		pfgMFC After:		3 daysSponsored by:		Netflix

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 10 May 2023 17:40:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4ec123c569adc860c69827bc54c306b333c924b - [PowerPC] Fix scc z8530 driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#a4ec123c569adc860c69827bc54c306b333c924b</link>
        <description>[PowerPC] Fix scc z8530 driverParts of the z8530 driver were still using the SUN channel spacing.This was invalid on PowerMac and QEMU, where the attachment was to escc,not escc-legacy. This means the driver has apparently NEVER worked properlyon Macintosh hardware.Add documentation for the channel spacing details, and change to usingdriver-specific initialization instead of hardcoded spacing so eitherspacing can be used.Fixes boot hang in QEMU when using the serial console, and fixes use onXserve serial (and presumably PowerMacs that have a Stealth Serial portor similar)Reviewed by:	jhibbitsSponsored by:	Tag1 Consulting, Inc.Differential Revision:	https://reviews.freebsd.org/D24661

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Sun, 14 Jun 2020 18:47:16 +0200</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2e050c8ef733138fc6a9e514e4b856fefbc3ff1 - Extract eventfilter declarations to sys/_eventfilter.h</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#e2e050c8ef733138fc6a9e514e4b856fefbc3ff1</link>
        <description>Extract eventfilter declarations to sys/_eventfilter.hThis allows replacing &quot;sys/eventfilter.h&quot; includes with &quot;sys/_eventfilter.h&quot;in other header files (e.g., sys/{bus,conf,cpu}.h) and reduces headerpollution substantially.EVENTHANDLER_DECLARE and EVENTHANDLER_LIST_DECLAREs were moved out of .cfiles into appropriate headers (e.g., sys/proc.h, powernv/opal.h).As a side effect of reduced header pollution, many .c files and headers nolonger contain needed definitions.  The remainder of the patch addressesadding appropriate includes to fix those files.LOCK_DEBUG and LOCK_FILE_LINE_ARG are moved to sys/_lock.h, as required bysys/mutex.h since r326106 (but silently protected by header pollution priorto this change).No functional change (intended).  Of course, any out of tree modules thatrelied on header pollution for sys/eventhandler.h, sys/lock.h, orsys/mutex.h inclusion need to be fixed.  __FreeBSD_version has been bumped.

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Mon, 20 May 2019 02:38:23 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>718cf2ccb9956613756ab15d7a0e28f2c8e91cab - sys/dev: further adoption of SPDX licensing ID tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#718cf2ccb9956613756ab15d7a0e28f2c8e91cab</link>
        <description>sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Mon, 27 Nov 2017 15:52:40 +0100</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Tue, 03 Jun 2014 04:34:21 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5748b897da441d1f10e1fe0c39155ea33d6d383a - Merge head up to r262222 (last merge was incomplete).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#5748b897da441d1f10e1fe0c39155ea33d6d383a</link>
        <description>Merge head up to r262222 (last merge was incomplete).

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 19 Feb 2014 23:02:15 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e01ff6218a2d71132ce0d70c52b938baa8d8582a - MFH: tracking commit (head@r260486)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#e01ff6218a2d71132ce0d70c52b938baa8d8582a</link>
        <description>MFH: tracking commit (head@r260486)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Thu, 09 Jan 2014 18:27:00 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ba26efcb5c13f16d7b9ee3ba1af9b0c80d81d5f - In sys/dev/scc, remove unused static function scc_setmreg().  While</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#6ba26efcb5c13f16d7b9ee3ba1af9b0c80d81d5f</link>
        <description>In sys/dev/scc, remove unused static function scc_setmreg().  Whilehere, invoke scc_getmreg() in two more places where it can be used.Reviewed by:	marcelMFC after:	3 days

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Sun, 29 Dec 2013 21:23:08 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Fri, 18 Oct 2013 11:32:02 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Thu, 10 Oct 2013 23:46:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46ed9e4908161615c2e754a3ea63388c74aad8c3 - IFC @ r255209</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#46ed9e4908161615c2e754a3ea63388c74aad8c3</link>
        <description>IFC @ r255209

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 04 Sep 2013 22:55:56 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b1deaf0d05e7ba715124b4c752edef80222115 - - Implement iclear methods for QUICC and SAB 82532. With r253161 in place,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#c4b1deaf0d05e7ba715124b4c752edef80222115</link>
        <description>- Implement iclear methods for QUICC and SAB 82532. With r253161 in place,  this is is crucial at least for the latter.  What happens is that attaching uart(4) to scc(4) causes the SAB 82532 to  &quot;receive&quot; something and trigger a SER_INT_RXREADY interrupt, given that  at least fast/filter interrupts are already enabled. Prior to r253161,  uart_bus_ihand() was set up at this point and handled that condition,  i. e. read the RX FIFO and issued a Receive Message Complete.  Now, uart_bus_ihand() and uart_intr() are setup after attaching uart(4),  leaving the SER_INT_RXREADY interrupt triggered during the latter to  be handled by the iclear method. However, with that method not implement,  this in turn causes SAB 82532 to not issue any further SER_INT_RXREADY  interrupts until the RX FIFO is full again. Thus, 15 received bytes go  to nowhere, given that &quot;the other half&quot; of the RX FIFO is used for status  information. Hence, implementing sab82532_bfe_iclear() fixes things again.  Potentially, the same problem exists for QUICC.- Remove unnecessary __RMAN_RESOURCE_VISIBLE.- Remove a superfluous header.- Use KOBJMETHOD_END.- Mark unused arguments as such.- Remove variables unused after initialization.Reviewed by:	marcel (earlier version)

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Sat, 03 Aug 2013 01:28:49 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbd038e73856d664a594ab99a4e79ed5231922ff - Fix braino: The cl_range field should not hold the shifted I/O</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/dev/scc/scc_dev_z8530.c#cbd038e73856d664a594ab99a4e79ed5231922ff</link>
        <description>Fix braino: The cl_range field should not hold the shifted I/Ospace range per channel, but rather the unshifted range. Theshifting depends on the bus. The hardcoded shift was specificto the SBus on sparc64. The shifted range is now determined atrun-time. This fixes the mac-io attachment.

            List of files:
            /freebsd/sys/dev/scc/scc_dev_z8530.c</description>
        <pubDate>Wed, 26 Jul 2006 05:10:01 +0200</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
