Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 1999 23:52:37 -0700 (PDT)
From:      dima@best.net (Dima Ruban)
To:        wpaul@FreeBSD.ORG (Bill Paul)
Cc:        nate@mt.sri.com (Nate Williams), committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/pccard pccard.c
Message-ID:  <199905050652.XAA40357@burka.rdy.com>
In-Reply-To: <19990505053731.C46F215822@hub.freebsd.org> from Bill Paul at "May 4, 1999 10:37:31 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905050652.XAA40357>