Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2009 10:40:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/128219: commit references a PR
Message-ID:  <200902121040.n1CAe367060956@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/128219: commit references a PR
Date: Thu, 12 Feb 2009 10:39:30 +0000 (UTC)

 Author: kevlo
 Date: Thu Feb 12 10:39:19 2009
 New Revision: 188511
 URL: http://svn.freebsd.org/changeset/base/188511
 
 Log:
   Add support for the Sunix SUN1889-based dual parallel port card.
   
   PR: kern/128219
   Submitted by: Thinker K.F. Li <thinker at branda dot to>
 
 Modified:
   head/sys/dev/puc/pucdata.c
 
 Modified: head/sys/dev/puc/pucdata.c
 ==============================================================================
 --- head/sys/dev/puc/pucdata.c	Thu Feb 12 09:37:45 2009	(r188510)
 +++ head/sys/dev/puc/pucdata.c	Thu Feb 12 10:39:19 2009	(r188511)
 @@ -585,6 +585,12 @@ const struct puc_cfg puc_pci_devices[] =
  	    PUC_PORT_4S, 0x10, 4, 0,
  	},
  
 +	{   0x1409, 0x7268, 0xffff, 0,
 +	    "Sunix SUN1888",
 +	    0,
 +	    PUC_PORT_2P, 0x10, 0, 8,
 +	},
 +
  	{   0x1409, 0x7168, 0xffff, 0,
  	    NULL,
  	    DEFAULT_RCLK * 8,
 _______________________________________________
 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?200902121040.n1CAe367060956>