DragonFly BSD
DragonFly commits List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/netif/fxp if_fxp.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 31 May 2005 01:23:29 -0700 (PDT)

joerg       2005/05/31 01:23:29 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/fxp    if_fxp.c 
  Log:
  Remove __inline hints, let the compiler figure out the details.
  This prevents GCC 3.4.4 from inline fxp_scb_wait, but since we access
  external memory anyway, the calling overhead doesn't matter.
  
  Revision  Changes    Path
  1.31      +9 -9      src/sys/dev/netif/fxp/if_fxp.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/fxp/if_fxp.c.diff?r1=1.30&r2=1.31&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]