History log of /netbsd-src/sys/modules/tun/Makefile (Results 1 – 2 of 2)
Revision Date Author Comments
# 9a575d93 10-Sep-2016 pgoyette <pgoyette@NetBSD.org>

Move tun.c into the module's own directory, since it is specific to the
module subsystem.


# eb2b2a3e 10-Sep-2016 pgoyette <pgoyette@NetBSD.org>

Add a dummy "tun" module, whose only job is to trigger an autoload of
required module "if_tun". This allows access to /dev/tunN to autload
the require interface module.

XXX There's might be a bette

Add a dummy "tun" module, whose only job is to trigger an autoload of
required module "if_tun". This allows access to /dev/tunN to autload
the require interface module.

XXX There's might be a better place/name for net/tun.c

show more ...