<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/exca/exca.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-10-07T04:29:04Z</updated>
<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>
<entry>
<title>Don't use return(foo(...)); in function returning void.</title>
<updated>2003-05-31T16:51:41Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-05-31T16:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26028fee6fa5cfd6aa4398dac17899eab1f137eb'/>
<id>urn:sha1:26028fee6fa5cfd6aa4398dac17899eab1f137eb</id>
<content type='text'>
Found by:       FlexeLint
</content>
</entry>
<entry>
<title>Massive overhaul of exca to help with the isa efforts:</title>
<updated>2003-02-14T06:21:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-02-14T06:21:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0ba3d7e56792d082c10c0385b29bd21dac74e33'/>
<id>urn:sha1:e0ba3d7e56792d082c10c0385b29bd21dac74e33</id>
<content type='text'>
o chip_name arrays ifdef'd out.
o use the OLDCARD-like get/put functions so we can support differnt types
  of mappings.
o Write the beggings of is this a valid exca device and introduce more
  chipset support.

# this is partially a wip, but also needed because some other cahnges I've
# made require some of these changes.
</content>
</entry>
<entry>
<title>Update comments to remind me about power bugs in oldcard.</title>
<updated>2002-10-07T06:18:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-10-07T06:18:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db8c52408dc1fb4b31ca391c433615e91e96f08e'/>
<id>urn:sha1:db8c52408dc1fb4b31ca391c433615e91e96f08e</id>
<content type='text'>
</content>
</entry>
</feed>
