Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 15:37:41 -0600
From:      Warner Losh <imp@harmony.village.org>
To:        Takanori Watanabe <takawata@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
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 
Message-ID:  <200205302137.g4ULbfG47929@harmony.village.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>  

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205302137.g4ULbfG47929>