From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 06:40:52 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 82B4416A444 for ; Tue, 18 Apr 2006 06:40:52 +0000 (UTC) (envelope-from freebsd.ml@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1371543D5D for ; Tue, 18 Apr 2006 06:40:45 +0000 (GMT) (envelope-from freebsd.ml@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so796862nzf for ; Mon, 17 Apr 2006 23:40:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FGPNE8fVDcNe/0KjXXThSaEiJ+THsWjeUq97o7KGYUQqpb+ZWrwG8EKAdBHisOvOwWBs/r9ONXKJXqidACZM3gDY49C0Yqz0bmd/sIfd0EokZD5YvE16wVa+i2aDEVgMOkuxHosrMY3NuQFwVz44Fy/XAJs3B8Oy6BHsVq8qnD8= Received: by 10.36.145.2 with SMTP id s2mr7645637nzd; Mon, 17 Apr 2006 23:40:41 -0700 (PDT) Received: by 10.36.132.18 with HTTP; Mon, 17 Apr 2006 23:40:41 -0700 (PDT) Message-ID: Date: Tue, 18 Apr 2006 15:40:41 +0900 From: "FreeBSD MailingLists" To: questions MIME-Version: 1.0 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: 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 06:40:53 -0000 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 kernel and rebooted. But the board is still unrecognized. Is there anything I can do? TIA, Tomoki Taniguchi