<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ppc/ppc.c, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-01-21T00:55:31Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken low level ppb_rxxx() return type: char becomes u_char.</title>
<updated>1999-01-10T16:41:14Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1999-01-10T16:41:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7006f894f6c42f08b12fe953da24a6c34ada967'/>
<id>urn:sha1:a7006f894f6c42f08b12fe953da24a6c34ada967</id>
<content type='text'>
Submitted by: Bruce Evans &lt;bde@zeta.org.au&gt;

Some ppb bootup printfs simplified.
</content>
</entry>
<entry>
<title>Major ppbus commit with:</title>
<updated>1999-01-10T12:04:56Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1999-01-10T12:04:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc35c17446fab005a7e11b67b9004736f1c8498b'/>
<id>urn:sha1:bc35c17446fab005a7e11b67b9004736f1c8498b</id>
<content type='text'>
	+ ECP parallel port chipset FIFO detection
	+ DMA+FIFO parallel I/O handled as chipset specific
	+ nlpt updated in order to use the above enhanced parallel I/O.
	  Use 'lptcontrol -e' to use enhanced I/O
	+ Various options documented in LINT
	+ Full IEEE1284 NIBBLE and BYTE modes support. See ppbus(4) for
	  an overview of the IEEE1284 standard
	+ Detection of PnP parallel devices at boot
	+ Read capability added to nlpt driver to get IEEE1284 compliant
	  printer status with a simple 'cat /dev/lpt0'
	+ IEEE1284 peripheral emulation added to BYTE mode. Two computers
	  may dialog according to IEEE1284 signaling method.
	  See PERIPH_1284 option and /sys/dev/ppbus/ppi.c

All this code is supposed to provide basic functions for IEEE1284 programming.
ppi.c and nlpt.c may act as examples.
</content>
</entry>
<entry>
<title>Silence -Wtrigraph.</title>
<updated>1998-12-30T00:37:44Z</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>1998-12-30T00:37:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dea9268b7006769d7f1834f4bdcc149692725aca'/>
<id>urn:sha1:dea9268b7006769d7f1834f4bdcc149692725aca</id>
<content type='text'>
Submitted by:	Bradley Dunn &lt;bradley@dunn.org&gt;  (pr: kern/8817)
</content>
</entry>
<entry>
<title>The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static</title>
<updated>1998-12-07T21:58:50Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1998-12-07T21:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1d19042b082d95f07a0027e596ba2405aa8a9a5'/>
<id>urn:sha1:f1d19042b082d95f07a0027e596ba2405aa8a9a5</id>
<content type='text'>
and local variables, goto labels, and functions declared but not defined.
</content>
</entry>
<entry>
<title>pcf.c: timeout management added</title>
<updated>1998-10-31T11:37:09Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-10-31T11:37:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af5487872e13a303aacabc5ec31b4821f7b15c32'/>
<id>urn:sha1:af5487872e13a303aacabc5ec31b4821f7b15c32</id>
<content type='text'>
ppc.c: nsc code improved. Actually, a complete rewrite.
</content>
</entry>
<entry>
<title>Initialize isa_devtab entries for interrupt handlers in individual</title>
<updated>1998-10-22T05:58:45Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-22T05:58:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe310de802ddb8e453de4e7fd7e7d6302d071905'/>
<id>urn:sha1:fe310de802ddb8e453de4e7fd7e7d6302d071905</id>
<content type='text'>
device drivers, not in ioconf.c.  Use a different hack in isa_device.h
so that a new config(8) is not required yet.

pc98 parts approved by: kato
</content>
</entry>
<entry>
<title>- program counter was previously an index in the microsequence, now pc</title>
<updated>1998-09-20T14:47:01Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-09-20T14:47:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a40e22a5d594cce330be5b858a29b5c3ed87aab'/>
<id>urn:sha1:0a40e22a5d594cce330be5b858a29b5c3ed87aab</id>
<content type='text'>
  is struct ppb_microseq* pointing directly into the microsequence
</content>
</entry>
<entry>
<title>invalid printf call fixed -&gt; compile time warning removed</title>
<updated>1998-09-13T20:57:06Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-09-13T20:57:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=41990851b87bc549b8e3acb4a3ee66798a877df7'/>
<id>urn:sha1:41990851b87bc549b8e3acb4a3ee66798a877df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppbus enhanced to support ZIP+ : microseq improved</title>
<updated>1998-09-13T18:26:44Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1998-09-13T18:26:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54ad6085b129e72d4ec5a297da4f73c15d8ec914'/>
<id>urn:sha1:54ad6085b129e72d4ec5a297da4f73c15d8ec914</id>
<content type='text'>
</content>
</entry>
</feed>
