summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-all.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1999-09-22 12:04:51 +0000
committersos <sos@FreeBSD.org>1999-09-22 12:04:51 +0000
commit2801850d68933ef5c46317fe5cdc9e1a39b51ba3 (patch)
treebdbb23e177d2a2c2c5f04daff165317b09778bb2 /sys/dev/ata/atapi-all.c
parentf747ad7143b0a20f690cbef43139419cb4f5aee4 (diff)
downloadFreeBSD-src-2801850d68933ef5c46317fe5cdc9e1a39b51ba3.zip
FreeBSD-src-2801850d68933ef5c46317fe5cdc9e1a39b51ba3.tar.gz
Support quad & max speeds in wormcontrol.
A bit more general cleanup.
Diffstat (limited to 'sys/dev/ata/atapi-all.c')
-rw-r--r--sys/dev/ata/atapi-all.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ata/atapi-all.c b/sys/dev/ata/atapi-all.c
index f7b51dc..b2dcdab 100644
--- a/sys/dev/ata/atapi-all.c
+++ b/sys/dev/ata/atapi-all.c
@@ -28,14 +28,10 @@
* $FreeBSD$
*/
-#include "ata.h"
+#include "apm.h"
#include "atapicd.h"
#include "atapist.h"
#include "atapifd.h"
-#include "apm.h"
-
-#if NATA > 0 && (NATAPICD > 0 || NATAPIFD > 0 || NATAPIST > 0)
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -780,4 +776,3 @@ atapi_init(void)
}
SYSINIT(atconf, SI_SUB_CONFIGURE, SI_ORDER_SECOND, atapi_init, NULL)
-#endif /* NATA > 0 && (NATAPICD > 0 || NATAPIFD > 0 || NATAPIST > 0) */
OpenPOWER on IntegriCloud