summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-04-06 19:12:49 +0000
committermarius <marius@FreeBSD.org>2013-04-06 19:12:49 +0000
commit769bdd48e62f800a49095832ca9d3bf8e2c4db7b (patch)
treebeec354e89c1d44f4ee909a0eea535f9fd251eb7 /sys/dev/ata/ata-all.h
parent916607c00957e1ba06f932ded65c62673d164759 (diff)
downloadFreeBSD-src-769bdd48e62f800a49095832ca9d3bf8e2c4db7b.zip
FreeBSD-src-769bdd48e62f800a49095832ca9d3bf8e2c4db7b.tar.gz
- With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related
option left but actually consumed by ada(4), so move it to opt_ada.h and get rid of opt_ata.h. - Fix stand-alone build of atacore(4) by adding opt_cam.h. - Use __FBSDID. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers.
Diffstat (limited to 'sys/dev/ata/ata-all.h')
-rw-r--r--sys/dev/ata/ata-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h
index 9f0d611..41e3054 100644
--- a/sys/dev/ata/ata-all.h
+++ b/sys/dev/ata/ata-all.h
@@ -26,8 +26,6 @@
* $FreeBSD$
*/
-#include "opt_ata.h"
-
#if 0
#define ATA_LEGACY_SUPPORT /* Enable obsolete features that break
* some modern devices */
OpenPOWER on IntegriCloud