Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 13:49:43 -0400
From:      Bob Hall <rjhjr0@gmail.com>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Little question about device driver name
Message-ID:  <20100924174943.GA4468@stainmore>
In-Reply-To: <AANLkTim8F=d%2Bb6t8zVD55ofNFe%2BqU8fKMzYdbRazdF_h@mail.gmail.com>
References:  <AANLkTim8F=d%2Bb6t8zVD55ofNFe%2BqU8fKMzYdbRazdF_h@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 24, 2010 at 07:04:06PM +0200, David DEMELIER wrote:
> 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.

if_bridge was based on bridge. I assume that when the updated if_bridge
was introduced, the earlier bridge was still available, so the author
needed some way to distinguish his new module from the earlier module.

Type "man bridge" and check the Authors section.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100924174943.GA4468>