<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/aha, branch release/4.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-11-20T04:41:45Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-11-20T04:41:45Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-11-20T04:41:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d497cf6e989f7498cf5036a29fe7003a89abf83'/>
<id>urn:sha1:0d497cf6e989f7498cf5036a29fe7003a89abf83</id>
<content type='text'>
'RELENG_4_2_0_RELEASE'.

This commit was manufactured to restore the state of the 4.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: add PnP Id's, spelling fixes.</title>
<updated>2000-08-02T22:24:40Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-02T22:24:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3beb9f85e6e71b004821bce82f86eb0c2810ffbe'/>
<id>urn:sha1:3beb9f85e6e71b004821bce82f86eb0c2810ffbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix plug and play support:</title>
<updated>2000-01-24T07:08:40Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2000-01-24T07:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25f061dedda8288d66736cf7153c7bc3665b024a'/>
<id>urn:sha1:25f061dedda8288d66736cf7153c7bc3665b024a</id>
<content type='text'>
o Cut out the probed stuff.  We no longer need it since newbus implicitly
  checks for this (likely bt can be changed as well in this way).
o Add preliminary support for unload.  Untested because aha doesn't yet
  support identify and there are some interactions with PnP that I've
  not yet worked out.

With this I can boot the AHA-1542CP FW F.0.  All the aha resources
appear to be picked up via pnp now.
</content>
</entry>
<entry>
<title>MIN unused, so kill it</title>
<updated>1999-10-25T04:28:53Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-10-25T04:28:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=822ddbd8f7ac0899d5fe875741184bc7583bde7f'/>
<id>urn:sha1:822ddbd8f7ac0899d5fe875741184bc7583bde7f</id>
<content type='text'>
</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-test2/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>Kill unused includes</title>
<updated>1999-10-11T19:05:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-10-11T19:05:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d17298bf1cb5b0824637e76cc3c0afa1c2c0a0bc'/>
<id>urn:sha1:d17298bf1cb5b0824637e76cc3c0afa1c2c0a0bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the PRVERB() macro instead of 'if (bootverbose) printf()...</title>
<updated>1999-10-02T17:40:07Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-02T17:40:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fe76c677ea07c6b9c663ed48c866d45e847a8ed8'/>
<id>urn:sha1:fe76c677ea07c6b9c663ed48c866d45e847a8ed8</id>
<content type='text'>
Add debuging for all failure cases in aha_cmd().

Always check DATAIN_REG_READY even if we're ready to exit the
read loop.

The last fix allows the AHA-1640 MCA SCSI adapter to operate
correctly and likely fixes problems on a few other oddball
adapters. (I suspect my Dell Drive Array in 1540 mode needs this.)

Reviewed by:	Warner Losh
</content>
</entry>
<entry>
<title>Add support for the AHA-1640 SCSI adapter.</title>
<updated>1999-10-01T03:12:15Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-10-01T03:12:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=288778409b37fbac82974acfaeedcb320aee1c4e'/>
<id>urn:sha1:288778409b37fbac82974acfaeedcb320aee1c4e</id>
<content type='text'>
The changes to sys/dev/aha/aha.c that allow these
cards to function properly will be here in a day
or 2.
</content>
</entry>
<entry>
<title>Use rmand_get_bus{tag,handle} rather than hard wiring things to</title>
<updated>1999-09-28T19:59:41Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-09-28T19:59:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d77db021928f54cf47a604c668ab0828e27903ad'/>
<id>urn:sha1:d77db021928f54cf47a604c668ab0828e27903ad</id>
<content type='text'>
I386_BUS_SPACE_IO.  Compiles now on the Alpha, but likely will not
work due to bus space address &lt;-&gt; virtual address mapping bogons that
work for i386 but not alpha.
</content>
</entry>
<entry>
<title>Newbusification of aha.  dfr sent me the first cut, and I made it</title>
<updated>1999-09-28T02:39:45Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-09-28T02:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=896f49b096c58dd90783febd9d34e7cfa6ee9ca3'/>
<id>urn:sha1:896f49b096c58dd90783febd9d34e7cfa6ee9ca3</id>
<content type='text'>
work.  Be more verbose when one cannot allocate IRQ, et al since this
is a common configuration problem.  The cards have the IRQ soft wired
into their BIOS and do not try to do collision detection.  This can
cause problems when this IRQ is the same as another card/device.

The PNP hasn't been tested.  My PNP board is in a deployed system.
I'll sneak in testing of it sometime later.  I've been able to mount
the 3.3R cdrom that arrived today and access files off it.

Submitted by: dfr
</content>
</entry>
</feed>
