Date: Thu, 7 Jun 2012 18:30:49 +0200 From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= <fernando.apesteguia@gmail.com> To: Dennis Oyama <doyama@perle.com> Cc: "freebsd-questions@FreeBSD.org" <freebsd-questions@freebsd.org> Subject: Re: Contribution to PUC driver Message-ID: <CAGwOe2ZePgh-3SjVZ-DkdsYd0azi_LqWjjFFUyUWfwjcX3N9Rg@mail.gmail.com> In-Reply-To: <16DAC72E7E74F6438221C482E9EB0865177B101E@BL2PRD0410MB385.namprd04.prod.outlook.com> References: <16DAC72E7E74F6438221C482E9EB0865177B101E@BL2PRD0410MB385.namprd04.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 7, 2012 at 4:29 PM, Dennis Oyama <doyama@perle.com> 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.<http://www.perle.com/> > =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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2ZePgh-3SjVZ-DkdsYd0azi_LqWjjFFUyUWfwjcX3N9Rg>