#
2569e387 |
| 18-Jun-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).
Sponsored by: Feral Software
|
#
de0d2cad |
| 24-Apr-2002 |
John Hay <jhay@FreeBSD.org> |
Add another chip id for the new LAVA 4-port serial card.
PR: 37333 Submitted by: Ari Suutari <ari.suutari@syncrontech.com> MFC after: 4 days
|
#
a4c6b916 |
| 01-Apr-2002 |
John Hay <jhay@FreeBSD.org> |
Add an entry for "PCCOM dual port RS232/422/485".
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> MFC after: 1 week
|
#
07bd43d6 |
| 28-Mar-2002 |
Murray Stokely <murray@FreeBSD.org> |
Add an entry for Decision Computer Inc, PCCOM 4-port serial cards.
PR: kern/36302 Submitted by: Thomas Zenker <thz@Lennartz-electronic.de> MFC after: 1 week
|
#
db78e578 |
| 08-Mar-2002 |
John Hay <jhay@FreeBSD.org> |
Remove the #if __FreeBSD_version glue now that the puc driver is part of -stable.
|
#
b72c70af |
| 06-Mar-2002 |
John Hay <jhay@FreeBSD.org> |
Add the "Avlab Technology, PCI IO 2S" card.
Submitted by: Terry Glanfield <Terry.Glanfield@program-products.co.uk>
|
#
9c564b6c |
| 16-Feb-2002 |
John Hay <jhay@FreeBSD.org> |
Add the puc (PCI "Universal" Communications) driver. The idea and some of the structure definitions come from NetBSD to make it easier to share card definitions. The driver only acts as a shim betwee
Add the puc (PCI "Universal" Communications) driver. The idea and some of the structure definitions come from NetBSD to make it easier to share card definitions. The driver only acts as a shim between the pci bus and the sio driver. Later pci parallel ports could also be supported through this driver. Support for most single and multiport pci serial cards should be as simple as adding its definition to pucdata.c
Tested with the following pci cards: Moxa Industio CP-114, 4 port RS-232,RS-422/485 Syba Tech Ltd. PCI-4S2P-550-ECP, 4 port RS-232 + 2 parallel ports Netmos NM9835 PCI-2S-550, 2 port RS-232
show more ...
|