<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/syscons/scterm-dumb.c, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-01-21T05:08:51Z</updated>
<entry>
<title>__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.</title>
<updated>2004-01-21T05:08:51Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-21T05:08:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2dce78a840a9755cb1d55f2b1b59930c6bd794d'/>
<id>urn:sha1:a2dce78a840a9755cb1d55f2b1b59930c6bd794d</id>
<content type='text'>
Took the opportunity to reduce

 __i386__ || __ia64__ || __amd64__ || __sparc64__ || __powerpc__

 to

 !__alpha__

reviewed by: gallatin
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T18:17:24Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T18:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42af95a3c26c2c5f504902cd0d9d0482c29cd033'/>
<id>urn:sha1:42af95a3c26c2c5f504902cd0d9d0482c29cd033</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Add sparc64 ifdefs.</title>
<updated>2003-08-24T00:44:00Z</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2003-08-24T00:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b9698b7112692c553fbe32693793901807211bb'/>
<id>urn:sha1:8b9698b7112692c553fbe32693793901807211bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded #include &lt;sys/kernel.h&gt;</title>
<updated>2000-04-29T15:36:14Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-04-29T15:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb95c536adb78f7c5da9c13b496ccfdd79f5a298'/>
<id>urn:sha1:eb95c536adb78f7c5da9c13b496ccfdd79f5a298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use config's conditional compilation rather than using #ifdefs that make</title>
<updated>2000-01-29T15:08:56Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T15:08:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f8e58794866a5a4439a329fdfbf1203064f4952'/>
<id>urn:sha1:8f8e58794866a5a4439a329fdfbf1203064f4952</id>
<content type='text'>
modular compilation harder.  I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
</content>
</entry>
<entry>
<title>This is the 3rd stage of syscons code reorganization.</title>
<updated>2000-01-15T15:25:43Z</updated>
<author>
<name>Kazutaka YOKOTA</name>
<email>yokota@FreeBSD.org</email>
</author>
<published>2000-01-15T15:25:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4'/>
<id>urn:sha1:2b944ee2b959e9b29fd72dcbf87aad8ad5537bc4</id>
<content type='text'>
- Split terminal emulation code from the main part of the driver so
that we can have alternative terminal emulator modules if we like in
the future.  (We are not quite there yet, though.)

- Put sysmouse related code in a separate file, thus, simplifying the
main part of the driver.

As some files are added to the source tree, you need to run config(8)
before you compile a new kernel next time.

You shouldn't see any functional change by this commit; this is only
internal code reorganization.
</content>
</entry>
</feed>
