cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/sr if_sr.c
    Ruslan Ermilov 
    ru at FreeBSD.org
       
    Sat Feb 12 12:04:10 GMT 2005
    
    
  
ru          2005-02-12 12:04:10 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/ar           if_ar.c 
    sys/dev/sr           if_sr.c 
  Log:
  Two problems here:
  
  1.  Dependency on netgraph module was broken (wrong version).
  2.  Netgraph node type was never destroyed on unload.  This
      was masked by problem #1.
  
  Fixed both by using NETGRAPH_INIT().  Now netgraph node type
  is created on module load, as in the rest of netgraph modules.
  
  Revision  Changes    Path
  1.67      +1 -21     src/sys/dev/ar/if_ar.c
  1.65      +1 -21     src/sys/dev/sr/if_sr.c
    
    
More information about the cvs-all
mailing list