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
This commit is contained in:
mckusick 2008-05-29 07:15:52 +00:00
parent f9bd7e5cbc
commit 2ef107420e

View File

@ -603,14 +603,14 @@ const struct puc_cfg puc_pci_devices[] = {
},
{ 0x1415, 0x9501, 0xffff, 0,
"Oxford Semiconductor OX16PCI954 UARTs",
DEFAULT_RCLK,
"Oxford Semiconductor OX16PCI954 UARTs 4-port type 1",
DEFAULT_RCLK * 10,
PUC_PORT_4S, 0x10, 0, 8,
},
{ 0x1415, 0x950a, 0xffff, 0,
"Oxford Semiconductor OX16PCI954 UARTs",
DEFAULT_RCLK,
"Oxford Semiconductor OX16PCI954 UARTs 4-port type 2",
DEFAULT_RCLK * 10,
PUC_PORT_4S, 0x10, 0, 8,
},