Date: Sat, 27 Dec 2008 15:22:22 +0000 (UTC) From: Roman Kurakin <rik@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186520 - head/sys/dev/puc Message-ID: <200812271522.mBRFMMHY074982@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rik Date: Sat Dec 27 15:22:22 2008 New Revision: 186520 URL: http://svn.freebsd.org/changeset/base/186520 Log: Add support for the Oxford OX16PCI958-based card. Note, that the patch provided with this card for the Linux states that the card uses DEFAULT_RCLK * 2, while in fact it is '* 10'. So probably we should also use the subdevice/subvendord here. For now just ignore that fact. PR: kern/129665 Submitted by: bsam Obtained from: united efforst with bsam Modified: head/sys/dev/puc/pucdata.c Modified: head/sys/dev/puc/pucdata.c ============================================================================== --- head/sys/dev/puc/pucdata.c Sat Dec 27 15:07:51 2008 (r186519) +++ head/sys/dev/puc/pucdata.c Sat Dec 27 15:22:22 2008 (r186520) @@ -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, + }, + { 0x14d2, 0x8010, 0xffff, 0, "VScom PCI-100L", DEFAULT_RCLK * 8,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812271522.mBRFMMHY074982>