summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi.c
diff options
context:
space:
mode:
authorswallace <swallace@FreeBSD.org>1995-09-07 08:20:18 +0000
committerswallace <swallace@FreeBSD.org>1995-09-07 08:20:18 +0000
commit52de8630c27acab149fb866245f05ffa335bbadc (patch)
tree3331b7beea4aa90836ecd3e271bcb7cb655fc4b3 /sys/i386/isa/atapi.c
parent498f49567432636092151782bbb999eb99800384 (diff)
downloadFreeBSD-src-52de8630c27acab149fb866245f05ffa335bbadc.zip
FreeBSD-src-52de8630c27acab149fb866245f05ffa335bbadc.tar.gz
Make files get the NWDC definition from "wdc.h" instead of "wd.h".
This way, if using wd and/or wcd devices, the wdc controller code will get compiled.
Diffstat (limited to 'sys/i386/isa/atapi.c')
-rw-r--r--sys/i386/isa/atapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/atapi.c b/sys/i386/isa/atapi.c
index ccbd85b..c620b55 100644
--- a/sys/i386/isa/atapi.c
+++ b/sys/i386/isa/atapi.c
@@ -99,7 +99,7 @@
*/
#undef DEBUG
-#include "wd.h"
+#include "wdc.h"
#include "wcd.h"
/* #include "whd.h" -- add your driver here */
/* #include "wmt.h" -- add your driver here */
OpenPOWER on IntegriCloud