<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/digi/digi.c, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2017-04-25T23:29:41Z</updated>
<entry>
<title>Remove the source to digi(4).</title>
<updated>2017-04-25T23:29:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2017-04-25T23:29:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee990cefd973bc6274e58e613921896ed56208b2'/>
<id>urn:sha1:ee990cefd973bc6274e58e613921896ed56208b2</id>
<content type='text'>
This was forgotten when the driver was removed in r305235.
</content>
</entry>
<entry>
<title>sys/dev: use our nitems() macro when it is avaliable through param.h.</title>
<updated>2016-04-19T23:37:24Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-19T23:37:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=73a1170a8c41cb848f17cc0a8839e9dcee3d126e'/>
<id>urn:sha1:73a1170a8c41cb848f17cc0a8839e9dcee3d126e</id>
<content type='text'>
No functional change, only trivial cases are done in this sweep,
Drivers that can get further enhancements will be done independently.

Discussed in:	freebsd-current
</content>
</entry>
<entry>
<title>Fix our ioctl(2) implementation when the argument is "int".  New</title>
<updated>2006-09-27T19:57:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-27T19:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fddcc6661d2cf7bb8e704308437d2b1674b50be'/>
<id>urn:sha1:9fddcc6661d2cf7bb8e704308437d2b1674b50be</id>
<content type='text'>
ioctls passing integer arguments should use the _IOWINT() macro.
This fixes a lot of ioctl's not working on sparc64, most notable
being keyboard/syscons ioctls.

Full ABI compatibility is provided, with the bonus of fixing the
handling of old ioctls on sparc64.

Reviewed by:	bde (with contributions)
Tested by:	emax, marius
MFC after:	1 week
</content>
</entry>
<entry>
<title>- Push Giant down into linker_reference_module().</title>
<updated>2006-06-20T20:54:13Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-06-20T20:54:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aeeb017bd6261c97c3dac20c24c14a8851f595cd'/>
<id>urn:sha1:aeeb017bd6261c97c3dac20c24c14a8851f595cd</id>
<content type='text'>
- Add a new function linker_release_module() as a more intuitive complement
  to linker_reference_module() that wraps linker_file_unload().
  linker_release_module() can either take the module name and version info
  passed to linker_reference_module() or it can accept the linker file
  object returned by linker_reference_module().
</content>
</entry>
<entry>
<title>Only reference the firmware module once rather than twice.  The extra call</title>
<updated>2006-05-25T22:04:46Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-05-25T22:04:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bc5521260c55162def49be94304aa9adf3c7be28'/>
<id>urn:sha1:bc5521260c55162def49be94304aa9adf3c7be28</id>
<content type='text'>
was accidentally added in 1.55 and resulted in an extra reference count
being held on the linker file.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Eliminate two unused arguments to ttycreate().</title>
<updated>2005-10-16T20:22:56Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-10-16T20:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=733634738ed6c3de9cd7937fdecdcaaa5555b03f'/>
<id>urn:sha1:733634738ed6c3de9cd7937fdecdcaaa5555b03f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase boot-time DigiBIOS initialization timeout to allow</title>
<updated>2005-09-14T15:18:12Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2005-09-14T15:18:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fb2c9853a71e593b94ca5fd115586495de45a2ee'/>
<id>urn:sha1:fb2c9853a71e593b94ca5fd115586495de45a2ee</id>
<content type='text'>
for a larger number of chained port modules.

PR:		kern/55018
Submitted by:	Cyrill Shevchuk &lt;cyrill at cyrills.net&gt;
</content>
</entry>
<entry>
<title>o avoid potential null ptr deref if symbol lookup fails</title>
<updated>2005-02-25T20:50:20Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2005-02-25T20:50:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d40b07dfe4f1b86e93fb6cd509997ced7c066c84'/>
<id>urn:sha1:d40b07dfe4f1b86e93fb6cd509997ced7c066c84</id>
<content type='text'>
o unload module if symbol lookup fails

Noticed by:	Coverity Prevent analysis tool (null ptr deref)
Reviewed by:	bms, imp, dwhite
</content>
</entry>
<entry>
<title>Add new function ttyinitmode() which sets our systemwide default</title>
<updated>2004-10-18T21:51:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-10-18T21:51:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=95bc56897714a12b8e95c92dd8e1a70f1154162d'/>
<id>urn:sha1:95bc56897714a12b8e95c92dd8e1a70f1154162d</id>
<content type='text'>
modes on a tty structure.

Both the ".init" and the current settings are initialized allowing
the function to be used both at attach and open time.

The function takes an argument to decide if echoing should be enabled.
Echoing should not be enabled for regular physical serial ports
unless they are consoles, in which case they should be configured
by ttyconsolemode() instead.

Use the new function throughout.
</content>
</entry>
<entry>
<title>Use generic tty code instead of local copies.</title>
<updated>2004-10-06T20:01:49Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-10-06T20:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a5f9a2bd23c06f0053851d2344aff9b5af44cf8'/>
<id>urn:sha1:3a5f9a2bd23c06f0053851d2344aff9b5af44cf8</id>
<content type='text'>
</content>
</entry>
</feed>
