Date: Thu, 30 Oct 2003 11:45:58 -0800 (PST) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200310301945.h9UJjw0l063680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310301945.h9UJjw0l063680>