From owner-freebsd-current Wed Mar 10 17:48:17 1999 Delivered-To: freebsd-current@freebsd.org Received: from WWW.meridianksi.com (meridianksi.com [207.86.113.200]) by hub.freebsd.org (Postfix) with ESMTP id 795CE151E5 for ; Wed, 10 Mar 1999 17:48:15 -0800 (PST) (envelope-from rdewalt@meridianksi.com) Received: from rdewalt.meridianksi.com ([207.86.113.194]) by WWW.meridianksi.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-57398U100L2S100V35) with SMTP id AAA66 for ; Wed, 10 Mar 1999 21:00:48 -0500 Message-Id: <3.0.3.32.19990310204716.006ffc7c@207.86.113.200> X-Sender: rdewalt@207.86.113.200 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 10 Mar 1999 20:47:16 -0500 To: freebsd-current@FreeBSD.ORG From: rdewalt@meridianksi.com (Ryan Dewalt) Subject: problem with pccard.c cvsup'ed 3-10-99 15:00:54 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After running cvsup today, and running my weekly make world (with no problems) re-compiling the kernel, I recieved this error. (after the original make all failed, I re-ran this to regenerate the error) porta# make all loading kernel pccard.o: In function `unregister_device_interrupt': pccard.o(.text+0x31c): undefined reference to `unregister_pcic_intr' pccard.o: In function `pccard_alloc_intr': pccard.o(.text+0x691): undefined reference to `register_pcic_intr' *** Error code 1 porta# current $Id in pccard.c is: * $Id: pccard.c,v 1.73 1999/03/10 15:00:54 roger Exp $ Running FreeBSD 4.0-CURRENT on a CTX 700E laptop (32 M ram) Until today, I've had no problems at all with the PCMCIA subsystem. (relevant line from the last successfull dmesg) pcic0: rev 0x01 int a irq 255... pcic1: (same as above), but "int b" Any suggestions? -Thanks Ryan Dewalt rdewalt@meridianksi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message