Re: PCI serial card works on 6.2 but not on 6.3

2008-05-08 Thread Ingeborg Hellemo
[EMAIL PROTECTED] said: The problem seems to be revision 1.51.2.3 of src/sys/dev/puc/pucdata.c Could you try the following patch? Thank you, it worked! --Ingeborg -- Ingeborg Østrem Hellemo -- [EMAIL PROTECTED] (Univ. of Tromsø, Norway) ___

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-06 Thread Ingeborg Hellemo
[EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. I have now tried both loading the uart4) -driver and kompiled it into the kernel, but the card is still unrecognized: pci1: simple comms, UART at device 8.0 (no driver attached)

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-06 Thread Boris Samorodov
On Tue, 06 May 2008 15:05:07 +0200 Ingeborg Hellemo wrote: [EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. I have now tried both loading the uart4) -driver and kompiled it into the kernel, but the card is still unrecognized:

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-06 Thread Marcel Moolenaar
On May 6, 2008, at 6:05 AM, Ingeborg Hellemo wrote: [EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. I have now tried both loading the uart4) -driver and kompiled it into the kernel, but the card is still unrecognized:

PCI serial card works on 6.2 but not on 6.3

2008-05-05 Thread Ingeborg Hellemo
We have upgraded a box from 6.2 to 6.3-RELEASE. Afterwards the box does not recognize its ST Lab I-160 serial card with Netmos 9845 Chipset. It worked flawlessly on 6.2 with puc(4) driver. From dmesg: pci1: simple comms, UART at device 8.0 (no driver attached) ~# pciconf -l -v | grep -B 4

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-05 Thread Jeremy Chadwick
On Mon, May 05, 2008 at 10:31:04AM +0200, Ingeborg Hellemo wrote: We have upgraded a box from 6.2 to 6.3-RELEASE. Afterwards the box does not recognize its ST Lab I-160 serial card with Netmos 9845 Chipset. It worked flawlessly on 6.2 with puc(4) driver. Any ideas? Try loading the uart(4)

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-05 Thread Ingeborg Hellemo
[EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. With puc(4) and sio(4) you have to make sure that both are either compiled into the kernel or loaded as a module. Do you know if this applies to uart(4) as well? --Ingeborg --

Re: PCI serial card works on 6.2 but not on 6.3

2008-05-05 Thread Marcel Moolenaar
On May 5, 2008, at 2:01 AM, Ingeborg Hellemo wrote: [EMAIL PROTECTED] said: Try loading the uart(4) driver, which can also replace sio(4) if I remember correctly. With puc(4) and sio(4) you have to make sure that both are either compiled into the kernel or loaded as a module. Do you