svn commit: r277043 - head/sys/dev/uart

Peter Grehan grehan at FreeBSD.org
Mon Jan 12 03:39:57 UTC 2015


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,


More information about the svn-src-all mailing list