Author: remko
Date: Wed Dec 12 07:24:37 2012
New Revision: 244141
URL: http://svnweb.freebsd.org/changeset/base/244141

Log:
   MFC r232639
  
  Original commit:
    Add support for the MosChip MCS9904 four serial ports
    controller.
  
    PR:  165804
    Submitted by:       Eugene Grosbein
    MFC after:  1 week

Modified:
  stable/7/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/7/sys/dev/uart/uart_bus_pci.c        Wed Dec 12 07:22:50 2012        
(r244140)
+++ stable/7/sys/dev/uart/uart_bus_pci.c        Wed Dec 12 07:24:37 2012        
(r244141)
@@ -114,6 +114,8 @@ static struct pci_id pci_ns8250_ids[] = 
 { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
 { 0x9710, 0x9901, 0xa000, 0x1000,
        "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
+{ 0x9710, 0x9904, 0xa000, 0x1000,
+       "MosChip MCS9904 PCIe to Peripheral Controller", 0x10 },
 { 0xdeaf, 0x9051, 0xffff, 0, "Middle Digital PC Weasel Serial Port", 0x10 },
 { 0xffff, 0, 0xffff, 0, NULL, 0, 0}
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to