USB Mass Storage under 5.0

Gerard Samuel gsam at trini0.org
Mon May 12 20:38:49 PDT 2003


Joshua Oreman wrote:

>This is system-specific. You'll need to use `nm' to translate
>this address into a meaningful value. (BTW, this is an FAQ.)
>
>Try `nm /kernel | grep c01accc3f'.
>If you don't get anything then drop off the last digit until you do, e.g.
>nm /kernel | grep c01accc3f
>nm /kernel | grep c01accc3
>nm /kernel | grep c01accc
>nm /kernel | grep c01acc
>...
>When you do get some output, pick the symbol with the address closest to,
>but not above, c01accc3f.
>If in doubt, send all the output of the first successful `nm' command.
>
I am in doubt.  :)  But here is the output of the first successful nm 
command ->

{gsam at gladiator}-{~} > nm /boot/kernel/kernel | grep 
c01acc                                  [12 May 11:34pm]
c01accb0 t umass_cam_cb
c01acca0 t umass_cam_poll



More information about the freebsd-questions mailing list