<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/amr, 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-09-25T21:57:54Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-09-25T21:57:54Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-09-25T21:57:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2641b0c407077fa8c3032d87d15ac6a103b0ed1b'/>
<id>urn:sha1:2641b0c407077fa8c3032d87d15ac6a103b0ed1b</id>
<content type='text'>
'RELENG_4_1_1_RELEASE'.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-08-30T11:04:52Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-08-30T11:04:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=18b96927eebbf024f279b34476b8e80b6cda122f'/>
<id>urn:sha1:18b96927eebbf024f279b34476b8e80b6cda122f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: fix for too-low s/g tables.</title>
<updated>2000-06-10T19:23:28Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-06-10T19:23:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3af2ea02b0be3685d53bb41e6c7b6022941e2aad'/>
<id>urn:sha1:3af2ea02b0be3685d53bb41e6c7b6022941e2aad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: disable returning "wedged" commands.</title>
<updated>2000-04-24T19:56:45Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-04-24T19:56:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a089e96b58203c26c5a74020e5a7bd6a4bcb1184'/>
<id>urn:sha1:a089e96b58203c26c5a74020e5a7bd6a4bcb1184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major MFC:</title>
<updated>2000-04-11T00:12:46Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-04-11T00:12:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71339c22ac184c69840126fb35739fe0a48c9a02'/>
<id>urn:sha1:71339c22ac184c69840126fb35739fe0a48c9a02</id>
<content type='text'>
 - Reduce maximum number of commands to a safe level.
 - Introduce periodic status poll.
 - Rework command submission/completion handling to remove possible races.

This should stabilise the driver under heavy load conditions.
</content>
</entry>
<entry>
<title>Increase the time we spend waiting for the controller to become ready to</title>
<updated>2000-02-17T23:33:57Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2000-02-17T23:33:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3c81680963c14fd84d3ddadaa3dfbb913f89023'/>
<id>urn:sha1:a3c81680963c14fd84d3ddadaa3dfbb913f89023</id>
<content type='text'>
accept a new command; in high load cases it may be too busy for the old
value.

This loop needs something to tie it to real time, rather than just the CPU's
ability to fetch from the L1 data cache, but this hack works for now.

Approved by:	jkh
</content>
</entry>
<entry>
<title>Fix a printf format problem on the Alpha, where size_t == unsigned long,</title>
<updated>1999-12-12T20:53:31Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-12T20:53:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87280b0a702b6b09a45c4c1b357611776092fc50'/>
<id>urn:sha1:87280b0a702b6b09a45c4c1b357611776092fc50</id>
<content type='text'>
not unsigned int as on the x86.
</content>
</entry>
<entry>
<title>Revamp the devstat priority system.  All disks now have the same priority.</title>
<updated>1999-12-08T04:45:23Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1999-12-08T04:45:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86b2c8466d55cc4288852ba561b48581096f5859'/>
<id>urn:sha1:86b2c8466d55cc4288852ba561b48581096f5859</id>
<content type='text'>
The same goes for CD drivers and tape drivers.  In systems with mixed IDE
and SCSI, devices in the same priority class will be sorted in attach
order.

Also, the 'CCD' priority is now the 'ARRAY' priority, and a number of
drivers have been modified to use that priority.

This includes the necessary changes to all drivers, except the ATA drivers.
Soren will modify those separately.

This does not include and does not require any change in the devstat
version number, since no known userland applications use the priority
enumerations.

Reviewed by:	msmith, sos, phk, jlemon, mjacob, bde
</content>
</entry>
<entry>
<title>Remove the 'ivars' arguement to device_add_child() and</title>
<updated>1999-12-03T08:41:24Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-12-03T08:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe0d408987b42b531420ff2de76d534dbe7ecee7'/>
<id>urn:sha1:fe0d408987b42b531420ff2de76d534dbe7ecee7</id>
<content type='text'>
device_add_child_ordered().  'ivars' may now be set using the
device_set_ivars() function.

This makes it easier for us to change how arbitrary data structures are
associated with a device_t.  Eventually we won't be modifying device_t
to add additional pointers for ivars, softc data etc.

Despite my best efforts I've probably forgotten something so let me know
if this breaks anything.  I've been running with this change for months
and its been quite involved actually isolating all the changes from
the rest of the local changes in my tree.

Reviewed by:	peter, dfr
</content>
</entry>
<entry>
<title>Don't print the chipset value; it's not useful.</title>
<updated>1999-11-02T03:24:09Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-11-02T03:24:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83f24093695362b9bf824e9990838360f05063c8'/>
<id>urn:sha1:83f24093695362b9bf824e9990838360f05063c8</id>
<content type='text'>
Now we know what some of the state values are, print the current array
state.
</content>
</entry>
</feed>
