From owner-freebsd-current@FreeBSD.ORG Sun Jun 15 11:11:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66C137B401 for ; Sun, 15 Jun 2003 11:11:24 -0700 (PDT) Received: from ferengi.borderworlds.dk (borderworlds.dk [62.79.110.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id D204F43F93 for ; Sun, 15 Jun 2003 11:11:23 -0700 (PDT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 3847D5C62 for ; Sun, 15 Jun 2003 20:11:19 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 500) id 0E6093B8008; Sun, 15 Jun 2003 20:11:18 +0200 (CEST) Sender: xi@borderworlds.dk To: freebsd-current@freebsd.org From: Christian Laursen Date: 15 Jun 2003 20:11:17 +0200 Message-ID: Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Problems with pcmcia on 5.1-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 18:11:25 -0000 I have just installed FreeBSD 5.1-RELEASE on my laptop, and everything but my trusty pcmcia cdrom drive is working great. The kernel finds the pcmcia slot: cbb0: at device 11.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 However, when I insert the card, I get the following: pccard0: (manufacturer=0xffffffff, product=0xffffffff) at function 0 pccard0: CIS info: FREECOM, PCCARD-IDE, REV836 >From what I can read in /etc/defaults/pccard.conf, this device is supposed to be supported (And it always worked fine under linux). I have put pccard_enable="YES" in my rc.conf, but pccardd doesn't start because there is no /dev/card0. Does anyone have a hint, that will help me get this working? Thanks in advance. -- Best regards Christian Laursen