<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/ppbus/ppbconf.h, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>Consistently use the BSD u_int and u_short instead of the SYSV uint and</title>
<updated>2003-08-07T15:04:27Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-08-07T15:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b149b513139803ca0fce264d653c45dfbc557d2'/>
<id>urn:sha1:8b149b513139803ca0fce264d653c45dfbc557d2</id>
<content type='text'>
ushort.  In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.

Requested by:	bde (kern_ktrace.c)
</content>
</entry>
<entry>
<title>make the example compile again.</title>
<updated>2000-04-27T21:08:24Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2000-04-27T21:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7fe1aaca86eecc8f3b7cd05ec2bc1506c5008ca0'/>
<id>urn:sha1:7fe1aaca86eecc8f3b7cd05ec2bc1506c5008ca0</id>
<content type='text'>
The makefile contains a reference to /sys/dev/ppbus. What really should
be done is copy the header files to /usr/include/sys/dev/ppbus.

PR:	            kern/16767
Submitted by:	   Jin Guojun (FTG staff) &lt;jin@gracie.lbl.gov&gt;
</content>
</entry>
<entry>
<title>Port of ppbus standalone framework to the newbus system.</title>
<updated>2000-01-14T00:18:06Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2000-01-14T00:18:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f210c922b80eef92f841effdded7996a621a9da'/>
<id>urn:sha1:0f210c922b80eef92f841effdded7996a621a9da</id>
<content type='text'>
Note1: the correct interrupt level is invoked correctly for each driver.
       For this purpose, drivers request the bus before being able to
       call BUS_SETUP_INTR and BUS_TEARDOWN_INTR call is forced by the ppbus
       core when drivers release it. Thus, when BUS_SETUP_INTR is called
       at ppbus driver level, ppbus checks that the caller owns the
       bus and stores the interrupt handler cookie (in order to unregister
       it later).

       Printing is impossible while plip link is up is still TRUE.
       vpo (ZIP driver) and lpt are make in such a way that
       using the ZIP and printing concurrently is permitted is also TRUE.

Note2: specific chipset detection is not done by default. PPC_PROBE_CHIPSET
       is now needed to force chipset detection. If set, the flags 0x40
       still avoid detection at boot.

Port of the pcf(4) driver to the newbus system (was previously directly
connected to the rootbus and attached by a bogus pcf_isa_probe function).
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Passing the unit number to an interrupt routing is kind of narrowminded,</title>
<updated>1999-08-08T22:25:21Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-08-08T22:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fca3f34ff845bae82da33177e9168f171a2dec92'/>
<id>urn:sha1:fca3f34ff845bae82da33177e9168f171a2dec92</id>
<content type='text'>
add a way to get the entire struct ppb_device back.
</content>
</entry>
<entry>
<title>Make ppbus compile under egcs.  I'm not sure about this casting-to-union-</title>
<updated>1999-04-05T15:43:11Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-04-05T15:43:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5734634f4c6762d55fcccbdc327b8ca7436a7479'/>
<id>urn:sha1:5734634f4c6762d55fcccbdc327b8ca7436a7479</id>
<content type='text'>
-containing-the-type stuff, but gcc seemed to do it implicitly..
</content>
</entry>
<entry>
<title>Distinguish EPP address/data register. Add EPP address register access to ppi.</title>
<updated>1999-01-30T15:35:39Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>1999-01-30T15:35:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=20240fa3ad284d37c77b569550834ff75be7e589'/>
<id>urn:sha1:20240fa3ad284d37c77b569550834ff75be7e589</id>
<content type='text'>
Change microseq offsets. Previously, offsets of the program counter where
added to the index of the current microinstruction. Make them rely on the
index of the next executed microinstruction.

Suggested by: Luigi Rizzo &lt;luigi@labinfo.iet.unipi.it&gt;
</content>
</entry>
<entry>
<title>    Fix PPBPRI #define - it was missing parenthesis which messed up a</title>
<updated>1999-01-27T19:44:05Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-01-27T19:44:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a56d6292400dde9fe792d655488e0d632cec33ef'/>
<id>urn:sha1:a56d6292400dde9fe792d655488e0d632cec33ef</id>
<content type='text'>
    call to tsleep() in dev/ppbus/ppbconf.c.  Also fixup initializers.
</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-test2/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>
</feed>
