The following reply was made to PR kern/152663; it has been noted by GNATS.
From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/152663: commit references a PR Date: Sat, 19 Feb 2011 17:38:57 +0000 (UTC) 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-...@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" _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"