<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/buslogic, branch release/4.1.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-08-02T22:32:26Z</updated>
<entry>
<title>MFC; spelling fixes; remove unused '#include "bt.h"'</title>
<updated>2000-08-02T22:32:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-02T22:32:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6a489c6fe1658d5c9887ede89fc73a63a834e587'/>
<id>urn:sha1:6a489c6fe1658d5c9887ede89fc73a63a834e587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove #include "eisa.h" and #if NEISA &gt; 0 - this is guaranteed by config.</title>
<updated>2000-01-29T14:27:26Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T14:27:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ec08445bec1d381a05d121580be3ec810196be6'/>
<id>urn:sha1:3ec08445bec1d381a05d121580be3ec810196be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use rman_get_start instead of bus handle directly.</title>
<updated>2000-01-17T12:38:00Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-01-17T12:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=521c75a25493386b65738bee399604d663953a9c'/>
<id>urn:sha1:521c75a25493386b65738bee399604d663953a9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pre 4.0 tidy up.</title>
<updated>2000-01-14T07:14:17Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-14T07:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c5191a983c014b7f4cec5f3475a3a3c81616cc3d'/>
<id>urn:sha1:c5191a983c014b7f4cec5f3475a3a3c81616cc3d</id>
<content type='text'>
Collect together the components of several drivers and export eisa from
the i386-only area (It's not, it's on some alphas too).  The code hasn't
been updated to work on the Alpha yet, but that can come later.

Repository copies were done a while ago.
Moving these now keeps them in consistant place across the 4.x series
as the newbusification progresses.

Submitted by:   mdodd
</content>
</entry>
<entry>
<title>* Add struct resource_list* argument to resource_list_alloc and</title>
<updated>1999-10-12T21:35:51Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-10-12T21:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25afb89b1c410451fcfc5cbeed8535fcc660dd66'/>
<id>urn:sha1:25afb89b1c410451fcfc5cbeed8535fcc660dd66</id>
<content type='text'>
  resource_list_release. This removes the dependancy on the
  layout of ivars.

* Move set_resource, get_resource and delete_resource from
  isa_if.m to bus_if.m.

* Simplify driver code by providing wrappers to those methods:

     bus_set_resource(dev, type, rid, start, count);
     bus_get_resource(dev, type, rid, startp, countp);
     bus_get_resource_start(dev, type, rid);
     bus_get_resource_count(dev, type, rid);
     bus_delete_resource(dev, type, rid);

* Delete isa_get_rsrc and use bus_get_resource_start instead.

* Fix a stupid typo in isa_alloc_resource reported by Takahashi
  Yoshihiro &lt;nyan@FreeBSD.org&gt;.

* Print a diagnostic message if we can't assign resources to a PnP
  device.

* Change device_print_prettyname() so that it doesn't print
  "(no driver assigned)-1" for anonymous devices.
</content>
</entry>
<entry>
<title>- Point the right bits at the new location of the bus front ends.</title>
<updated>1999-10-09T06:25:18Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-09T06:25:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c6247433d74d2bf681b39b1c2a919b1445ed128'/>
<id>urn:sha1:3c6247433d74d2bf681b39b1c2a919b1445ed128</id>
<content type='text'>
  The 'bt' SCSI driver now lives in sys/dev/buslogic.

- Correct a few comments.
</content>
</entry>
<entry>
<title>- Restore correct operation of bt_mca.</title>
<updated>1999-10-09T04:02:02Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-09T04:02:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a28315fb6d17d9144afba630d2abe9deb4ef053'/>
<id>urn:sha1:8a28315fb6d17d9144afba630d2abe9deb4ef053</id>
<content type='text'>
- Work around a problem not yet solved in the tree (but solved in mine.)

	device_get_ivars() should never be cast to a struct resource_list *
	The solution, under review, involves the creation of a
	device_get_resource_list() function.  More later.
</content>
</entry>
<entry>
<title>Sync with recent changes to the MCA bus code.  Resource IVARS went</title>
<updated>1999-10-08T13:02:34Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-08T13:02:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fad05b4cf4761480f12d89224480e50308be9965'/>
<id>urn:sha1:fad05b4cf4761480f12d89224480e50308be9965</id>
<content type='text'>
away.
</content>
</entry>
<entry>
<title>mca_add_{iospace,mspace}() no longer takes a 4th arg.</title>
<updated>1999-09-26T07:16:01Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-09-26T07:16:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8accb14bd9221e0cde75de35ff3260a0ea4b7d0'/>
<id>urn:sha1:d8accb14bd9221e0cde75de35ff3260a0ea4b7d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This adds support for the Buslogic/Bustek/Storage Dimensions</title>
<updated>1999-09-03T03:50:55Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-09-03T03:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fdfd9f2f7067b173daa71f502efc6bc2397f66cf'/>
<id>urn:sha1:fdfd9f2f7067b173daa71f502efc6bc2397f66cf</id>
<content type='text'>
MCA SCSI adapters.

bt_mca.c is going to live in sys/dev/buslogic instead of sys/dev/mca
as per a conversation with Peter, Doug and Mike.

Thanks to Andy Farkas &lt;andyf@speednet.com.au&gt; for being such a good
sport and doing all the testing for me (as I don't actually own one
of these cards.  Yet.)
</content>
</entry>
</feed>
