summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-05-17 05:42:04 +0000
committerimp <imp@FreeBSD.org>2004-05-17 05:42:04 +0000
commitbce3d87f9e95ae5f78019e576da8482c4af9511d (patch)
tree39ed27a23f6ffa7c10bbf3a7403ddb6ad880ffdd /sys/dev/fdc
parent7590026eaec682a2b80e087b2c4dbc3e3be690c5 (diff)
downloadFreeBSD-src-bce3d87f9e95ae5f78019e576da8482c4af9511d.zip
FreeBSD-src-bce3d87f9e95ae5f78019e576da8482c4af9511d.tar.gz
Update to reflect new location in the tree. This has been repo copied
from sys/isa/fd.c in preparation for specialization of attachments for different busses.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index ad882db..1d0e500 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
#include <isa/isavar.h>
#include <isa/isareg.h>
-#include <isa/fdreg.h>
+#include <dev/fdc/fdcreg.h>
#include <isa/rtc.h>
enum fdc_type
OpenPOWER on IntegriCloud