taglinefilesource code
the14arch/m68k/fpsp040/fpsp.h|  These equates are used to access the exception frame, the fsave
the15arch/m68k/fpsp040/fpsp.h|  frame and any local variables needed by the FPSP package.
the25arch/m68k/fpsp040/fpsp.h|  After initialization, the stack looks like this:
the45arch/m68k/fpsp040/fpsp.h|  Positive offsets from A6 refer to the exception frame.  Negative
the46arch/m68k/fpsp040/fpsp.h|  offsets refer to the Local Variable area and the fsave area.
the47arch/m68k/fpsp040/fpsp.h|  The fsave frame is also accessible from the top via A7.
the49arch/m68k/fpsp040/fpsp.h|  On exit, the handlers execute:
the57arch/m68k/fpsp040/fpsp.h|  and then either "bra fpsp_done" if the exception was completely
the58arch/m68k/fpsp040/fpsp.h|  handled  by the package, or "bra real_xxxx" which is an external
the59arch/m68k/fpsp040/fpsp.h|  label to a routine that will process a real exception of the
the60arch/m68k/fpsp040/fpsp.h|  type that was generated.  Some handlers may omit the "frestore"
the61arch/m68k/fpsp040/fpsp.h|  if the FPU state after the exception is idle.
the63arch/m68k/fpsp040/fpsp.h|  Sometimes the exception handler will transform the fsave area
the64arch/m68k/fpsp040/fpsp.h|  because it needs to report an exception back to the user.  This
the65arch/m68k/fpsp040/fpsp.h|  can happen if the package is entered for an unimplemented float
the67arch/m68k/fpsp040/fpsp.h|  a second fsave frame can be pushed onto the stack and the
the68arch/m68k/fpsp040/fpsp.h|  handler  exit code will reload the new frame and discard the old.
the71arch/m68k/fpsp040/fpsp.h|  restored from the "local variable" area and can be used as
the73arch/m68k/fpsp040/fpsp.h|  of these registers, it should modify the saved copy and let
the74arch/m68k/fpsp040/fpsp.h|  the handler exit code restore the value.
the78arch/m68k/fpsp040/fpsp.h|  Local Variables on the stack
the125arch/m68k/fpsp040/fpsp.h|  Offsets are defined from the end of an fsave because the last 10
the126arch/m68k/fpsp040/fpsp.h|  words of a busy frame are the same as the unimplemented frame.
the267arch/m68k/fpsp040/fpsp.h|  FPSR combinations used in the FPSP
the326arch/m68k/fpsp040/fpsp.h|          are in the $40s {$40-$4f}
the274drivers/net/i82586.hLinux packets are passed down with the destination MAC address
the275drivers/net/i82586.hand length/type field already prepended to the data,
the277drivers/net/i82586.hwe must also set the AC_CFG_ALOC(..) flag during the
the389drivers/net/i82586.hI think the rest is unused since we
the391drivers/net/i82586.hin case, we leave the space.
the783drivers/net/wavelan.cLeave out the others too -- we will always
the784drivers/net/wavelan.cuse 0x390 and leave 0x300 for the Ethernet device.