From owner-cvs-all Fri Dec 8 13:35:15 2000 From owner-cvs-all@FreeBSD.ORG Fri Dec 8 13:35:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D570737B400; Fri, 8 Dec 2000 13:35:12 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB8LZCj11111; Fri, 8 Dec 2000 13:35:12 -0800 (PST) (envelope-from wpaul) Message-Id: <200012082135.eB8LZCj11111@freefall.freebsd.org> From: Bill Paul Date: Fri, 8 Dec 2000 13:35:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/12/08 13:35:12 PST Modified files: sys/dev/ray if_ray.c Log: Fix probe/attach a little. We don't have to call bpfattach() anymore since ether_ifattach() does it for us. We do need to call ether_ifdetach() instead of if_detach(). And we don't have to check for ifp->if_name already being initialized because it never will be in FreeBSD 4.x and above. Reviewed by: Warner Losh, Duncan Barclay Revision Changes Path 1.46 +19 -22 src/sys/dev/ray/if_ray.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message