summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
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/amiga
parentf6afc6a0073f39e42f66599a1a75c49801328957 (diff)
remove altq entries.
altq is merged into pf and handled through pf.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r--sys/arch/amiga/amiga/conf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amiga/amiga/conf.c b/sys/arch/amiga/amiga/conf.c
index 364ca687b5d..3b14b23d09a 100644
--- a/sys/arch/amiga/amiga/conf.c
+++ b/sys/arch/amiga/amiga/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.36 2002/06/11 03:25:30 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.37 2002/12/05 02:49:55 kjc Exp $ */
/* $NetBSD: conf.c,v 1.42 1997/01/07 11:35:03 mrg Exp $ */
/*-
@@ -115,8 +115,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]);
#include "pf.h"
-#include <altq/altqconf.h>
-
#include "systrace.h"
struct cdevsw cdevsw[] =
@@ -178,7 +176,6 @@ struct cdevsw cdevsw[] =
#else
cdev_notdef(), /* 51 */
#endif
- cdev_altq_init(NALTQ,altq), /* 52: ALTQ control interface */
};
int nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);