From owner-cvs-all Sat Jan 6 15:39:32 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 15:39:28 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 0352B37B400; Sat, 6 Jan 2001 15:39:28 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f06Ne1q75053; Sat, 6 Jan 2001 15:40:01 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101062340.f06Ne1q75053@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Jonathan Chen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: pccard undefined symbols In-Reply-To: <200101061804.f06I4uR20978@freefall.freebsd.org> Date: Sat, 06 Jan 2001 15:40:01 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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