Support Netmos 9922 dual PCIe serial port cards

2011-03-10 Thread Mike Larkin
This diff adds support to puc(4) for NetMos 9922 dual serial cards. It's pretty straightforward. Tested by me on i386 and amd64. ok? -ml Index: dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision

Re: Support Netmos 9922 dual PCIe serial port cards

2011-03-10 Thread Mark Kettenis
Date: Thu, 10 Mar 2011 14:48:45 -0800 From: Mike Larkin mlar...@azathoth.net This diff adds support to puc(4) for NetMos 9922 dual serial cards. It's pretty straightforward. Tested by me on i386 and amd64. ok? Something slightly smarter might be needed. Can you mail out the pcidump

Re: Support Netmos 9922 dual PCIe serial port cards

2011-03-10 Thread Stuart Henderson
On 2011/03/10 14:48, Mike Larkin wrote: This diff adds support to puc(4) for NetMos 9922 dual serial cards. It's pretty straightforward. Tested by me on i386 and amd64. + /* NetMos PCIe Peripheral Controller :Dual serial port */ the usual style in this file is like /* Blah blah: 2S */

Re: Support Netmos 9922 dual PCIe serial port cards

2011-03-10 Thread Mike Larkin
On Thu, Mar 10, 2011 at 11:20:57PM +, Stuart Henderson wrote: On 2011/03/10 14:48, Mike Larkin wrote: This diff adds support to puc(4) for NetMos 9922 dual serial cards. It's pretty straightforward. Tested by me on i386 and amd64. + /* NetMos PCIe Peripheral Controller :Dual

Re: Support Netmos 9922 dual PCIe serial port cards

2011-03-10 Thread Mike Larkin
On Fri, Mar 11, 2011 at 12:14:43AM +0100, Mark Kettenis wrote: Date: Thu, 10 Mar 2011 14:48:45 -0800 From: Mike Larkin mlar...@azathoth.net This diff adds support to puc(4) for NetMos 9922 dual serial cards. It's pretty straightforward. Tested by me on i386 and amd64. ok?