From owner-freebsd-current@FreeBSD.ORG Mon Sep 19 00:56:40 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6CAEA16A41F for ; Mon, 19 Sep 2005 00:56:40 +0000 (GMT) (envelope-from jperalta17@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10DDC43D45 for ; Mon, 19 Sep 2005 00:56:39 +0000 (GMT) (envelope-from jperalta17@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so93363nzd for ; Sun, 18 Sep 2005 17:56:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=A2EUnD03t8rR5MmyYR10ydU++S8z9nXxBHvYTLuzJwsoC14CatVRKBZEi73PabfQC6y82Mj1RwffxaUk4phEDMsJWgILw2sfL42e/ddP3FBUxD8x5OZmZg9QFSMdwpfzmeQCQLpXTPh5u3VAfI2AoHbLcHPcmOFWpG6oiVr0ABs= Received: by 10.36.61.9 with SMTP id j9mr1750749nza; Sun, 18 Sep 2005 17:56:39 -0700 (PDT) Received: by 10.36.227.40 with HTTP; Sun, 18 Sep 2005 17:56:38 -0700 (PDT) Message-ID: Date: Sun, 18 Sep 2005 20:56:38 -0400 From: Joseph Peralta To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: if_ath driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jperalta17@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 00:56:40 -0000 If the if_ath kernel driver and ath_hal driver are loaded and there is no atheros-based wireless card actually plugged into the PCMCIA slot and you attempt to plug in another PCMCIA card it fails with the error "pccard0: Card has no functions!" If you do install an atheros-based card then your pccard system functions properly. Is there any fix for this problem?