<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/mca, branch release/10.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F10.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-11-22T21:28:20Z</updated>
<entry>
<title>- There's no need to overwrite the default device method with the default</title>
<updated>2011-11-22T21:28:20Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-11-22T21:28:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b7ec27007570e0ce4fe9dbb447e7afc131b487a'/>
<id>urn:sha1:4b7ec27007570e0ce4fe9dbb447e7afc131b487a</id>
<content type='text'>
  one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
</content>
</entry>
<entry>
<title>strict kobj signatures: fix assortment of bus_read_ivar impls</title>
<updated>2009-06-11T17:06:58Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-11T17:06:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c6ee94f8c316a993a4850700a2db07d6c1cd39c'/>
<id>urn:sha1:7c6ee94f8c316a993a4850700a2db07d6c1cd39c</id>
<content type='text'>
Reviewed by:	imp, current@
Approved by:	jhb (mentor)
</content>
</entry>
<entry>
<title>Change the functions to ANSI in those cases where it breaks promotion</title>
<updated>2009-02-24T18:09:31Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2009-02-24T18:09:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af83f5d77cb79c3e282dec7769ded18293d3970a'/>
<id>urn:sha1:af83f5d77cb79c3e282dec7769ded18293d3970a</id>
<content type='text'>
to int rule. See ISO C Standard: SS6.7.5.3:15.

Approved by:	kib (mentor)
Reviewed by:	warner
Tested by:	silence on -current
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Deprecate machine/limits.h in favor of new sys/limits.h.</title>
<updated>2003-04-29T13:36:06Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-04-29T13:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16'/>
<id>urn:sha1:104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16</id>
<content type='text'>
Change all in-tree consumers to include &lt;sys/limits.h&gt;

Discussed on:	standards@
Partially submitted by: Craig Rodrigues &lt;rodrigc@attbi.com&gt;
</content>
</entry>
<entry>
<title>Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of</title>
<updated>2002-09-26T18:40:06Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-09-26T18:40:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c1e309b38bf2ef698a07eba6b0013c0a06497fff'/>
<id>urn:sha1:c1e309b38bf2ef698a07eba6b0013c0a06497fff</id>
<content type='text'>
nexus(4) in the case of machines w/o equivalent bridges on a PCI bus.

Reported by:	winter
Pointy hat to:	jhb
</content>
</entry>
<entry>
<title>- Remove an unused write_ivars function that didn't do anything anyway.</title>
<updated>2001-01-19T09:29:34Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-01-19T09:29:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79bd95a632e40c21abbf64b7ea42ec8ced60a60d'/>
<id>urn:sha1:79bd95a632e40c21abbf64b7ea42ec8ced60a60d</id>
<content type='text'>
- Return NULL from mca_alloc_resource() instead of ENOENT if we are
  passed in an empty resource list.
</content>
</entry>
<entry>
<title>Reduce code duplication by using the GET_RESOURCE_LIST bus method and related</title>
<updated>2000-11-28T07:12:12Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-11-28T07:12:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1581afb38d646a8c838dc7019bcb3c34db1f1680'/>
<id>urn:sha1:1581afb38d646a8c838dc7019bcb3c34db1f1680</id>
<content type='text'>
generic resource_list management functions.

I'll deal with the EISA bits later.

Not objected to by:	 new-bus
</content>
</entry>
<entry>
<title>Set the RF_SHAREABLE flage when we allocate an IRQ.</title>
<updated>2000-03-13T11:43:53Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-03-13T11:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4fa28dd1c63714205547e25004311b9ac6b136d1'/>
<id>urn:sha1:4fa28dd1c63714205547e25004311b9ac6b136d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement BUS_{GET,SET,DELETE}_RESOURCE methods.</title>
<updated>2000-01-13T09:01:46Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2000-01-13T09:01:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47a70d921b54bb6868c32d37c225fe2c668afddf'/>
<id>urn:sha1:47a70d921b54bb6868c32d37c225fe2c668afddf</id>
<content type='text'>
</content>
</entry>
</feed>
