<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/contrib/dev, 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-23T09:00:15Z</updated>
<entry>
<title>MFC: Install mode 644, not mode 664 during kernel compile.</title>
<updated>2000-08-23T09:00:15Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2000-08-23T09:00:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc2d51d67d4d173b65032960ba48bd8d70db4b40'/>
<id>urn:sha1:dc2d51d67d4d173b65032960ba48bd8d70db4b40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: use correct PCI register names</title>
<updated>2000-08-04T23:16:01Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-04T23:16:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58a15b1ce298c52517375a0227d3a8745a8665dd'/>
<id>urn:sha1:58a15b1ce298c52517375a0227d3a8745a8665dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o MFC: Fix typo in the RapidFire 3540 adapter name</title>
<updated>2000-03-19T15:10:35Z</updated>
<author>
<name>Larry Lile</name>
<email>lile@FreeBSD.org</email>
</author>
<published>2000-03-19T15:10:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc2d30eea478830ddfbe0441e67f07419af5322a'/>
<id>urn:sha1:bc2d30eea478830ddfbe0441e67f07419af5322a</id>
<content type='text'>
  4/16/100 -&gt; 100/16/4 so that it matches all of the others.

o MFC: Since we went to all the trouble of getting the correct
  working memory size actually use it.

* Submitted by: Nikolai Saoukh &lt;nms@otdel-1.org&gt;
</content>
</entry>
<entry>
<title>MFC: New-bus Olicom driver</title>
<updated>2000-03-19T00:32:42Z</updated>
<author>
<name>Larry Lile</name>
<email>lile@FreeBSD.org</email>
</author>
<published>2000-03-19T00:32:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60fffa9c54340f2dd37542bd847a77f27b7a5398'/>
<id>urn:sha1:60fffa9c54340f2dd37542bd847a77f27b7a5398</id>
<content type='text'>
o Replace the old "oltr" driver with the completely re-written
  new-bus Olicom driver, previously known as "ol".  The new
  driver unfortunately does not support ISA cards yet.

o Update the microcode files, interface library and include files
  to the latest PowerMACH works version.  Force even byte alignment
  of adapter microcode.

o Roll in some of the patches from Nikolai Saoukh &lt;nms@ethereal.ru&gt;.

* Approved by: Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;
</content>
</entry>
<entry>
<title>Remove a somewhat odd #if that is always true (NOLTR will be always</title>
<updated>2000-01-29T18:38:31Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T18:38:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc5bdb79783637fe174aaec814a5f7bbe010514a'/>
<id>urn:sha1:cc5bdb79783637fe174aaec814a5f7bbe010514a</id>
<content type='text'>
1 or more if this file is being compiled)
</content>
</entry>
<entry>
<title>Garbage collect oltr_pci_shutdown</title>
<updated>1999-12-21T08:21:36Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-12-21T08:21:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=568d8f8e26fc4226dddd3e9ed0c542fc377ec547'/>
<id>urn:sha1:568d8f8e26fc4226dddd3e9ed0c542fc377ec547</id>
<content type='text'>
</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>Fix a stray (ifdef'ed) reference to a non-existing file.</title>
<updated>1999-11-29T13:31:02Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-11-29T13:31:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df9349420eb07129ab6fca41ad1d88fbbadbf8c4'/>
<id>urn:sha1:df9349420eb07129ab6fca41ad1d88fbbadbf8c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finding root devices is a much more sane thing now.</title>
<updated>1999-11-10T10:50:51Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-11-10T10:50:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4698bc76a2c09c36ff2b5f701d11db2846e9a133'/>
<id>urn:sha1:4698bc76a2c09c36ff2b5f701d11db2846e9a133</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/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>
</feed>
