Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net We now support hw vlan tag support in network interf...



details:   https://anonhg.NetBSD.org/src/rev/f4f4a51054c4
branches:  trunk
changeset: 500788:f4f4a51054c4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 18 19:32:20 2000 +0000

description:
We now support hw vlan tag support in network interfaces, so remote it
from the TODO list.

diffstat:

 sys/net/if_vlan.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 925c706d7675 -r f4f4a51054c4 sys/net/if_vlan.c
--- a/sys/net/if_vlan.c Mon Dec 18 19:25:57 2000 +0000
+++ b/sys/net/if_vlan.c Mon Dec 18 19:32:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_vlan.c,v 1.24 2000/11/17 19:21:53 bouyer Exp $      */
+/*     $NetBSD: if_vlan.c,v 1.25 2000/12/18 19:32:20 thorpej Exp $     */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -82,9 +82,6 @@
  *
  *     - Need some way to notify vlan interfaces when the parent
  *       interface changes MTU.
- *
- *     - Need a way to facilitate parent interfaces that can do
- *       tag insertion and/or extraction in hardware.
  */
 
 #include "opt_inet.h"



Home | Main Index | Thread Index | Old Index