From owner-freebsd-questions@FreeBSD.ORG Sat Oct 24 20:24:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4D7106566B for ; Sat, 24 Oct 2009 20:24:37 +0000 (UTC) (envelope-from spamarchive@calyopea.com) Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by mx1.freebsd.org (Postfix) with ESMTP id F0D6F8FC1A for ; Sat, 24 Oct 2009 20:24:35 +0000 (UTC) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id 4678BD1AE1E for ; Sat, 24 Oct 2009 22:05:05 +0200 (CEST) Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id AE05F9400C3 for ; Sat, 24 Oct 2009 22:04:59 +0200 (CEST) Received: from [10.0.0.135] (beware-of-dogs.calyopea.com [82.231.131.106]) by smtp1-g21.free.fr (Postfix) with ESMTP id AC898940167 for ; Sat, 24 Oct 2009 22:04:56 +0200 (CEST) Message-ID: <4AE35DE8.2030607@calyopea.com> Date: Sat, 24 Oct 2009 22:04:56 +0200 From: "P. Moulin" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Freebsd 8rc1 & Puc driver 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: Sat, 24 Oct 2009 20:24:37 -0000 Hi all I have a multi-serial card with an Oxford OX16PCI954 on it. Whatever I do, the oxford chip is not recognized. in dmesg: pci0: at device 12.0 (no driver attached) and in pciconf -lv : none1@pci0:0:12:0: class=0x070006 card=0x00000000 chip=0x950c1415 rev=0x00 hdr=0x00 vendor = 'Oxford Semiconductor Ltd' class = simple comms subclass = UART none2@pci0:0:12:1: class=0x068000 card=0x00000000 chip=0x95101415 rev=0x00 hdr=0x00 vendor = 'Oxford Semiconductor Ltd' device = 'PCI Interface (disabled) (OX16PCI954)' class = bridge Can somebody tell me why the second PCI interface is flagged "disabled" ? How can I solve this ? (I have loaded puc from loader.conf, without more success). T.I.A. PM. PS: (un)works the same way with freebsd 7.2 & 8.0rc1....