<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/puc/pucdata.c, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Add support for another multiple serial port card based on OX16PCI954 device</title>
<updated>2003-10-24T22:34:56Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2003-10-24T22:34:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=43e42f36887fd071dd81738ac9c18620a2e33ed3'/>
<id>urn:sha1:43e42f36887fd071dd81738ac9c18620a2e33ed3</id>
<content type='text'>
id 0x950a.

MFC:	after 4.9 release.
</content>
</entry>
<entry>
<title>Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiport</title>
<updated>2003-09-19T19:55:08Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2003-09-19T19:55:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ec6e983863ef7d6661d6c71bdb28a1541e0e343'/>
<id>urn:sha1:0ec6e983863ef7d6661d6c71bdb28a1541e0e343</id>
<content type='text'>
card.

Thanks to bde for his help in configuring the undocumented bars in
this driver...

MFC after:	1 month
</content>
</entry>
<entry>
<title>Enhance puc(4) to support uart(4). This includes:</title>
<updated>2003-09-06T21:48:50Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-09-06T21:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc7d0dea1211bb5adb59372bd7399ebcce1818d7'/>
<id>urn:sha1:dc7d0dea1211bb5adb59372bd7399ebcce1818d7</id>
<content type='text'>
o  Introduce PUC_PORT_TYPE_UART so that we can attach to uart(4),
o  Introduce port sub-types (eg PUC_PORT_UART_NS8250, PUC_PORT_UART_Z8530)
   to handle different hardware and determine resource sizes.
o  Introduce two new IVARs: PUC_IVAR_SUBTYPE and PUC_IVAR_REGSHFT. Both
   are used by uart(4) to get sufficient information to talk to the HW.
o  Introduce PUC_FLAGS_ALTRES to tell puc(4) to try memory mapped I/O
   if I/O port space cannot be allocated, or vice versa.
o  Have ports of type PUC_PORT_TYPE_COM attach to uart(1) if attaching
   to sio(4) fails (due to not having the sio driver).
o  Put struct puc_device_description in struct puc_softc instead of
   having a pointer to a device description in the softc. This allows
   us to create device descriptions on the fly without having to use
   malloc() or otherwise have them staticly defined.
o  Move puc_find_description() from puc.c to puc_pci.c as it's specific
   to PCI.
o  Add EBUS and SBUS frontends for use on sparc64. Note that the P in
   puc stands for PCI, so we kinda mess things up here. It's too soon
   to worry about it though. We'll know what to do about it in time.

NOTE: This commit changes the behaviour of puc(4) to not quieten the
device probe and attach for child devices. The uart(4) driver provides
additional device description that is valuable to have.
</content>
</entry>
<entry>
<title>Add in a missing device entry that I thought was already in there.  This</title>
<updated>2003-08-21T03:54:20Z</updated>
<author>
<name>Doug Ambrisko</name>
<email>ambrisko@FreeBSD.org</email>
</author>
<published>2003-08-21T03:54:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cb38a02e06c9d3f72e041999f954b653ed3bb2d'/>
<id>urn:sha1:6cb38a02e06c9d3f72e041999f954b653ed3bb2d</id>
<content type='text'>
is from the same PR.  Prompted by the reporter of the PR.

PR:		38372
</content>
</entry>
<entry>
<title>Add support for the newer Moxa PCI 8-port, 16550-compatible based</title>
<updated>2003-08-14T14:15:16Z</updated>
<author>
<name>Pierre Beyssac</name>
<email>pb@FreeBSD.org</email>
</author>
<published>2003-08-14T14:15:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4530e20aae63b6690165819fe6a8205e93620057'/>
<id>urn:sha1:4530e20aae63b6690165819fe6a8205e93620057</id>
<content type='text'>
CP-168U board. It initializes and attaches in the same way as the
older (but higher performance) C168H. The only difference is the
board ID, which is 0x1681.

PR:		kern/53548
Submitted by:	regnauld@catpipe.net
MFC after:	1 week
</content>
</entry>
<entry>
<title>Support the Titan VScom PCI-200HV2 2 port serial card.</title>
<updated>2003-08-02T13:25:31Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-08-02T13:25:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=40f018905bcb135e7810adf37b49ce4ca56e4e74'/>
<id>urn:sha1:40f018905bcb135e7810adf37b49ce4ca56e4e74</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
<entry>
<title>add support for NetMos 4S0P PCI: 4S, 0P</title>
<updated>2003-05-14T09:37:46Z</updated>
<author>
<name>Wilko Bulte</name>
<email>wilko@FreeBSD.org</email>
</author>
<published>2003-05-14T09:37:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5adbf8fb4da4ccd3f566425a11e333ac9a5b32e9'/>
<id>urn:sha1:5adbf8fb4da4ccd3f566425a11e333ac9a5b32e9</id>
<content type='text'>
tested on -current: ceri
tested on -stable:  wilko

approved: re (scottl)
</content>
</entry>
<entry>
<title>Add support for IC Book Ironclad Pro/Lite 8-port cards.</title>
<updated>2003-04-30T22:15:47Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2003-04-30T22:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9442e03ca0af78bb37791699b53cfae55b8d08e'/>
<id>urn:sha1:e9442e03ca0af78bb37791699b53cfae55b8d08e</id>
<content type='text'>
Sponsired by:	IC Book Labs
MFC After:	2 weeks
</content>
</entry>
<entry>
<title>Correct typos.</title>
<updated>2003-04-07T09:42:45Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2003-04-07T09:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13b051bb5178f43a29da96b98cb74ec332405f1e'/>
<id>urn:sha1:13b051bb5178f43a29da96b98cb74ec332405f1e</id>
<content type='text'>
PR:		kern/50619
Submitted by:	Gavin Atkinson &lt;gavin.atkinson@ury.york.ac.uk&gt;
MFC after:	3 days
</content>
</entry>
</feed>
