<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/cardbus, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-01T12:45:03Z</updated>
<entry>
<title>Make the cardbus driver a derived class of the pci driver. In theory, this</title>
<updated>2003-11-01T12:45:03Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2003-11-01T12:45:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aec21b56e8cbf018f2037e3da234df580f4e7252'/>
<id>urn:sha1:aec21b56e8cbf018f2037e3da234df580f4e7252</id>
<content type='text'>
should allow many of the pci methods to be re-staticised.
</content>
</entry>
<entry>
<title>remove obsolete quirks for cardbus cis.  none have proven to be needed.</title>
<updated>2003-10-07T03:40:17Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-07T03:40:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ea2d18aa4c0866d6f5ed6c4ce670bf192927450'/>
<id>urn:sha1:4ea2d18aa4c0866d6f5ed6c4ce670bf192927450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o move the cis tuple definitions into a common file.</title>
<updated>2003-10-07T03:33:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-07T03:33:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a294cdb6b5b9bafe1865724d6ce0f634e0f787e8'/>
<id>urn:sha1:a294cdb6b5b9bafe1865724d6ce0f634e0f787e8</id>
<content type='text'>
o minor optimization of cardbus_cis processing.  Remove a bunch of generic
  entries that are handled by generic.
o no longer need the card_get_type stuff.
</content>
</entry>
<entry>
<title>These aren't needed anymore</title>
<updated>2003-10-07T02:51:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-07T02:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d5500e4aa5f4aa3fddf5e647f5f1085a0561924'/>
<id>urn:sha1:0d5500e4aa5f4aa3fddf5e647f5f1085a0561924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove prototype for decode_tuple_copy() which was axed in the last</title>
<updated>2003-10-06T21:21:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-10-06T21:21:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e7c50d04d9c32c2881dbc9b4b0867f9dda7faa1'/>
<id>urn:sha1:5e7c50d04d9c32c2881dbc9b4b0867f9dda7faa1</id>
<content type='text'>
revision to fix compile.
</content>
</entry>
<entry>
<title>remove the cardbus cis reading code.  nobody ever used it and it has</title>
<updated>2003-10-06T15:56:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-06T15:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6e01094a4fc1e1cf44c2d1d806b211b9f351086'/>
<id>urn:sha1:f6e01094a4fc1e1cf44c2d1d806b211b9f351086</id>
<content type='text'>
locking issues down to the api level.
</content>
</entry>
<entry>
<title>Use PCIR_BAR(x) instead of PCIR_MAPS.</title>
<updated>2003-09-02T17:30:40Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-09-02T17:30:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e27951b29c565206b57c8cdbc2ac344485c2f4f5'/>
<id>urn:sha1:e27951b29c565206b57c8cdbc2ac344485c2f4f5</id>
<content type='text'>
Glanced over by:	imp, gibbs
Tested by:		i386 LINT
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>Add a new PCI interface method, assign_interrupt, to determine the</title>
<updated>2003-07-01T14:08:33Z</updated>
<author>
<name>Thomas Moestl</name>
<email>tmm@FreeBSD.org</email>
</author>
<published>2003-07-01T14:08:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3920999db7a352f899447e41d4fae2c7a1f7442b'/>
<id>urn:sha1:3920999db7a352f899447e41d4fae2c7a1f7442b</id>
<content type='text'>
interrupt to be used for a device. This is intended solely for internal
use of PCI bus implementations, and exists so that PCI bus drivers
implementing special interrupt assignment methods which require
additional work at the bus level to work right can be easily derived
from the generic driver (or any other one) without resorting to hacks.

It will be used in the sparc64 ofw_pcibus driver, which will be
committed shortly.

Make use of this method in the generic implementation, and add it to
the method table of bus drivers derived from the PCI one.

Reviewed by:	imp, -hackers
</content>
</entry>
<entry>
<title>Don't leak "barlist" allocation on failure.</title>
<updated>2003-06-01T09:24:17Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-01T09:24:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b44f808797e582a025aa71108f245704610c4fdf'/>
<id>urn:sha1:b44f808797e582a025aa71108f245704610c4fdf</id>
<content type='text'>
Found by:	FlexeLint
</content>
</entry>
</feed>
