Author: miwi
Date: Sat Feb 19 17:38:51 2011
New Revision: 218861
URL: http://svn.freebsd.org/changeset/base/218861

Log:
  - Add support for MosChip 9865 Single 1284 Printer port
  
  PR:           kern/152663
  Submitted by: Jonathan Chen <j...@chen.org.nz>
  Approved by:  rwatson (mentor)

Modified:
  head/sys/dev/ppc/ppc_pci.c

Modified: head/sys/dev/ppc/ppc_pci.c
==============================================================================
--- head/sys/dev/ppc/ppc_pci.c  Sat Feb 19 17:14:03 2011        (r218860)
+++ head/sys/dev/ppc/ppc_pci.c  Sat Feb 19 17:38:51 2011        (r218861)
@@ -89,6 +89,7 @@ static struct pci_id pci_ids[] = {
        { 0x84031415, "Oxford Semiconductor OX12PCI840 Parallel port", 0x10 },
        { 0x95131415, "Oxford Semiconductor OX16PCI954 Parallel port", 0x10 },
        { 0x98059710, "NetMos NM9805 1284 Printer port", 0x10 },
+       { 0x98659710, "MosChip MCS9865 1284 Printer port", 0x10 },
        { 0x99019710, "MosChip MCS9901 PCIe to Peripheral Controller", 0x10 },
        { 0xffff }
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to