summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-tape.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2002-04-05 13:13:56 +0000
committersos <sos@FreeBSD.org>2002-04-05 13:13:56 +0000
commit0d2605253ba8117d7ff63e3ce2e1889003253d59 (patch)
treeaf8c692a5d9e26fb4d42b3a66b85e3fa5b44ca14 /sys/dev/ata/atapi-tape.c
parent51ccaee275d7c6f909f812b4ca45c2732a221f6d (diff)
downloadFreeBSD-src-0d2605253ba8117d7ff63e3ce2e1889003253d59.zip
FreeBSD-src-0d2605253ba8117d7ff63e3ce2e1889003253d59.tar.gz
Make the ATA driver compile & work on the sparc64 platform.
Initial work & code by tmm. Lots of changes and rearrangements by yours truely to make busdma be a little less a PITA (but I still dont like it).
Diffstat (limited to 'sys/dev/ata/atapi-tape.c')
-rw-r--r--sys/dev/ata/atapi-tape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c
index 764a9ef..51a3386 100644
--- a/sys/dev/ata/atapi-tape.c
+++ b/sys/dev/ata/atapi-tape.c
@@ -40,6 +40,7 @@
#include <sys/mtio.h>
#include <sys/disklabel.h>
#include <sys/devicestat.h>
+#include <machine/bus.h>
#include <dev/ata/ata-all.h>
#include <dev/ata/atapi-all.h>
#include <dev/ata/atapi-tape.h>
OpenPOWER on IntegriCloud