From owner-freebsd-stable@FreeBSD.ORG Mon Feb 2 06:37:00 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7514C16A4CE for ; Mon, 2 Feb 2004 06:37:00 -0800 (PST) Received: from mail.clean-lasersysteme.de (mail.clean-lasersysteme.de [212.117.69.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D0F43D31 for ; Mon, 2 Feb 2004 06:36:58 -0800 (PST) (envelope-from lackas@cleanlaser.de) Received: from router.cleanlaser.de (localhost [127.0.0.1]) i12EatNE032576 for ; Mon, 2 Feb 2004 15:36:55 +0100 (CET) (envelope-from lackas@router.cleanlaser.de) Received: (from lackas@localhost) by router.cleanlaser.de (8.12.9p2/8.12.9/Submit) id i12Eatt3032575 for stable@freebsd.org; Mon, 2 Feb 2004 15:36:55 +0100 (CET) (envelope-from lackas) Date: Mon, 2 Feb 2004 15:36:55 +0100 From: Christian Lackas To: stable@freebsd.org Message-ID: <20040202143655.GA32563@router.cleanlaser.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: PCI-PCMCIA Bridge X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 14:37:00 -0000 From: Christian Lackas Subject: PCI-PCMCIA Bridge Date: Mon, 2 Feb 2004 15:25:00 +0100 Organization: Forschungszentrum Juelich Message-ID: <20040202142500.GB89621@zel726.zel.kfa-juelich.de> To: stable@freebsd.org Hello, I have a Proxim Harmony PCI-Card (WLAN) which should be supported by wi(4) (in the PCMCIA version). The PCI-PCMCIA bridge is a which may be supported by pcic(4) under FreeBSD 4.9 (I'm not sure): The following PCI cardbus and pcmcia bridges are supported: Cirrus Logic PD6729 Cirrus Logic PD6730 These two might be broken at the moment. Cirrus Logic PD6832 Cirrus Logic PD6833 I've tried to get it to work under FreeBSD 4.9-STABLE and 5.2-RELEASE. The last one says in its pcic(4) man-page: BUGS This does not work at all at the moment. The kernel just says pcic0: port 0xdc00-0xdc03 irq 5 +at device 10.0 on pci0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 But pccardd does not find any cards: No card in database for "(null)"("(null)") I have added the following options to my kernel: device card device pcic device wlan device wi Is there any chance to get the WLAN card to work? Regards Christian