From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 17:04:08 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0A76106564A for ; Fri, 24 Sep 2010 17:04:08 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 33A178FC13 for ; Fri, 24 Sep 2010 17:04:07 +0000 (UTC) Received: by bwz15 with SMTP id 15so2767201bwz.13 for ; Fri, 24 Sep 2010 10:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=g4PCdrnjrm6tN81DAJUbnGelA02gktF9G5qqjjmmfDw=; b=hNjbIzaRdCWnj9asItsKxvjFsvZWtQWu8TOQjmeY3uHUDT72m/Sx46yGduXciq2Gqo 9+UjmaYSNh0Qn1V64NXd0ITaiTb5pNNpJZxRD5owx+e3oLwktF7VgqX7o0HTsuRZ9oaE vDdYTAW9bOEL1VOGXbost9yPEFqwzv4RVCwdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fN8129BbKHaoK3TwgSJPN/SOXUvil6QyBSHUZmTFyoX9zLolWT/1r7qlkGSk3cKyL3 gEGCV+mp78FeFuQXWCC6DZCqJT6DiSfDMpOnB9FwD7XD3HViicjA0JWbUfQjmXLKV758 2iAQoMQcf+fGdMNOY1ITr+5RPTxaFConr/COI= MIME-Version: 1.0 Received: by 10.204.177.79 with SMTP id bh15mr2265219bkb.121.1285347846631; Fri, 24 Sep 2010 10:04:06 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Fri, 24 Sep 2010 10:04:06 -0700 (PDT) Date: Fri, 24 Sep 2010 19:04:06 +0200 Message-ID: From: David DEMELIER To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Subject: Little question about device driver name X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 17:04:08 -0000 Hi folks, I just wonder why if_bridge(4) is prefixed by if_ for device name. Every other device name like lagg(4), gif(4) are not prefixed with this same one. Is there any reason that bridge is prefixed with it ? (I don't know if there is other device like that, but what I saw in conf/NOTES seems not) Cheers, -- Demelier David