cvs commit: src/sys/dev/cm smc90cx6.c src/sys/dev/cs if_cs.c
src/sys/dev/ed if_ed.c src/sys/dev/sbni if_sbni.c src/sys/dev/xe
if_xe.c src/sys/i386/isa if_rdp.c
Brooks Davis
brooks at FreeBSD.org
Thu Oct 30 11:45:59 PST 2003
brooks 2003/10/30 11:45:58 PST
FreeBSD src repository
Modified files:
sys/dev/cm smc90cx6.c
sys/dev/cs if_cs.c
sys/dev/ed if_ed.c
sys/dev/sbni if_sbni.c
sys/dev/xe if_xe.c
sys/i386/isa if_rdp.c
Log:
There is no way to enter the attach routine twice with the same softc
without a detach call in between so don't try to deal with that
possiability.
This is a diff-reduction commit for the upcoming if_xname conversion.
Revision Changes Path
1.11 +18 -20 src/sys/dev/cm/smc90cx6.c
1.26 +73 -75 src/sys/dev/cs/if_cs.c
1.220 +41 -43 src/sys/dev/ed/if_ed.c
1.13 +16 -18 src/sys/dev/sbni/if_sbni.c
1.40 +14 -16 src/sys/dev/xe/if_xe.c
1.22 +16 -18 src/sys/i386/isa/if_rdp.c
More information about the cvs-src
mailing list