summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-10-13 12:28:33 +0000
committerdes <des@FreeBSD.org>2008-10-13 12:28:33 +0000
commitb0c31e1c93c4dce269326762cba698520ed73736 (patch)
treeeb6c04ecf417363e312590aa07dcb651d8b82ced
parent64e56f130cec8daad7a07e5b3ce4cb29a496ee6b (diff)
downloadFreeBSD-src-b0c31e1c93c4dce269326762cba698520ed73736.zip
FreeBSD-src-b0c31e1c93c4dce269326762cba698520ed73736.tar.gz
Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4.
MFC after: 3 days
-rw-r--r--sys/dev/puc/pucdata.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index fc93b00..a299dc0 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -603,14 +603,14 @@ const struct puc_cfg puc_pci_devices[] = {
},
{ 0x1415, 0x9501, 0xffff, 0,
- "Oxford Semiconductor OX16PCI954 UARTs 4-port type 1",
- DEFAULT_RCLK * 10,
+ "Oxford Semiconductor OX16PCI954 UARTs",
+ DEFAULT_RCLK,
PUC_PORT_4S, 0x10, 0, 8,
},
{ 0x1415, 0x950a, 0xffff, 0,
- "Oxford Semiconductor OX16PCI954 UARTs 4-port type 2",
- DEFAULT_RCLK * 10,
+ "Oxford Semiconductor OX16PCI954 UARTs",
+ DEFAULT_RCLK,
PUC_PORT_4S, 0x10, 0, 8,
},
OpenPOWER on IntegriCloud