<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/exca, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>- Fix exca_(io|mem)_map() to return proper errno values.</title>
<updated>2007-03-23T17:15:07Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-03-23T17:15:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00362cddbe0447932b885be5bc3ce5c30f9fa569'/>
<id>urn:sha1:00362cddbe0447932b885be5bc3ce5c30f9fa569</id>
<content type='text'>
- Change exca_activate_resource() to call BUS_ACTIVATE_RESOURCE() before
  calling exca_(io|mem)_map() since the latter use rman_get_bus(tag|handle)
  and the recent changes to nexus(4) mean that you need to activate a
  resource before reading the bus tag and handle.  This was true before,
  but now the nexus(4) drivers on x86 and ia64 are more forceful about it.

Reviewed by:	imp
</content>
</entry>
<entry>
<title>exca-&gt;pccarddev should always be non-null now.  Only call it when the</title>
<updated>2007-02-24T15:56:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-02-24T15:56:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e2ae5821fe7078094b2fb5538d6f2b31fcb4fa5f'/>
<id>urn:sha1:e2ae5821fe7078094b2fb5538d6f2b31fcb4fa5f</id>
<content type='text'>
device is actually attached.
</content>
</entry>
<entry>
<title>It turns out that it is easier to not NULL out pccard and cardbus</title>
<updated>2007-02-15T07:22:27Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-02-15T07:22:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=21de43a1ecd1ee19ba0b09010445c1dc18b83633'/>
<id>urn:sha1:21de43a1ecd1ee19ba0b09010445c1dc18b83633</id>
<content type='text'>
device pointers.  They don't change as the children device drivers
come and go.  Rather, check to see if the device is attached where we
would have checked ! NULL.  This solves many asymmetries in the code
that likely could lead to crashes when loading/unloading cbb without
one or more of the expected children's driver not present.
</content>
</entry>
<entry>
<title>Cleanup sloppy ifdef.</title>
<updated>2006-09-24T00:26:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-09-24T00:26:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e53810378e7e87064a67abd72e7fe0d066409f8'/>
<id>urn:sha1:4e53810378e7e87064a67abd72e7fe0d066409f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The TOPIC97 and TOPIC100 seem to have a special register in the exca</title>
<updated>2006-08-12T08:53:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-08-12T08:53:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c48d33eeca0c2f070207ccfbdf9eb141f3a4405'/>
<id>urn:sha1:3c48d33eeca0c2f070207ccfbdf9eb141f3a4405</id>
<content type='text'>
space that enables low voltage operation (and maybe other stuff).
Enable the bits in this register so low voltage 16-bit cards may work.

Existance noticed in NetBSD driver.
</content>
</entry>
<entry>
<title>Don't dereference an uninitialized pointer.</title>
<updated>2006-03-09T16:28:24Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-03-09T16:28:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=837d712d07e5601d08872d1be7ed11de73ca4648'/>
<id>urn:sha1:837d712d07e5601d08872d1be7ed11de73ca4648</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set the name of the chipset found</title>
<updated>2005-10-19T00:25:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-10-19T00:25:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=02341dd12eec7d0a782c27fb4241dc40cd3adf02'/>
<id>urn:sha1:02341dd12eec7d0a782c27fb4241dc40cd3adf02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor commentary correction</title>
<updated>2005-10-17T08:20:44Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-10-17T08:20:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0cf11d1db4f6418b4f5a4f3bfd362ebe90f3a01c'/>
<id>urn:sha1:0cf11d1db4f6418b4f5a4f3bfd362ebe90f3a01c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFP4: Minor tweaks.</title>
<updated>2005-10-14T04:48:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-10-14T04:48:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d508c20922d91855ab88595620820dac5915652'/>
<id>urn:sha1:1d508c20922d91855ab88595620820dac5915652</id>
<content type='text'>
</content>
</entry>
</feed>
