<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/eisa, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>- There's no need to overwrite the default device method with the default</title>
<updated>2011-11-22T21:28:20+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-11-22T21:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b7ec27007570e0ce4fe9dbb447e7afc131b487a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  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.
</pre>
</div>
</content>
</entry>
<entry>
<title>strict kobj signatures: fix assortment of bus_read_ivar impls</title>
<updated>2009-06-11T17:06:58+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-11T17:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c6ee94f8c316a993a4850700a2db07d6c1cd39c'/>
<id>7c6ee94f8c316a993a4850700a2db07d6c1cd39c</id>
<content type='text'>
Reviewed by:	imp, current@
Approved by:	jhb (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	imp, current@
Approved by:	jhb (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the eisa probe messages just like all the others in the system.</title>
<updated>2005-08-01T07:09:15+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-08-01T07:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=049d6489ab7f4fcf1f9949825674d5bd5b05c922'/>
<id>049d6489ab7f4fcf1f9949825674d5bd5b05c922</id>
<content type='text'>
Make the eisa no match printf closer to pci.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the eisa no match printf closer to pci.
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that the Adaptec 2842 has its own probe routine, no need to have</title>
<updated>2005-03-17T17:36:07+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-17T17:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c964602bd35ea2f95026831655dcdb0dbc212ea'/>
<id>3c964602bd35ea2f95026831655dcdb0dbc212ea</id>
<content type='text'>
a comment saying its probe routine needs to be fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a comment saying its probe routine needs to be fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style(9) pass before some planned larger changes.</title>
<updated>2005-03-17T17:33:52+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-17T17:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f9f5f6114003171a9bdbd247d1650f4ac4c9194d'/>
<id>f9f5f6114003171a9bdbd247d1650f4ac4c9194d</id>
<content type='text'>
o return (foo);
o if (a == NULL) in preference to if (!a)
o () and {} reduction
o minor indentation fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o return (foo);
o if (a == NULL) in preference to if (!a)
o () and {} reduction
o minor indentation fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Start each of the license/copyright comments with /*-, minor shuffle of lines</title>
<updated>2005-01-06T01:43:34+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-06T01:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=098ca2bda93c701c5331d4e6aace072495b4caaa'/>
<id>098ca2bda93c701c5331d4e6aace072495b4caaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outb to "prime" the EISA ID registers of each slot.  This was</title>
<updated>2004-08-16T22:05:53+00:00</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>2004-08-16T22:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fc838bef65cd699df342218527c7d1d9a41360d0'/>
<id>fc838bef65cd699df342218527c7d1d9a41360d0</id>
<content type='text'>
only required to support probing of the Adaptec 284X VLB SCSI controller
which becomes visible in EISA space if you perform these writes.  284X
probing is moving to an ISA attachment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only required to support probing of the Adaptec 284X VLB SCSI controller
which becomes visible in EISA space if you perform these writes.  284X
probing is moving to an ISA attachment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the slot, not an otherwise unused index variable as the probe offset.</title>
<updated>2004-08-03T06:48:36+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-08-03T06:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c8509577d551312b99cdd83fb4047be2c942502'/>
<id>2c8509577d551312b99cdd83fb4047be2c942502</id>
<content type='text'>
This passed testing because the variable happened to be 0 in most cases.

Compile warning found by: David Syphers &lt;dsyphers AT u.washington.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This passed testing because the variable happened to be 0 in most cases.

Compile warning found by: David Syphers &lt;dsyphers AT u.washington.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change EISA probing to be less invasive.  Instead of probing all slots</title>
<updated>2004-08-03T00:41:47+00:00</updated>
<author>
<name>Nate Lawson</name>
<email>njl@FreeBSD.org</email>
</author>
<published>2004-08-03T00:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37e783a63e5491e98e18ddf1b1238bb881bd8919'/>
<id>37e783a63e5491e98e18ddf1b1238bb881bd8919</id>
<content type='text'>
unconditionally, stop after the first one (system board) if no EISA hardware
is detected.  This fixes a boot hang (i.e. Thinkpad) when ACPI is disabled.
Also, split the probe code into a separate function and do some style cleanup.

Note that the Adaptec 2842 VLB controller probe is broken by this change
and will fail to probe.  It should be fixed separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unconditionally, stop after the first one (system board) if no EISA hardware
is detected.  This fixes a boot hang (i.e. Thinkpad) when ACPI is disabled.
Also, split the probe code into a separate function and do some style cleanup.

Note that the Adaptec 2842 VLB controller probe is broken by this change
and will fail to probe.  It should be fixed separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>When adding files to the repo, it is very important to not forget</title>
<updated>2004-06-09T16:56:22+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-09T16:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09f3862add68822406be5fe262471c100dbfcec4'/>
<id>09f3862add68822406be5fe262471c100dbfcec4</id>
<content type='text'>
the cvs add function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the cvs add function.
</pre>
</div>
</content>
</entry>
</feed>
