<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/snp, branch release/4.6.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-05-06T07:30:02Z</updated>
<entry>
<title>MFC 1.73: treat input as unsigned so that 8-bit characters don't get</title>
<updated>2002-05-06T07:30:02Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-05-06T07:30:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6078be57aa7c10f3f033af67fd2fd9bc5a5ebae4'/>
<id>urn:sha1:6078be57aa7c10f3f033af67fd2fd9bc5a5ebae4</id>
<content type='text'>
sign-extended.

Approved by:	murray
</content>
</entry>
<entry>
<title>MFC: sync snp(4) device to -current modulo -current-specific stuff.</title>
<updated>2002-03-11T01:23:05Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-03-11T01:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5f57f3c025d55ced46f331fcde463b70c234f29'/>
<id>urn:sha1:e5f57f3c025d55ced46f331fcde463b70c234f29</id>
<content type='text'>
Notable changes include: (a) driver repo-copied from kern/tty_snoop.c
to dev/snp/snp.c; (b) snp is no longer a count device; (c) snp can now
be compiled as a module; and (d) numerous bugfixes.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2001-11-24T15:59:47Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-11-24T15:59:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aefd32e210193600773b60f72b48a26ac3df8f7f'/>
<id>urn:sha1:aefd32e210193600773b60f72b48a26ac3df8f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>urn:sha1:842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove cdevsw_add() - the make_dev() calls are already there.</title>
<updated>1999-11-18T06:39:47Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-11-18T06:39:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e92f63a2772e809667f018940c2827616cf82c06'/>
<id>urn:sha1:e92f63a2772e809667f018940c2827616cf82c06</id>
<content type='text'>
Don't '#if NSNP &gt; 0' around the thing as it's silly and not required.
config(8) only causes it to be compiled if NSNP is &gt; 0 by definition.
</content>
</entry>
<entry>
<title>Remove five now unused fields from struct cdevsw.  They should never</title>
<updated>1999-09-25T18:24:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-25T18:24:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6a0e38a1bffb551c7a3159a072a0ac3b30abccb'/>
<id>urn:sha1:d6a0e38a1bffb551c7a3159a072a0ac3b30abccb</id>
<content type='text'>
have been there in the first place.  A GENERIC kernel shrinks almost 1k.

Add a slightly different safetybelt under nostop for tty drivers.

Add some missing FreeBSD tags
</content>
</entry>
<entry>
<title>This patch clears the way for removing a number of tty related</title>
<updated>1999-09-25T16:21:39Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-09-25T16:21:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae8e1d08d7bf92c79a987fb2a6a4526fbb8415f6'/>
<id>urn:sha1:ae8e1d08d7bf92c79a987fb2a6a4526fbb8415f6</id>
<content type='text'>
fields in struct cdevsw:

        d_stop          moved to struct tty.
        d_reset         already unused.
        d_devtotty      linkage now provided by dev_t-&gt;si_tty.

These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.

The changes in this patch consist of:

        initialize dev-&gt;si_tty in *_open()
        initialize tty-&gt;t_stop
        remove devtotty functions
        rename ttpoll to ttypoll
        a few adjustments to these changes in the generic code
        a bump of __FreeBSD_version
        add a couple of FreeBSD tags
</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>Convert DEVFS hooks in (most) drivers to make_dev().</title>
<updated>1999-08-23T20:59:21Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-08-23T20:59:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9dcbe2404a244059708f3bbc8cbfa0a14887c4ea'/>
<id>urn:sha1:9dcbe2404a244059708f3bbc8cbfa0a14887c4ea</id>
<content type='text'>
Diskslice/label code not yet handled.

Vinum, i4b, alpha, pc98 not dealt with (left to respective Maintainers)

Add the correct hook for devfs to kern_conf.c

The net result of this excercise is that a lot less files depends on DEVFS,
and devtoname() gets more sensible output in many cases.

A few drivers had minor additional cleanups performed relating to cdevsw
registration.

A few drivers don't register a cdevsw{} anymore, but only use make_dev().
</content>
</entry>
<entry>
<title>Add Id strings</title>
<updated>1999-06-17T23:42:45Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1999-06-17T23:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0625ba2fc389e77bc48be60adc776eae14a4182c'/>
<id>urn:sha1:0625ba2fc389e77bc48be60adc776eae14a4182c</id>
<content type='text'>
</content>
</entry>
</feed>
