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

Hans Petter Selasky hselasky at FreeBSD.org
Wed Jun 29 14:47:21 UTC 2011


Author: hselasky
Date: Wed Jun 29 14:47:20 2011
New Revision: 223672
URL: http://svn.freebsd.org/changeset/base/223672

Log:
  Add support for a MosChip PCI express serial port adapter.
  
  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	Wed Jun 29 13:21:52 2011	(r223671)
+++ head/sys/dev/uart/uart_bus_pci.c	Wed Jun 29 14:47:20 2011	(r223672)
@@ -113,6 +113,8 @@ static struct pci_id pci_ns8250_ids[] = 
 { 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },
 { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
+{ 0x9710, 0x9900, 0xa000, 0x1000,
+	"MosChip MCS9900 PCIe to Peripheral Controller", 0x10 },
 { 0x9710, 0x9901, 0xa000, 0x1000,
 	"MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
 { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },


More information about the svn-src-all mailing list