From owner-cvs-all Mon Aug 27 12:30:54 2001 Delivered-To: cvs-all@freebsd.org Received: from enterprise.spock.org (cm-24-29-85-81.nycap.rr.com [24.29.85.81]) by hub.freebsd.org (Postfix) with ESMTP id 7528837B401; Mon, 27 Aug 2001 12:30:47 -0700 (PDT) (envelope-from jon@enterprise.spock.org) Received: (from jon@localhost) by enterprise.spock.org serial EF600Q3T-B7F; Mon, 27 Aug 2001 15:30:39 -0400 (EDT) (envelope-from jon)$ Date: Mon, 27 Aug 2001 15:30:39 -0400 From: Jonathan Chen To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusvar.h src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/pccbb pccbb.c pccbbvar.h src/sys/sys rman.h Message-ID: <20010827153039.A15164@enterprise.spock.org> References: <200108270009.f7R09gZ76333@freefall.freebsd.org> <20010827084928.A1E743807@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: telnet/1.1x In-Reply-To: <20010827084928.A1E743807@overcee.netplex.com.au>; from peter@wemm.org on Mon, Aug 27, 2001 at 01:49:28AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > For starters: > - Undefined function: pccard_lookup_product(). pccardvar.h prototypes > this as extern, but it has been made static inside pccard.c and gcc complains > about the conflicting declarations. All our pccard drivers currently use > this function. > - It fails to find any cards on my machine: The fix I committed this morning should get around these issues. Please tell me if you run into any more problems. -Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message