From owner-cvs-all Tue Sep 18 17:13: 5 2001 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 2E8C437B407; Tue, 18 Sep 2001 17:13:01 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J0D1Y17790; Tue, 18 Sep 2001 17:13:01 -0700 (PDT) (envelope-from brooks) Message-Id: <200109190013.f8J0D1Y17790@freefall.freebsd.org> From: Brooks Davis Date: Tue, 18 Sep 2001 17:13:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_stf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/18 17:13:00 PDT Modified files: sys/net if_stf.c Log: Make stf a clonable device. Yes this really is rather silly and the implementation is overkill given that you are only allowed one of them, but NetBSD implements cloning on this device and it's a less cluttered example of cloning then most. Revision Changes Path 1.12 +110 -42 src/sys/net/if_stf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message