Re: unrecognized pci-serial board

2006-04-18 Thread Watanabe Kazuhiro
Hi, tomoki-san.

At Tue, 18 Apr 2006 17:08:54 +0900,
FreeBSD MailingLists wrote:
> the source for the driver can be downloaded from
> http://www.ratocsystems.com/software/linux/pci60_060306.tar.gz

Is your board REX-PCI60 with EXAR XR17C152 ?

On NetBSD, EXAR XR17D15x is already supported with puc(4) driver.

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/pucdata.c#rev1.44

As far as I know, XR17D15x is a dual-voltage (3.3/5V PCI) version of
XR17C15x.  Other specifications seems to be the same.  Perhaps your
board will be work with the same entry.

On FreeBSD, the file pucdata.c is located in /sys/dev/puc/ .

Datasheets are available on the URL:
http://www.exar.com/search_uart.php

---
Watanabe Kazuhiro ([EMAIL PROTECTED])
# PCTel HSP MicroModem driver for FreeBSD
# http://homepage2.nifty.com/dumb_show/unix/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: unrecognized pci-serial board

2006-04-18 Thread FreeBSD MailingLists
I forgot to mention...
The box said "Linux Ready" so I thought that it might be FreeBSD compatible
as well,
but it seems like to get it working on linux, you need to compile the driver
which they provide the source for

the source for the driver can be downloaded from
http://www.ratocsystems.com/software/linux/pci60_060306.tar.gz

anyway to convirt the driver for freebsd?
or to see if it's compatible with a different freebsd driver?

-TIA
Tomoki


On 4/18/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote:
>
> I installed a pci-serial board to my freebsd box.
> But it doesn't seem to be recognized.
>
> dmesg yields this line
> >pci3:  at device 3.0 (no driver attached)
>
> pciconf -lv yieds
> >[EMAIL PROTECTED]:3:0: class=0x070002 card=0x60011195 chip=0x015213a8 
> >rev=0x01
> hdr=0x00
> >vendor   = 'Exar Corp.'
> >class= simple comms
> >subclass = UART
>
> I thought that maybe it was a uart or puc device and recompiled the kernel
> and rebooted.
> But the board is still unrecognized.
>
> Is there anything I can do?
>
> TIA,
> Tomoki Taniguchi
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"