-On [20000829 02:30], Clarence Brown ([EMAIL PROTECTED]) wrote:
>I tried to figure out where the pnp_identify routine was 
>being called from using grep, but only found it in what 
>looked like a structure definition. I don't know where 
>it's being called from...

/usr/src/sys/isa/pnp.c:         DEVMETHOD(device_identify, pnp_identify),

/usr/src/sys/sys/bus.h: #define DEVMETHOD       KOBJMETHOD

/usr/src/sys/sys/kobj.h: #define KOBJMETHOD(NAME, FUNC) { &NAME##_desc,
(kobjop_t) FUNC }

HTH,

-- 
Jeroen Ruigrok van der Werven          Network- and systemadministrator
<[EMAIL PROTECTED]>            VIA Net.Works The Netherlands
BSD: Technical excellence at its best  http://www.via-net-works.nl
You are more than you think, less than you could be...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to