From owner-freebsd-hackers Sat Aug 5 7:45: 7 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id D3ADD37B610 for ; Sat, 5 Aug 2000 07:45:03 -0700 (PDT) (envelope-from dennis@etinc.com) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.9.3/8.9.3) with SMTP id KAA00231 for ; Sat, 5 Aug 2000 10:45:59 -0400 (EDT) Message-Id: <200008051445.KAA00231@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 05 Aug 2000 10:59:02 -0400 To: hackers@freebsd.org From: Dennis Subject: ether_ifattach() issue In-Reply-To: <200008051107.NAA59699@freebsd.dk> References: <200008042340.QAA14005@relay.lppi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The change in 4.1 to ether_ifattach() needs a check to see if the device is already attached. calling ether_ifattch() with a device already attached will lock up the system consistently. Dennis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message