From owner-cvs-all Tue May 4 23:52:48 1999 Delivered-To: cvs-all@freebsd.org Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (Postfix) with ESMTP id BCF58156A5; Tue, 4 May 1999 23:52:37 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.9.2/RDY&DVV) id XAA40357; Tue, 4 May 1999 23:52:37 -0700 (PDT) Message-Id: <199905050652.XAA40357@burka.rdy.com> Subject: Re: cvs commit: src/sys/pccard pccard.c In-Reply-To: <19990505053731.C46F215822@hub.freebsd.org> from Bill Paul at "May 4, 1999 10:37:31 pm" To: wpaul@FreeBSD.ORG (Bill Paul) Date: Tue, 4 May 1999 23:52:37 -0700 (PDT) Cc: nate@mt.sri.com (Nate Williams), committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Paul writes: > 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. Ohh? laptop# kldstat Id Refs Address Size Name 1 3 0xc0100000 140384 kernel 3 1 0xc0244000 3aa0 mfs.ko 4 1 0xc0248000 3bdc if_tun.ko laptop# kldstat -v -i 1 | grep -w pcic 25 pcic laptop# > > -Bill > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message