summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2000-10-22 12:17:38 +0000
committersos <sos@FreeBSD.org>2000-10-22 12:17:38 +0000
commitfe368878b65ad19a2836e0e43fa5b4cbe9b17b29 (patch)
treec942949c6b009e389a3faef1663dc12f6d11a076
parent9e0e3d034b677518f8af7df9f8ed2b3033bc1ed8 (diff)
downloadFreeBSD-src-fe368878b65ad19a2836e0e43fa5b4cbe9b17b29.zip
FreeBSD-src-fe368878b65ad19a2836e0e43fa5b4cbe9b17b29.tar.gz
Fix warning in the ISA only case.
-rw-r--r--sys/dev/ata/ata-dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index f5cda75..90c68db 100644
--- a/sys/dev/ata/ata-dma.c
+++ b/sys/dev/ata/ata-dma.c
@@ -1033,6 +1033,7 @@ hpt_timing(struct ata_softc *scp, int devno, int mode)
void *
ata_dmaalloc(struct ata_softc *scp, int device)
{
+ return 0;
}
void
OpenPOWER on IntegriCloud