summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-04-22 14:41:04 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-04-22 14:41:04 +0000
commit57a6a244a16fabb080eb41b952a3ef8074405391 (patch)
tree82db76d4c4ec8e60348c37b28f2d1d846d76ddd3 /sys/dev/pci
parente3ad6ef01d60b2513d50dce8fd3f841da8cc476f (diff)
Remove some altq tentacles.
ok pelikan@, henning@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_de.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c
index 11ec84bea9f..c3f8f6aef45 100644
--- a/sys/dev/pci/if_de.c
+++ b/sys/dev/pci/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.113 2014/04/19 12:25:03 henning Exp $ */
+/* $OpenBSD: if_de.c,v 1.114 2014/04/22 14:41:03 mpi Exp $ */
/* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */
/*-
@@ -4223,7 +4223,7 @@ tulip_ifioctl(struct ifnet * ifp, u_long cmd, caddr_t data)
/*
* the original dequeueing policy is dequeue-and-prepend if something
- * goes wrong. when altq is used, it is changed to peek-and-dequeue.
+ * goes wrong.
* the modification becomes a bit complicated since tulip_txput() might
* copy and modify the mbuf passed.
*/