summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@cvs.openbsd.org>2002-12-05 02:49:56 +0000
committerKenjiro Cho <kjc@cvs.openbsd.org>2002-12-05 02:49:56 +0000
commitd990254ee7d59f887b83e2cd27d4acebf02d4c50 (patch)
treef4b1e1d9497386e88973c0ff048733b40bf9efd2 /sys/arch/vax
parentf6afc6a0073f39e42f66599a1a75c49801328957 (diff)
remove altq entries.
altq is merged into pf and handled through pf.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/conf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c
index d7ca628cc09..08f720e02eb 100644
--- a/sys/arch/vax/vax/conf.c
+++ b/sys/arch/vax/vax/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.37 2002/07/10 22:08:47 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.38 2002/12/05 02:49:55 kjc Exp $ */
/* $NetBSD: conf.c,v 1.44 1999/10/27 16:38:54 ragge Exp $ */
/*-
@@ -359,8 +359,6 @@ cdev_decl(xfs_dev);
#include "pf.h"
-#include <altq/altqconf.h>
-
#include "systrace.h"
struct cdevsw cdevsw[] =
@@ -444,7 +442,6 @@ struct cdevsw cdevsw[] =
#else
cdev_notdef(), /* 74 */
#endif
- cdev_altq_init(NALTQ,altq), /* 75: ALTQ control interface */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);