cvs commit: src/sbin/atm/atmconfig diag.c src/sys/dev/hatm
 if_hatm.c if_hatm_intr.c if_hatm_rx.c if_hatmvar.h
    Hartmut Brandt 
    harti at FreeBSD.org
       
    Wed Oct 29 05:14:40 PST 2003
    
    
  
harti       2003/10/29 05:14:39 PST
  FreeBSD src repository
  Modified files:
    sbin/atm/atmconfig   diag.c 
    sys/dev/hatm         if_hatm.c if_hatm_intr.c if_hatm_rx.c 
                         if_hatmvar.h 
  Log:
  Defer allocation of the actual receive mbuf until the external buffer
  is returned from the card to the driver. Add a counter that shows
  how many times this allocation has failed. Note, that we could even
  further delay the allocation of the mbuf until we know, that we need it
  (there are no receive errors and the connection is open). This will be done
  in a later commit.
  
  Print the new statistics field in atmconfig.
  
  Revision  Changes    Path
  1.2       +1 -0      src/sbin/atm/atmconfig/diag.c
  1.13      +0 -1      src/sys/dev/hatm/if_hatm.c
  1.8       +24 -26    src/sys/dev/hatm/if_hatm_intr.c
  1.6       +4 -0      src/sys/dev/hatm/if_hatm_rx.c
  1.7       +2 -2      src/sys/dev/hatm/if_hatmvar.h
    
    
More information about the cvs-src
mailing list