Date: Mon, 12 Jan 2015 03:39:57 +0000 (UTC) From: Peter Grehan <grehan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277043 - head/sys/dev/uart Message-ID: <201501120339.t0C3dvF8032090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grehan Date: Mon Jan 12 03:39:56 2015 New Revision: 277043 URL: https://svnweb.freebsd.org/changeset/base/277043 Log: Add PCI ID for the Oxford Semiconductor OXPCIe952 device. Seen on the StarTech "1 Port Native ExpressCard RS232 Serial AdapterCard with 16950 UART" Reported and tested by: Michael Dexter MFC after: 1 week Modified: head/sys/dev/uart/uart_bus_pci.c Modified: head/sys/dev/uart/uart_bus_pci.c ============================================================================== --- head/sys/dev/uart/uart_bus_pci.c Mon Jan 12 03:23:16 2015 (r277042) +++ head/sys/dev/uart/uart_bus_pci.c Mon Jan 12 03:39:56 2015 (r277043) @@ -112,6 +112,8 @@ static const struct pci_id pci_ns8250_id 8 * DEFAULT_RCLK }, { 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART", 0x10, 16384000 }, +{ 0x1415, 0xc120, 0xffff, 0, "Oxford Semiconductor OXPCIe952 PCIe 16950 UART", + 0x10 }, { 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10}, { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 }, { 0x1fd4, 0x1999, 0x1fd4, 0x0001, "Sunix SER5xxxx Serial Port", 0x10,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501120339.t0C3dvF8032090>