From owner-cvs-all Tue May 4 22:37:33 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id C46F215822; Tue, 4 May 1999 22:37:31 -0700 (PDT) Subject: Re: cvs commit: src/sys/pccard pccard.c In-Reply-To: <199905050432.WAA14263@mt.sri.com> from Nate Williams at "May 4, 1999 10:32:19 pm" To: nate@mt.sri.com (Nate Williams) Date: Tue, 4 May 1999 22:37:31 -0700 (PDT) Cc: committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 330 Message-Id: <19990505053731.C46F215822@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Oh, one last thing: rc.pccard tries to check to see if the pcic code has been compiled into the kernel by doing a kldstat and looking for the string 'pcic' in the output. Newsflash people: that doesn't work. Things directly compiled into the kernel don't show up in kldstat: all you'll see is the name of the kernel image. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message