brooks      2005-06-10 20:42:02 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  Revert the unnecessicary addition of some braces in fxp_attach().  Don't
  explicitly free the ifp in fxp_detach(), the call to fxp_release() takes
  care of it.
  
  Revision  Changes    Path
  1.238     +1 -3      src/sys/dev/fxp/if_fxp.c