cvs commit: src/sys/dev/netif/xl if_xl.c if_xlreg.h
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Mar 18 22:31:28 PST 2004
    
    
  
dillon      2004/03/18 22:30:09 PST
DragonFly src repository
  Modified files:
    sys/dev/netif/xl     if_xl.c if_xlreg.h 
  Log:
  If XL cannot properly attach it tries to detach to clean up.  Unfortunately,
  the detach code expects it to have gotten most of the way through the attach
  and if it hasn't the system will crash.  This commit adds a flag that tells
  the detach code whether the attach got far enough along for the detach to
  be able to reset the card (and do certain other things).
  
  Revision  Changes    Path
  1.10      +12 -3     src/sys/dev/netif/xl/if_xl.c
  1.4       +1 -0      src/sys/dev/netif/xl/if_xlreg.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/xl/if_xl.c.diff?r1=1.9&r2=1.10&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/xl/if_xlreg.h.diff?r1=1.3&r2=1.4&f=h
    
    
More information about the Commits
mailing list