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

cvs commit: src/sys/dev/netif/xl if_xl.c if_xlreg.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Mar 2004 22:30:09 -0800 (PST)

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



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