<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/digi, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-01-16T14:45:48Z</updated>
<entry>
<title>Remove unused files from the digi(4) driver.</title>
<updated>2009-01-16T14:45:48Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-01-16T14:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef1a9cf64274ea3e0659f15b404cb9ce77566028'/>
<id>urn:sha1:ef1a9cf64274ea3e0659f15b404cb9ce77566028</id>
<content type='text'>
The digi(4) driver directory contains some files that cannot be checked
out on Windows filesystems. This isn't a big deal, but the files aren't
used anyway.

There are still some other places where checkouts on Windows don't work,
such as VFS_MOUNT.9/vfs_mount.9. This should already be a small
improvement.

MFC after:	1 month
</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>Staticize some symbols that are each only used in one corresponding .c file.</title>
<updated>2005-05-06T20:53:34Z</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@FreeBSD.org</email>
</author>
<published>2005-05-06T20:53:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=172c411091660b3fd19ed6043fca4282432acba1'/>
<id>urn:sha1:172c411091660b3fd19ed6043fca4282432acba1</id>
<content type='text'>
PR:		kern/43610
Submitted by:	Matt Emmerton, matt at gsicomp dot on dot ca
</content>
</entry>
<entry>
<title>Use BUS_PROBE_DEFAULT for pci probe return value</title>
<updated>2005-03-05T18:30:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-05T18:30:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=538565c4a516bd50ffcffbb855026ad914300b73'/>
<id>urn:sha1:538565c4a516bd50ffcffbb855026ad914300b73</id>
<content type='text'>
</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>
</feed>
