#
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 ...
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
1d864e0d |
| 07-Dec-2009 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Add support for the NetMos NM9865 family of Serial/Parallel ports.
Obtained from: NetMos MCS9865 v1.0.0.1 driver MFC after: 3 days
|
#
09c817ba |
| 03-Jul-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
045de714 |
| 20-Jun-2009 |
Navdeep Parhar <np@FreeBSD.org> |
Make puc(4) aware of this 2 port serial card based on NetMos 9835:
puc0@pci0:4:1:0: class=0x070002 card=0x00021000 chip=0x98359710 rev=0x01 hdr=0x00
Reviewed by: marcel@ Approved by: gnn (men
Make puc(4) aware of this 2 port serial card based on NetMos 9835:
puc0@pci0:4:1:0: class=0x070002 card=0x00021000 chip=0x98359710 rev=0x01 hdr=0x00
Reviewed by: marcel@ Approved by: gnn (mentor)
show more ...
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
2e03f452 |
| 04-Jun-2009 |
Jung-uk Kim <jkim@FreeBSD.org> |
Resync with head.
|
#
63fbf504 |
| 02-Jun-2009 |
Robert Watson <rwatson@FreeBSD.org> |
Add support for the four PUC serial interfaces found on IBM SurePOS 300 series POS terminals.
MFC after: 3 days Submitted by: Marc Balmer <marc at msys.ch>
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
843994ae |
| 05-Mar-2009 |
John Baldwin <jhb@FreeBSD.org> |
Add support for the single-port NetMos NM9835 serial adapter. The puc(4) entry is a specific entry to override the generic NetMos entry so that puc(4) will leave this device alone and let uart(4) cl
Add support for the single-port NetMos NM9835 serial adapter. The puc(4) entry is a specific entry to override the generic NetMos entry so that puc(4) will leave this device alone and let uart(4) claim it.
Submitted by: Navdeep Parhar nparhar @ gmail Reviewed by: marcel MFC after: 1 week
show more ...
|
#
13ae6dce |
| 12-Feb-2009 |
Kevin Lo <kevlo@FreeBSD.org> |
Add support for the Sunix SUN1889-based dual parallel port card.
PR: kern/128219 Submitted by: Thinker K.F. Li <thinker at branda dot to>
|
#
0db1aa0b |
| 27-Jan-2009 |
Stanislav Sedov <stas@FreeBSD.org> |
- Add support for Moxa Technologies CP-168EL/PCIe card.
Submitted by: dmarck MFC after: 1 week
|
Revision tags: release/7.1.0_cvs, release/7.1.0 |
|
#
11a12794 |
| 27-Dec-2008 |
Roman Kurakin <rik@FreeBSD.org> |
Add support for the Oxford OX16PCI958-based card.
Note, that the patch provided with this card for the Linux states that the card uses DEFAULT_RCLK * 2, while in fact it is '* 10'. So probably we s
Add support for the Oxford OX16PCI958-based card.
Note, that the patch provided with this card for the Linux states that the card uses DEFAULT_RCLK * 2, while in fact it is '* 10'. So probably we should also use the subdevice/subvendord here. For now just ignore that fact.
PR: kern/129665 Submitted by: bsam Obtained from: united efforst with bsam
show more ...
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
0db885bb |
| 25-Oct-2008 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port card based on the OX16PCI954 chip with a non-standard clock.
MFC after: 3 days
|
#
c44bdcb0 |
| 13-Oct-2008 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4.
MFC after: 3 days
|
#
858030c4 |
| 22-Aug-2008 |
Andrew Thompson <thompsa@FreeBSD.org> |
Add the Decision Computer Inc, PCCOM 8-port serial card.
PR: kern/69730 Submitted by: Darrin Smith
|
#
46ce58c7 |
| 22-Aug-2008 |
Andrew Thompson <thompsa@FreeBSD.org> |
Add the VScom PCI-100L card.
PR: kern/72352 Submitted by: Thomas Nystrom
|
#
0dc908e7 |
| 22-Aug-2008 |
Andrew Thompson <thompsa@FreeBSD.org> |
Add the Avlab Technology PCI IO 4S-850 4 port serial card.
PR: kern/110797 Submitted by: Trevor Roydhouse
|
#
1454b578 |
| 29-May-2008 |
Kirk McKusick <mckusick@FreeBSD.org> |
The SIIG 4 port serial card based on the Oxford OX16PCI954 is clocked at 10x normal speed. That is, when you set it for 9600 baud, it actually does 96000 baud. In order to make it plug and play with
The SIIG 4 port serial card based on the Oxford OX16PCI954 is clocked at 10x normal speed. That is, when you set it for 9600 baud, it actually does 96000 baud. In order to make it plug and play with other serial ports, it has to have its clock rate reduced by a factor of 10.
Discussed with: Marcel Moolenaar MFC after: 2 weeks
show more ...
|
#
c1163871 |
| 16-May-2008 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Fix RID calculation. The RID is really the BAR for PCI cards, so the index needs to be translated into an offset. While we did add the offset (0x10), we forgot to account for the width.
Tested by: T
Fix RID calculation. The RID is really the BAR for PCI cards, so the index needs to be translated into an offset. While we did add the offset (0x10), we forgot to account for the width.
Tested by: Thomas Vogt MFC after: 3 days
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
f6a60feb |
| 12-Jan-2008 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Add Moxa Technologies CP-104EL PCI Express 4 port Serial card.
PR: kern/119515 Submitted by: Gavin Stone-Tolcher MFC after: 1 month
|
#
e704d0eb |
| 07-Jun-2007 |
Peter Wemm <peter@FreeBSD.org> |
Calculate the correct PCI BAR for the Timedia based serial cards. The Linux equivalent gives BAR offsets relative to the implied base of 0x10. Our PUC_CFG_GET_RID functions have to add the base offs
Calculate the correct PCI BAR for the Timedia based serial cards. The Linux equivalent gives BAR offsets relative to the implied base of 0x10. Our PUC_CFG_GET_RID functions have to add the base offset themselves.
show more ...
|