From owner-cvs-src@FreeBSD.ORG Thu Oct 30 11:45:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6B116A4CE; Thu, 30 Oct 2003 11:45:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FA843F75; Thu, 30 Oct 2003 11:45:58 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9UJjwXJ063681; Thu, 30 Oct 2003 11:45:58 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9UJjw0l063680; Thu, 30 Oct 2003 11:45:58 -0800 (PST) (envelope-from brooks) Message-Id: <200310301945.h9UJjw0l063680@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Oct 2003 11:45:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 19:45:59 -0000 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