From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 08:09:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE6A416A401 for ; Tue, 18 Apr 2006 08:09:02 +0000 (UTC) (envelope-from freebsd.ml@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B9E43D70 for ; Tue, 18 Apr 2006 08:08:55 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so810050nzf for ; Tue, 18 Apr 2006 01:08:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NJRJIl2mBzuX8a8fpvgB1us3JMR3RaWIvi+OBP9lefF6uOheOCVmUgfgn17AgY4sTIHcetMSwgAFEgNZVJoD9LkadMaN+1/AZTtuTwZlFajQvA9OtMb3XH/4nLeBx7JydU/2L2k42B0xVXtTuLmcXx6d7qk4LoLw20g/3a+lUTY= Received: by 10.36.46.15 with SMTP id t15mr518474nzt; Tue, 18 Apr 2006 01:08:54 -0700 (PDT) Received: by 10.36.132.18 with HTTP; Tue, 18 Apr 2006 01:08:54 -0700 (PDT) Message-ID: Date: Tue, 18 Apr 2006 17:08:54 +0900 From: "FreeBSD MailingLists" To: questions In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: unrecognized pci-serial board X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 08:09:03 -0000 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 drive= r 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 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 > >none3@pci3:3:0: class=3D0x070002 card=3D0x60011195 chip=3D0x015213a8 rev= =3D0x01 > hdr=3D0x00 > > vendor =3D 'Exar Corp.' > > class =3D simple comms > > subclass =3D UART > > I thought that maybe it was a uart or puc device and recompiled the kerne= l > and rebooted. > But the board is still unrecognized. > > Is there anything I can do? > > TIA, > Tomoki Taniguchi >