From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 15:52:16 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 78718106564A for ; Sun, 1 Jun 2008 15:52:16 +0000 (UTC) (envelope-from lists@adam.gs) Received: from mail.adam.gs (cl-127.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:7e::2]) by mx1.freebsd.org (Postfix) with ESMTP id 314F98FC14 for ; Sun, 1 Jun 2008 15:52:16 +0000 (UTC) (envelope-from lists@adam.gs) Received: from [127.0.0.1] (localhost.adam.gs [127.0.0.1]) by mail.adam.gs (Postfix) with ESMTP id 8EDDBF49DD6 for ; Sun, 1 Jun 2008 11:52:14 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=mail; d=adam.gs; b=T+6iT5S//j2XJYvyGSMOpUjpPN54dGTzqyNoj3Sf8ZlP5L/FeXj47gOn21PwiSs5hdWgOV9hxOPK1mjcAOTxrb/4D2UFuBOeIuuKAfLKu72PckEEp0jUbhJ5zEu/o4VVrQeBnhmkD1FDT0an+jaH3Y8KfkCDOUTeZbq8zK4sgfU=; Received: from [64.111.209.175] (unknown [64.111.209.175]) (Authenticated sender: adam@adam.gs) by mail.adam.gs (Postfix) with ESMTPA id 5CF84F49DD5 for ; Sun, 1 Jun 2008 11:52:14 -0400 (EDT) Message-Id: From: Adam Jacob Muller To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 1 Jun 2008 11:52:14 -0400 X-Mailer: Apple Mail (2.919.2) Subject: 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 15:52:16 -0000 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 Following that, no more messages (unless I remove the card and then reinsert it, but I never get any messages beyond this). Any ideas? Also, is there any documentation for the newcard support? Most of the docs i can find are oldcard-focused. -Adam