From owner-cvs-all Thu May 30 14:37:58 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8853B37B406; Thu, 30 May 2002 14:37:43 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g4ULbgY38386; Thu, 30 May 2002 15:37:42 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g4ULbfG47929; Thu, 30 May 2002 15:37:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200205302137.g4ULbfG47929@harmony.village.org> To: Takanori Watanabe Subject: Re: cvs commit: src/sys/conf files src/sys/dev/cardbus cardbus.c cardbus_cis.c src/sys/dev/exca exca.c src/sys/dev/pccard card_if.m pccard.c pccard_common.c pccardvar.h src/sys/dev/pccbb pccbb.c src/sys/dev/pcic i82365_isa.c src/sys/modules/oldcard Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 30 May 2002 10:38:00 PDT." <200205301738.g4UHc0v24899@freefall.freebsd.org> References: <200205301738.g4UHc0v24899@freefall.freebsd.org> Date: Thu, 30 May 2002 15:37:41 -0600 From: Warner Losh 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 In message <200205301738.g4UHc0v24899@freefall.freebsd.org> Takanori Watanabe writes: : takawata 2002/05/30 10:38:00 PDT : : Modified files: : sys/conf files : sys/dev/cardbus cardbus.c cardbus_cis.c : sys/dev/exca exca.c : sys/dev/pccard card_if.m pccard.c pccardvar.h : sys/dev/pccbb pccbb.c : sys/dev/pcic i82365_isa.c : sys/modules/oldcard Makefile : Added files: : sys/dev/pccard pccard_common.c : Log: : Make oldcard and newcard kernel module work. This change appears to break building GENERIC on i386: In file included from ../../../dev/ep/if_ep_pccard.c:59: card_if.h:166: syntax error before `pccard_product_match_fn' cc1: warnings being treated as errors card_if.h:166: warning: function declaration isn't a prototype card_if.h:169: syntax error before `pccard_product_match_fn' card_if.h:170: warning: function declaration isn't a prototype card_if.h: In function `CARD_DO_PRODUCT_LOOKUP': card_if.h:172: `bus' undeclared (first use in this function) card_if.h:172: (Each undeclared identifier is reported only once card_if.h:172: for each function it appears in.) card_if.h:173: `dev' undeclared (first use in this function) card_if.h:173: `tab' undeclared (first use in this function) card_if.h:173: `ent_size' undeclared (first use in this function) card_if.h:173: `matchfn' undeclared (first use in this function) *** Error code 1 Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message