Date: Wed, 05 May 1999 11:40:01 -0700 From: Mike Smith <mike@smith.net.au> 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: <199905051840.LAA01210@dingo.cdrom.com> In-Reply-To: Your message of "Tue, 04 May 1999 22:37:31 PDT." <19990505053731.C46F215822@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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. rc.pccard shouldn't actually be loading the pcic module at all; see the flamage following the 3.1 release about that. But you're quite wrong: dingo:~>kldstat -v Id Refs Address Size Name 1 3 0xc0100000 1b8f38 kernel Contains modules: Id Name 1 rootbus 2 root/usb 3 uhub/ugen 4 uhub/ums 5 uhub/ulpt 6 uhub/umass 7 usb/uhub 8 uhub/uhub 9 pccard_ed 10 pccard_ep 11 pccard_sio 12 vn 14 pcic 15 cd9660 16 procfs 17 msdos 18 nfs 19 ufs 20 if_loop 21 if_tun 22 aout 23 elf 24 shell -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com 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?199905051840.LAA01210>