Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jan 2001 15:40:01 -0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Jonathan Chen <jon@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   pccard undefined symbols
Message-ID:  <200101062340.f06Ne1q75053@mobile.wemm.org>
In-Reply-To: <200101061804.f06I4uR20978@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Chen wrote:
> jon         2001/01/06 10:04:56 PST
> 
>   Modified files:
>     sys/dev/cardbus      cardbus.c cardbus_cis.c cardbus_cis.h 
>     sys/dev/pccard       card_if.m pccard.c pccardvar.h 
>     sys/dev/pccbb        pccbb.c pccbbvar.h 

I have not investigated yet, but FYI:

../../dev/pccbb/pccbb.c:1308: `PCIC_SYSMEM_ADDR0_WIN' undeclared here (not in a function)
../../dev/pccbb/pccbb.c:1308: initializer element is not constant
../../dev/pccbb/pccbb.c:1308: (near initialization for `mem_map_index[0].sysmem_win')
../../dev/pccbb/pccbb.c:1309: `PCIC_SYSMEM_ADDR1_WIN' undeclared here (not in a function)
../../dev/pccbb/pccbb.c:1309: initializer element is not constant
../../dev/pccbb/pccbb.c:1309: (near initialization for `mem_map_index[1].sysmem_win')
../../dev/pccbb/pccbb.c:1310: `PCIC_SYSMEM_ADDR2_WIN' undeclared here (not in a function)
../../dev/pccbb/pccbb.c:1310: initializer element is not constant
../../dev/pccbb/pccbb.c:1310: (near initialization for `mem_map_index[2].sysmem_win')
../../dev/pccbb/pccbb.c:1311: `PCIC_SYSMEM_ADDR3_WIN' undeclared here (not in a function)
../../dev/pccbb/pccbb.c:1311: initializer element is not constant
../../dev/pccbb/pccbb.c:1311: (near initialization for `mem_map_index[3].sysmem_win')
../../dev/pccbb/pccbb.c:1312: `PCIC_SYSMEM_ADDR4_WIN' undeclared here (not in a function)
../../dev/pccbb/pccbb.c:1312: initializer element is not constant
../../dev/pccbb/pccbb.c:1312: (near initialization for `mem_map_index[4].sysmem_win')
../../dev/pccbb/pccbb.c: In function `pccbb_pcic_do_mem_map':
../../dev/pccbb/pccbb.c:1335: `PCIC_MEMREG_WIN_SHIFT' undeclared (first use in this function)
../../dev/pccbb/pccbb.c:1335: (Each undeclared identifier is reported only once
../../dev/pccbb/pccbb.c:1335: for each function it appears in.)

Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



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?200101062340.f06Ne1q75053>