Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 23:37:52 -0400
From:      Gerard Samuel <gsam@trini0.org>
To:        Joshua Oreman <oremanj@webserver.get-linux.org>
Cc:        questions@freebsd.org
Subject:   Re: USB Mass Storage under 5.0
Message-ID:  <3EC06890.1090700@trini0.org>
In-Reply-To: <20030513033001.GA15478@webserver.get-linux.org>
References:  <3EC04F1D.6030404@trini0.org> <3EC054F5.5030109@trini0.org> <20030513033001.GA15478@webserver.get-linux.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@gladiator}-{~} > nm /boot/kernel/kernel | grep 
c01acc                                  [12 May 11:34pm]
c01accb0 t umass_cam_cb
c01acca0 t umass_cam_poll



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