fxp unaligned access

Andrew Gallatin gallatin at cs.duke.edu
Thu Apr 24 09:49:56 PDT 2003


Fred Clift writes:
 > 
 > Here is the trace on that unaligned access I previously mentioned.
 > 
 > 
 > 
 > So now that I know the unaligned access was in fxp_add_rfabuf in
 > src/sys/dev/fxp/if_fxp.c, So, how can I track this down to a specific line
 > of code? (I'm off to read the ddb manpage right now, so perhaps this is
 > just a dumb newbie quesiton...)
 > 

run gdb on the kernel.debug matching your booted kernel and say

(gdb) l *fxp_add_rfabuf+0x80

Drew


More information about the freebsd-alpha mailing list