svn commit: r183817 - head/sys/dev/puc

Dag-Erling Smorgrav des at FreeBSD.org
Mon Oct 13 12:28:33 UTC 2008


Author: des
Date: Mon Oct 13 12:28:33 2008
New Revision: 183817
URL: http://svn.freebsd.org/changeset/base/183817

Log:
  Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4.
  
  MFC after:	3 days

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Mon Oct 13 06:25:28 2008	(r183816)
+++ head/sys/dev/puc/pucdata.c	Mon Oct 13 12:28:33 2008	(r183817)
@@ -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,
 	},
 


More information about the svn-src-all mailing list