diff options
author | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 02:49:56 +0000 |
---|---|---|
committer | Kenjiro Cho <kjc@cvs.openbsd.org> | 2002-12-05 02:49:56 +0000 |
commit | d990254ee7d59f887b83e2cd27d4acebf02d4c50 (patch) | |
tree | f4b1e1d9497386e88973c0ff048733b40bf9efd2 /sys/arch/sparc64 | |
parent | f6afc6a0073f39e42f66599a1a75c49801328957 (diff) |
remove altq entries.
altq is merged into pf and handled through pf.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/conf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c index c6cccd6bd09..4deb5505b3e 100644 --- a/sys/arch/sparc64/sparc64/conf.c +++ b/sys/arch/sparc64/sparc64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.32 2002/06/19 02:52:24 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.33 2002/12/05 02:49:55 kjc Exp $ */ /* $NetBSD: conf.c,v 1.17 2001/03/26 12:33:26 lukem Exp $ */ /* @@ -116,8 +116,6 @@ cdev_decl(pci); #include "pf.h" -#include <altq/altqconf.h> - #ifdef XFS #include <xfs/nxfs.h> cdev_decl(xfs_dev); @@ -243,7 +241,7 @@ struct cdevsw cdevsw[] = cdev_tty_init(NMTTY,mtty), /* 71: magma serial ports */ cdev_gen_init(NMBPP,mbpp), /* 72: magma parallel ports */ cdev_pf_init(NPF,pf), /* 73: packet filter */ - cdev_altq_init(NALTQ,altq), /* 74: ALTQ control interface */ + cdev_notdef(), /* 74: ALTQ (deprecated) */ cdev_crypto_init(NCRYPTO,crypto), /* 75: /dev/crypto */ cdev_ksyms_init(NKSYMS,ksyms), /* 76 *: Kernel symbols device */ cdev_tty_init(NSABTTY,sabtty), /* 77: sab82532 serial ports */ |