From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 16:30:51 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3EF6106564A for ; Thu, 7 Jun 2012 16:30:51 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE2F8FC15 for ; Thu, 7 Jun 2012 16:30:50 +0000 (UTC) Received: by laai10 with SMTP id i10so722754laa.13 for ; Thu, 07 Jun 2012 09:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CycnXV/w7eNJKn+n1TazAXznyQ5xJYet1oAQgV7L+lM=; b=lwFvLlt79Rn1AAIHgmn5k0tx7H4vnbWoJ4+mMyGFcG8sV96D79PsW/e5h/vBSKf2ac Zdrtf1xQe5LN/wl5zB4IPhcbrEcAbJwhthOAwWwRRQ837LL02+r36JAInc5NMZoja301 IK53wAyd647XGSWBq4rHqbFf9zxLUa+z147SgWt46vBggZPBerUQxKh8VXfmRJ6hABzg mNkNyeQcmJfLggw1ZsCsHTxT5KsSqIoMBFKxvIYlhFE9XISA1YqbWZjgqyJCNlrlsaVC IqJSxl5vydgEPQ//f9GkacOz5sk0ByyRkRwJkTWaka0OwvwBsf5N+EPUqIOgH1H2EjRl I9Jw== MIME-Version: 1.0 Received: by 10.112.29.166 with SMTP id l6mr1708676lbh.68.1339086649765; Thu, 07 Jun 2012 09:30:49 -0700 (PDT) Received: by 10.152.24.131 with HTTP; Thu, 7 Jun 2012 09:30:49 -0700 (PDT) In-Reply-To: <16DAC72E7E74F6438221C482E9EB0865177B101E@BL2PRD0410MB385.namprd04.prod.outlook.com> References: <16DAC72E7E74F6438221C482E9EB0865177B101E@BL2PRD0410MB385.namprd04.prod.outlook.com> Date: Thu, 7 Jun 2012 18:30:49 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Dennis Oyama Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@FreeBSD.org" Subject: Re: Contribution to PUC driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 16:30:51 -0000 On Thu, Jun 7, 2012 at 4:29 PM, Dennis Oyama wrote: > Patch to update pucdata.c to support the Perle Systems Ltd. Multiport Spe= ed LE Serial cards. Maybe you could post this at freebsd-hackers@ for discussion or send the patch using send-pr[1] Cheers. [1] http://www.freebsd.org/send-pr.html > > > > --- pucdata.orig.c =A0 =A0 =A02012-02-10 12:24:47.000000000 -0500 > +++ pucdata.c =A0 2012-02-10 12:40:34.000000000 -0500 > @@ -668,11 +668,35 @@ > =A0 =A0 =A0 =A0 */ > =A0 =A0 =A0 =A0{ =A0 0x155f, 0x0331, 0xffff, 0, > - =A0 =A0 =A0 =A0 =A0 "Perle Speed4 LE", > + =A0 =A0 =A0 =A0 =A0 "Perle Ultraport4 Express", > =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > =A0 =A0 =A0 =A0 =A0 =A0PUC_PORT_4S, 0x10, 0, 8, > =A0 =A0 =A0 =A0}, > + =A0 =A0 =A0 =A0{ =A0 0x155f, 0xB012, 0xffff, 0, > + =A0 =A0 =A0 =A0 =A0 =A0"Perle Speed2 LE", > + =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > + =A0 =A0 =A0 =A0 =A0 =A0PUC_PORT_2S, 0x10, 0, 8, > + =A0 =A0 =A0 =A0}, > + > + =A0 =A0 =A0 =A0{ =A0 0x155f, 0xB022, 0xffff, 0, > + =A0 =A0 =A0 =A0 =A0 =A0"Perle Speed2 LE", > + =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > + =A0 =A0 =A0 =A0 =A0 =A0PUC_PORT_2S, 0x10, 0, 8, > + =A0 =A0 =A0 =A0}, > + > + =A0 =A0 =A0 =A0{ =A0 0x155f, 0xB004, 0xffff, 0, > + =A0 =A0 =A0 =A0 =A0 =A0"Perle Speed4 LE", > + =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > + =A0 =A0 =A0 =A0 =A0 =A0PUC_PORT_4S, 0x10, 0, 8, > + =A0 =A0 =A0 =A0}, > + > + =A0 =A0 =A0 =A0{ =A0 0x155f, 0xB008, 0xffff, 0, > + =A0 =A0 =A0 =A0 =A0 =A0"Perle Speed8 LE", > + =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > + =A0 =A0 =A0 =A0 =A0 =A0PUC_PORT_8S, 0x10, 0, 8, > + =A0 =A0 =A0 =A0}, > + > =A0 =A0 =A0 =A0{ =A0 0x14d2, 0x8010, 0xffff, 0, > =A0 =A0 =A0 =A0 =A0 =A0"VScom PCI-100L", > =A0 =A0 =A0 =A0 =A0 =A0DEFAULT_RCLK * 8, > > > > > _______________________________ > =A0 =A0 =A0 =A0 Dennis Oyama > =A0 Technical Sales Engineer > =A0 =A0 =A0Perle Systems Ltd. > =A0 =A0 =A0 =A01-800-467-3753 > =A0 =A0 Direct: 905-946-5037 > =A0 =A0 =A0 doyama@perle.com > =A0 =A0 =A0 CompTIA Security+ > _______________________________ > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"