svn commit: r184124 - in stable/7/sys: . dev/puc

Dag-Erling Smorgrav des at FreeBSD.org
Tue Oct 21 12:19:09 UTC 2008


Author: des
Date: Tue Oct 21 12:19:08 2008
New Revision: 184124
URL: http://svn.freebsd.org/changeset/base/184124

Log:
  MFH (r183817): revert OX16PCI954 breakage
  
  Approved by:	re (kensmith)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/dev/puc/pucdata.c

Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c	Tue Oct 21 12:10:30 2008	(r184123)
+++ stable/7/sys/dev/puc/pucdata.c	Tue Oct 21 12:19:08 2008	(r184124)
@@ -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-stable-7 mailing list