<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/isa, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-12T11:57:09Z</updated>
<entry>
<title>MFC: add support for Netmos Nm9845 multiport serial card.</title>
<updated>2002-08-12T11:57:09Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-08-12T11:57:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2319d8d62bb8c1f98a609030b05d52718d92b25f'/>
<id>urn:sha1:2319d8d62bb8c1f98a609030b05d52718d92b25f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2002-08-12T10:20:42Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-08-12T10:20:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae8bd88a6e05d27debda06b31db75a6e48f67bc1'/>
<id>urn:sha1:ae8bd88a6e05d27debda06b31db75a6e48f67bc1</id>
<content type='text'>
Another Askey/Dynalink ISA modem ID.

PR:		35813
Submitted by:	Chris Knight &lt;chris@aims.com.au&gt;
</content>
</entry>
<entry>
<title>Now that Jung-uk Kim pointed out to me that i forgot to commit part of</title>
<updated>2002-05-15T21:56:14Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2002-05-15T21:56:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ca135f5563c3eccdf94a1ec59e463c619143d3a'/>
<id>urn:sha1:8ca135f5563c3eccdf94a1ec59e463c619143d3a</id>
<content type='text'>
his original patch for in_fdc(), it became painfully obvious that
in_fdc() isn't used anymore at all.  This function has already been
removed from -current in rev 1.204, but i eventually forgot to MFC
those parts of 1.204 that are also applicable to RELENG_4, so i'm
doing that now.  (It also makes out_fdc() static.)

Approved by:	re
</content>
</entry>
<entry>
<title>MFC revs 1.229-1.233 (except 1.231) from fd.c</title>
<updated>2002-05-15T14:35:14Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2002-05-15T14:35:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2f7ce9db92649538ed8a3dbbdcbfd43f7401dc6'/>
<id>urn:sha1:f2f7ce9db92649538ed8a3dbbdcbfd43f7401dc6</id>
<content type='text'>
This rewrites the PIO loops for querying the FDC's main status
register from a simple countdown-based limit to one using DELAY() so
it can be assured that up to approximately 100 ms will be waited for
the condition to happen.

PR:		kern/21397
Approved by:	re
</content>
</entry>
<entry>
<title>MFC: Mostly sync the PCI ID list.</title>
<updated>2002-04-15T15:29:35Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-04-15T15:29:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8401b8a3807dd692d93543574470567288114c17'/>
<id>urn:sha1:8401b8a3807dd692d93543574470567288114c17</id>
<content type='text'>
New devices:
- CyberSerial (1-port) 16550
- Oxford Semiconductor PCI Dual Port Serial
- SeaLevel Ultra 530.PCI Single Port Serial

The entry for Lucent kermit based PCI modems now uses a more generic
name rather than the name of a specific product.
</content>
</entry>
<entry>
<title>MFC (MAKEDEV 1.323, sio.c 1.371: support more than 32 sio unit numbers).</title>
<updated>2002-04-08T10:19:20Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-04-08T10:19:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1bea6498377a3ca964f12a923d7546ed5ad9c42b'/>
<id>urn:sha1:1bea6498377a3ca964f12a923d7546ed5ad9c42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: rev 1.228, don't attempt to apply UFS-style partition magic when</title>
<updated>2002-04-05T12:37:04Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2002-04-05T12:37:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39d6e2f9b8b2df272caa2a9465320cd0cdc502c7'/>
<id>urn:sha1:39d6e2f9b8b2df272caa2a9465320cd0cdc502c7</id>
<content type='text'>
reading a disklabel from a floppy.
</content>
</entry>
<entry>
<title>MFC: rev 1.42, improve out-of-sync handling/recovery.</title>
<updated>2002-03-27T16:53:35Z</updated>
<author>
<name>Pierre Beyssac</name>
<email>pb@FreeBSD.org</email>
</author>
<published>2002-03-27T16:53:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a03d2c2b98e63cf89309f60ab30abe7febac30c'/>
<id>urn:sha1:3a03d2c2b98e63cf89309f60ab30abe7febac30c</id>
<content type='text'>
Fixes problem with USB mouse on USB-PS/2 adapter.
</content>
</entry>
<entry>
<title>Make this compile on non i386 archs too.</title>
<updated>2002-03-10T18:48:23Z</updated>
<author>
<name>John Hay</name>
<email>jhay@FreeBSD.org</email>
</author>
<published>2002-03-10T18:48:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fdfe1f7ca36c26c0f8e1133a89cf2b6084f9620a'/>
<id>urn:sha1:fdfe1f7ca36c26c0f8e1133a89cf2b6084f9620a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: several sio driver changes.</title>
<updated>2002-03-10T06:26:45Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-03-10T06:26:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84f980b38154466b6aa79e2e977d8c1a5d4dc872'/>
<id>urn:sha1:84f980b38154466b6aa79e2e977d8c1a5d4dc872</id>
<content type='text'>
 - sys/dev/sio/sio_pci.c revision 1.4 (pc98 support)
 - sys/dev/sio/sio_puc.c revision 1.2 (pc98 support)
 - sys/pc98/pc98/sio.c revision 1.164
    - The pc98_ttspeedtab() function returns an error status instead of a
      divisor, and sets a divisor to the third argument.
    - The second argument of the pc98_set_baud_rate() function is changed
      from int to u_int.

MFi386: Add support for different serial clock frequencies.
</content>
</entry>
</feed>
