<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/ppc/ppc.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-08-01T02:25:32Z</updated>
<entry>
<title>Add printer support to puc(4) driver.</title>
<updated>2003-08-01T02:25:32Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2003-08-01T02:25:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a373227418c10d9007f3ad85bde5cfa4add1001d'/>
<id>urn:sha1:a373227418c10d9007f3ad85bde5cfa4add1001d</id>
<content type='text'>
      -	Move isa/ppc* to sys/dev/ppc (repo-copy)
      -	Add an attachment method to ppc for puc
      -	In puc we need to walk the chain of parents.
Still to do, is to make ppc(4) &amp; puc(4) work on other platforms.  Testers
wanted.

PR:		38372 (in spirit done differently)
Verified by:	Make universe (if I messed up a platform please fix)
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-11T00:34:37Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-11T00:34:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c9bbf484a5ca7418073642108684d9b0bcd5cfd'/>
<id>urn:sha1:8c9bbf484a5ca7418073642108684d9b0bcd5cfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove break after return;</title>
<updated>2003-05-31T20:24:30Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-05-31T20:24:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d4220518e64cf0aa1d7260371fbbb23f410da8d'/>
<id>urn:sha1:7d4220518e64cf0aa1d7260371fbbb23f410da8d</id>
<content type='text'>
Found by:       FlexeLint
</content>
</entry>
<entry>
<title>Fix some easy, global, lint warnings. In most cases, this means</title>
<updated>2003-04-30T12:57:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-04-30T12:57:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51da11a27a5288bc4f23fc923004a7fada6a5690'/>
<id>urn:sha1:51da11a27a5288bc4f23fc923004a7fada6a5690</id>
<content type='text'>
making some local variables static. In a couple of cases, this means
removing an unused variable.
</content>
</entry>
<entry>
<title>More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).</title>
<updated>2003-03-02T16:54:40Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-02T16:54:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=521f364b804158f257fdd8ad7cbf368a0efe5a44'/>
<id>urn:sha1:521f364b804158f257fdd8ad7cbf368a0efe5a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore the original copyright</title>
<updated>2002-03-23T15:36:13Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2002-03-23T15:36:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ddd22fb7fbc7cf08d7ef7ea7237ebf2dc24dec0b'/>
<id>urn:sha1:ddd22fb7fbc7cf08d7ef7ea7237ebf2dc24dec0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to C99, s/__FUNCTION__/__func__/,</title>
<updated>2001-12-10T08:09:49Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-10T08:09:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e551fb6285417f585c419500047004ed47c77f1'/>
<id>urn:sha1:6e551fb6285417f585c419500047004ed47c77f1</id>
<content type='text'>
also don't use ANSI string concatenation.
</content>
</entry>
<entry>
<title>Add ACPI attachments.</title>
<updated>2001-08-30T09:17:03Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2001-08-30T09:17:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f063c7b09edb4c7d47798c3ab8754f52413a7e5'/>
<id>urn:sha1:5f063c7b09edb4c7d47798c3ab8754f52413a7e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert inb/outb to bus_space.</title>
<updated>2001-06-23T06:52:54Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2001-06-23T06:52:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ae3f8b0be5b6af0185e9d8d3cfc19d1fad4a0fd'/>
<id>urn:sha1:3ae3f8b0be5b6af0185e9d8d3cfc19d1fad4a0fd</id>
<content type='text'>
Submitted by:	jcm@FreeBSD-uk.eu.org
</content>
</entry>
<entry>
<title>Consider that the chipset may be in ECP mode (from BIOS settings)</title>
<updated>2001-01-25T10:51:41Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2001-01-25T10:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c264e80fb7ef73205a08f8b1ed5b54c4913ee812'/>
<id>urn:sha1:c264e80fb7ef73205a08f8b1ed5b54c4913ee812</id>
<content type='text'>
even if mode PS/2 is forced with bootflags. As a matter of fact,
chipsets needs some extra configuration for accessing PS/2 mode
from ECP. The current patch is only relevant for generic chipsets
since specific code is supposed to deal with this during detection.
</content>
</entry>
</feed>
