<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/exca, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>Didn't intend to commit debugging code enabled</title>
<updated>2004-08-16T01:57:06Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-08-16T01:57:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fea47c8e678e7bfb7279733ff97485c4b43c304'/>
<id>urn:sha1:9fea47c8e678e7bfb7279733ff97485c4b43c304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Other part of the cbb isa/pci split.  This likely is causing problems</title>
<updated>2004-08-15T23:17:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-08-15T23:17:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cc81f0c35e17352d910fe571af1432c2cc52f73f'/>
<id>urn:sha1:cc81f0c35e17352d910fe571af1432c2cc52f73f</id>
<content type='text'>
wrt cbb module.
</content>
</entry>
<entry>
<title>Card type stuff was backwards, so assume io for the moment.  mem needs</title>
<updated>2003-10-07T04:29:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-07T04:29:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1721d84eb8df0f599bd5f59043fad01c8cc23bb'/>
<id>urn:sha1:a1721d84eb8df0f599bd5f59043fad01c8cc23bb</id>
<content type='text'>
a lot of help and with luck bms will help me fix that.
</content>
</entry>
<entry>
<title>CARDMEM is the offset of the address ON THE CARD (eg which page).</title>
<updated>2003-09-24T22:13:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-09-24T22:13:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26824d8c47b0f24204a2371113ff44333b51d29f'/>
<id>urn:sha1:26824d8c47b0f24204a2371113ff44333b51d29f</id>
<content type='text'>
Instead, use EXCA_MEMREG_WIN_SHIFT which is the amount we shift the
bus address by to write into upper memory (eg above 24MB).  Use the
latter in this case.
</content>
</entry>
<entry>
<title>When we went to the set_flags interface for the memory resource, we</title>
<updated>2003-08-29T05:27:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-29T05:27:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d029ead3cbf2546f88ed85d235a4b6bed9b5f691'/>
<id>urn:sha1:d029ead3cbf2546f88ed85d235a4b6bed9b5f691</id>
<content type='text'>
switched from PCCARD_MEM_FOO to PCCARD_A_MEM_FOO, yet we didn't change
exca in all the right places.  Do so now.  Also use PCCARD_WIDTH_AUTO
rather than the magic cookie 0.
</content>
</entry>
<entry>
<title>A number of minor fixes to the mapping of memory.  This should help</title>
<updated>2003-08-28T05:01:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-28T05:01:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39c50d587a631d099e822410b5ab6456bdbf4ec0'/>
<id>urn:sha1:39c50d587a631d099e822410b5ab6456bdbf4ec0</id>
<content type='text'>
reading the CIS on some cards.  However, not all just yet.  This makes
at least some of the xircom cards that weren't working to work.  It
doesn't make my home and away card work, however.

o Don't get the card offset wrong.  This is the biggest hassle for
  reading the CIS.  The old code was just so wrong I can't believe that
  it worked at all.
o Don't set the bit that allows/forces 16-bit memory access to the
  memory.  It is hard coded with 0x80.
o Don't need to slow down memory access with wait-states.  OLDCARD didn't
  need them and it doesn't hurt anything.
o remove bogus grousying in comment.
</content>
</entry>
<entry>
<title>Fix location of $FreeBSD$ from last commit.</title>
<updated>2003-08-27T23:30:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-27T23:30:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=289dc689c62b8171b10bf5fc0638e3ac2a4a7b0a'/>
<id>urn:sha1:289dc689c62b8171b10bf5fc0638e3ac2a4a7b0a</id>
<content type='text'>
</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-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>MFP4:</title>
<updated>2003-06-07T20:46:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-06-07T20:46:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=090555da5b10259efaf21fd59fdf6428a8d7f4ed'/>
<id>urn:sha1:090555da5b10259efaf21fd59fdf6428a8d7f4ed</id>
<content type='text'>
	Merge some common code from cbb into exca.
</content>
</entry>
</feed>
