diff options
author | 2000-04-26 19:08:23 +0000 | |
---|---|---|
committer | 2000-04-26 19:08:23 +0000 | |
commit | 9c20fd816e6e164caa55481822693e984408e934 (patch) | |
tree | 8b3bce823f561f8f1783c7558f43fbc7619dd4f3 | |
parent | Fix for if_vlan (FreeBSD) (diff) | |
download | wireguard-openbsd-9c20fd816e6e164caa55481822693e984408e934.tar.xz wireguard-openbsd-9c20fd816e6e164caa55481822693e984408e934.zip |
pseudo-device vlan (commented out for now)
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 7c75dc0afba..07bb9420cc1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.64 2000/03/22 18:08:12 provos Exp $ +# $OpenBSD: GENERIC,v 1.65 2000/04/26 19:08:23 chris Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -95,6 +95,7 @@ pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device ksyms 1 # kernel symbols device pseudo-device bridge 2 # network bridging support +#pseudo-device vlan 2 # IEEE 802.1Q VLAN pseudo-device gre 1 # GRE encapsulation interface option BOOT_CONFIG # add support for boot -c |