From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:24:28 2008 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 B40261065670 for ; Sun, 1 Jun 2008 22:24:28 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 6A8498FC0A for ; Sun, 1 Jun 2008 22:24:28 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TedsTec (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m51MOOPS046166; Sun, 1 Jun 2008 15:24:25 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Adam Jacob Muller" , Date: Sun, 1 Jun 2008 15:24:29 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 15:24:25 -0700 (PDT) Cc: Subject: RE: FreeBSD CardBus 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: Sun, 01 Jun 2008 22:24:28 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Adam Jacob > Muller > Sent: Sunday, June 01, 2008 8:52 AM > To: freebsd-questions@freebsd.org > Subject: FreeBSD CardBus > > > Hi, > I have a server that has a pci->cardbus adapter in it. > For some reason when I connect the card (A verizon PC5750) it isn't > completely detected. The only messages are: > > > [root@test]# dmesg|grep -e cbb -e cardbus -e pccard > cbb0: at device 12.0 on pci3 > cbb0: Found memory at fea00000 > cbb0: Secondary bus is 0 > cbb0: Setting primary bus to 3 > cbb0: Secondary bus set to 4 subbus 5 > cardbus0: on cbb0 > pccard0: <16-bit PCCard bus> on cbb0 > cbb0: [ITHREAD] > cbb0: card inserted: event=0x00000000, state=30000820 > cbb0: cbb_power: 3V > cbb0: cbb_power: 0V > > How do you know it's supported under FreeBSD? Ted