svn commit: r221181 - stable/7/sys/dev/puc
John Baldwin
jhb at FreeBSD.org
Thu Apr 28 19:08:32 UTC 2011
Author: jhb
Date: Thu Apr 28 19:08:31 2011
New Revision: 221181
URL: http://svn.freebsd.org/changeset/base/221181
Log:
MFC 186520:
Add support for the Oxford OX16PCI958-based card.
Modified:
stable/7/sys/dev/puc/pucdata.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/puc/pucdata.c
==============================================================================
--- stable/7/sys/dev/puc/pucdata.c Thu Apr 28 19:00:48 2011 (r221180)
+++ stable/7/sys/dev/puc/pucdata.c Thu Apr 28 19:08:31 2011 (r221181)
@@ -632,6 +632,12 @@ const struct puc_cfg puc_pci_devices[] =
PUC_PORT_2S, 0x10, 4, 0,
},
+ { 0x1415, 0x9538, 0xffff, 0,
+ "Oxford Semiconductor OX16PCI958 UARTs",
+ DEFAULT_RCLK * 10,
+ PUC_PORT_8S, 0x18, 0, 8,
+ },
+
/*
* Perle boards use Oxford Semiconductor chips, but they store the
* Oxford Semiconductor device ID as a subvendor device ID and use
More information about the svn-src-stable-7
mailing list