Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2011 17:40:12 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/152663: commit references a PR
Message-ID:  <201102191740.p1JHeCuY043439@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/152663; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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 <jonc@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-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102191740.p1JHeCuY043439>