Re: puc and uart as modules with FreeBSD6.2-REL

2007-11-08 Thread Wojciech Puchar
irq 12 at device 11.0 on pci0 but when I kldload uart, whether before or after puc, I don't see any new devices appear, nor do I get any dev.uart.* sysctls. sio not uart Am I missing something obvious, or do I need to compile yet another custom kernel to get this card working? Jonathan

Re: puc and uart as modules with FreeBSD6.2-REL

2007-03-18 Thread Jonathan McKeown
On Sunday 18 March 2007 08:32, Brian A. Seklecki wrote: [Jonathan wanted to use puc(4) and uart(4) as kernel modules to get a PCI 2-port serial card working] Am I missing something obvious, or do I need to compile yet another custom kernel to get this card working? The man page I see says

puc and uart as modules with FreeBSD6.2-REL

2007-03-17 Thread Jonathan McKeown
I have a two-port PCI serial card. I'm running FreeBSD 6.2-RELEASE on i386 and trying to get the card working using kernel modules puc and uart (after much Googling this seems like a viable option). With the GENERIC kernel, the boot process recognises my card as simple comms, UART but can't

Re: puc and uart as modules with FreeBSD6.2-REL

2007-03-17 Thread Brian A. Seklecki
The man page I see says that you need sio(4) as well. iso* at puc? port ? Or in the fbsd case, the iso module or option in the kernel. ~BAS Am I missing something obvious, or do I need to compile yet another custom kernel to get this card working? Jonathan