<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/fdc, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Fix various minor bugs and nits in callout handling.</title>
<updated>2006-03-07T15:50:25Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-07T15:50:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b5add23e36cf008d52c85827af3757a7aceef3b'/>
<id>urn:sha1:3b5add23e36cf008d52c85827af3757a7aceef3b</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: canonify the include of acpi.h.</title>
<updated>2005-11-07T09:53:25Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-11-07T09:53:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a531d12e43954955fd982ef813c4195c3d9856c3'/>
<id>urn:sha1:a531d12e43954955fd982ef813c4195c3d9856c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: 1.380</title>
<updated>2005-09-02T00:33:30Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2005-09-02T00:33:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=66450a45263f09eea48798db05e9e20a3181868f'/>
<id>urn:sha1:66450a45263f09eea48798db05e9e20a3181868f</id>
<content type='text'>
 FDOPT_NORETRY is an option, and must be compared with fd-&gt;options,
 not fd-&gt;flags.

PR:             kern/85481
Submitted by:   Lev Levinson &lt;llevinson at inbox dot ru&gt;
Approved by:	re (ken)
</content>
</entry>
<entry>
<title>Eliminate unused argument in PCMCIA_CARD macro.</title>
<updated>2005-06-24T14:36:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-06-24T14:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab581af7793365b219b8d57024e809a5b0e9c0ad'/>
<id>urn:sha1:ab581af7793365b219b8d57024e809a5b0e9c0ad</id>
<content type='text'>
Provide a backwards compatible way to have the extra macro by defining
PCCARD_API_LEVEL 5 before including pccarddevs for driver writers that
want/need to have the same driver on 5 and 6 with pccard attachments.

Approved by: re (dwhite)
</content>
</entry>
<entry>
<title>If we fail a sanity check for the resources just allocated, make sure</title>
<updated>2005-03-15T08:02:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-15T08:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=356eadcdd653af5652c3a715c98d9b1c58e4dbe0'/>
<id>urn:sha1:356eadcdd653af5652c3a715c98d9b1c58e4dbe0</id>
<content type='text'>
that we free that resource.  All the other resources are freed in
their own routine, but since we haven't saved a pointer to this one,
it is leaked.  This is the failure case that lead to the sio ports
that weren't working, I think.
</content>
</entry>
<entry>
<title>Only allocate 1 port for non-zero rids.  Either we'll get the proper</title>
<updated>2005-03-14T19:09:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-14T19:09:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d90aafb50d7be161b7cf6cbb6f20d2a9fab60327'/>
<id>urn:sha1:d90aafb50d7be161b7cf6cbb6f20d2a9fab60327</id>
<content type='text'>
length form the enumeration mechanism, or we're dealing with the FDCTL
register, which is only 1 port long.
</content>
</entry>
<entry>
<title>Fix a couple of problems with the probe code when used with pnpbios</title>
<updated>2005-03-10T18:09:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-03-10T18:09:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=530a692468d7309e60af266165ef692336d867b4'/>
<id>urn:sha1:530a692468d7309e60af266165ef692336d867b4</id>
<content type='text'>
resources.  When allocating 6 ports for a 4 port range isa code
returns an error.  I'm not sure yet why this is the case, but suspect
it is just a non-regularity in how the resource allocation code works
which should be corrected.  Use 1 as the ports size in this case.
However, in the hints case, we have to specify the length, so use 6 in
that case.  I believe that this is also acpi friendly.

Also, complain when we can't allocate FDOUT register space.  Right now we
silently fail when we can't.  This failure is referred to above.

When there's no resource for FDCTL, go ahead and allocate one by hand.
Many PNPBIOS tables don't list this resource, and our hints mechanism also
doesn't cover that range.  If we can't allocate it, whine, but fake up
something.  Before, we were always bogusly faking it and no one noticed
the sham (save the original author who has now fixed his private shame).
</content>
</entry>
<entry>
<title>Add missing ()</title>
<updated>2005-02-28T13:49:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-02-28T13:49:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62da7a2d68510c673507574e5667c690172c407f'/>
<id>urn:sha1:62da7a2d68510c673507574e5667c690172c407f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing va_end() in fdc_cmd.</title>
<updated>2005-02-28T05:14:45Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2005-02-28T05:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7e943a456cb6d7af392834ffb2304db509422bf'/>
<id>urn:sha1:a7e943a456cb6d7af392834ffb2304db509422bf</id>
<content type='text'>
0 -&gt; NULL in arguments of fdc_sense_int().

Reminded by:	joerg
</content>
</entry>
</feed>
