From owner-freebsd-mobile Fri Jul 26 10:36:23 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E67B137B400 for ; Fri, 26 Jul 2002 10:36:19 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C311D43E4A for ; Fri, 26 Jul 2002 10:36:18 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g6QHaGYx030342; Fri, 26 Jul 2002 11:36:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 26 Jul 2002 11:36:11 -0600 (MDT) Message-Id: <20020726.113611.126937605.imp@bsdimp.com> To: andrew@unfortu.net Cc: tony@valemount.com, mobile@FreeBSD.ORG Subject: Re: PCI -> PCMCIA Adapter woes - patch From: "M. Warner Losh" In-Reply-To: <20020726150615.I37545-100000@plum.flirble.org> References: <20020724.030319.69252479.imp@bsdimp.com> <20020726150615.I37545-100000@plum.flirble.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020726150615.I37545-100000@plum.flirble.org> Andrew Back writes: : : I tried the last patch that Tony sent me, pci-patch.patch. With this : applied the kernel wouldn't compile, even with this alone and neither of : the other two patches supplied by Warner & Tony. : : The stop message is as follow: : : cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs : -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline : -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. : -I../../../include -I../../contrib/ipfilter -D_KERNEL -include : opt_global.h -elf -mpreferred-stack-boundary=2 ../../pccard/pcic.c : ../../pccard/pcic.c: In function `pcic_memory': : ../../pccard/pcic.c:209: `EXNIO' undeclared (first use in this function) : ../../pccard/pcic.c:209: (Each undeclared identifier is reported only once : ../../pccard/pcic.c:209: for each function it appears in.) : *** Error code 1 : : Stop in /usr/src/sys/compile/ANALOGUE. : : Could this be becuase I'm using FreeBSD 4.5-RELEASE? Tony did say that : this worked for him on 4.6. If so does that mean an upgrade to get things : going? You should change EXNIO to ENXIO and try again. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message