History log of /freebsd/sys/dev/puc/pucdata.c (Results 101 – 125 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/8.0.0_cvs, release/8.0.0
# 10b3b545 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head


# 7d4b968b 17-Sep-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Merge from head up to r188941 (last revision before the USB stack switch)


# 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 ...


# e57c2b13 04-Dec-2008 Dag-Erling Smørgrav <des@FreeBSD.org>

integrate from head@185615


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 ...


Revision tags: release/6.2.0_cvs, release/6.2.0
# 1d860a7e 04-Sep-2006 Marcel Moolenaar <marcel@FreeBSD.org>

Add SIIG 4 port serial card based on the Oxford OX16PCI954.


# 482aa6a3 29-Jun-2006 David E. O'Brien <obrien@FreeBSD.org>

Fix building with GCC 4.2: ensure types are defined before refering to them.


# ed0b0e82 12-Jun-2006 Warner Losh <imp@FreeBSD.org>

Need machine/bus.h here too


1234567891011