mux         2003/07/22 08:50:54 PDT
  FreeBSD src repository
  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  De-inline some functions.  It doesn't gain us anything and bloats
  code size by 3616 bytes.  Furthemore, it was previously ignored by GCC.
  
  While I'm at it, fix some bogus comments.
  
  Revision  Changes    Path
  1.188     +13 -13    src/sys/dev/fxp/if_fxp.c