Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   jhawk
Date:           Mon May 29 17:37:17 UTC 2000

Modified Files:
        syssrc/sys/dev/ic: awi.c awivar.h dp8390.c dp8390var.h elink3.c
            elink3var.h elinkxl.c elinkxlvar.h i82557.c i82557var.h mb86960.c
            mb86960var.h smc91cxx.c smc91cxxvar.h
        syssrc/sys/dev/isa: if_ate.c if_fmv.c if_sm_isa.c
        syssrc/sys/dev/pcmcia: if_ray.c

Log Message:
For all network drivers that call ether_ifattach(), and also
have _detach() functions:
  Ensure that softc keeps state about whether the attach succeeded,
  and make the detach function return immediately if the attach did
  not complete.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/dev/ic/awi.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/awivar.h \
    syssrc/sys/dev/ic/smc91cxxvar.h
cvs rdiff -r1.36 -r1.37 syssrc/sys/dev/ic/dp8390.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/ic/dp8390var.h
cvs rdiff -r1.80 -r1.81 syssrc/sys/dev/ic/elink3.c
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/elink3var.h \
    syssrc/sys/dev/ic/mb86960var.h
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/ic/elinkxl.c \
    syssrc/sys/dev/ic/i82557.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/elinkxlvar.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/i82557var.h
cvs rdiff -r1.39 -r1.40 syssrc/sys/dev/ic/mb86960.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/smc91cxx.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/isa/if_ate.c \
    syssrc/sys/dev/isa/if_fmv.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/isa/if_sm_isa.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/pcmcia/if_ray.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index