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

Alexander Motin mav at FreeBSD.org
Tue Dec 8 14:55:08 UTC 2009


Author: mav
Date: Tue Dec  8 14:55:07 2009
New Revision: 200257
URL: http://svn.freebsd.org/changeset/base/200257

Log:
  Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.

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	Tue Dec  8 13:25:00 2009	(r200256)
+++ head/sys/dev/uart/uart_bus_pci.c	Tue Dec  8 14:55:07 2009	(r200257)
@@ -110,6 +110,7 @@ static struct pci_id pci_ns8250_ids[] = 
 { 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART",
 	0x10, 16384000 },
 { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
+{ 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 },
 { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },


More information about the svn-src-head mailing list