Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 1997 08:56:23 +1030
From:      Mike Smith <mike@smith.net.au>
To:        "Glenn Lee Dicus" <gdicus@nomadix.com>
Cc:        "Nate Williams" <nate@mt.sri.com>, "Mobile FreeBSD" <mobile@FreeBSD.ORG>
Subject:   Re: pcic.c <-> pcicx.c? 
Message-ID:  <199712172226.IAA01669@word.smith.net.au>
In-Reply-To: Your message of "Wed, 17 Dec 1997 21:18:27 -0800." <199712172032.MAA06243@mail.nomadix.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> More specifically, where are "pcic_memory()" and "crdioctl()" being called
> from?

Might I suggest you investigate global(1)?  Failing that, how about

find /sys -name "*.c" | xargs grep pcic_memory

You'll probably find that crdioctl() is parked in the linker set for 
the 'crd' device; it is almost certainly its ioctl() handler, and is 
thus invoked when a user-space program makes an ioctl call on a 
/dev/crd* node.

mike





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