summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2000-01-07 13:15:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>2000-01-07 13:15:42 +0000
commit39412a7ece8715213fb101718c0613778f8f1dd1 (patch)
tree4a1f379dbb3dac3467a3d985b8606193b95fe5e3 /sys/dev/ata
parent4df223aaf619061c89ac1712f7367e2e89443cef (diff)
Notes
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/atapi-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-all.c b/sys/dev/ata/atapi-all.c
index 1a777544c407..e01d4e13c610 100644
--- a/sys/dev/ata/atapi-all.c
+++ b/sys/dev/ata/atapi-all.c
@@ -147,7 +147,7 @@ atapi_attach(void *notused)
(wdmamode(atp->atapi_parm) < 0) ?
(atp->atapi_parm->dmaflag ? 2 : 0) :
wdmamode(atp->atapi_parm),
- udmamode(atp->atapi_parm)))
+ udmamode(atp->atapi_parm))
atp->flags |= ATAPI_F_DMA_ENABLED;
}
else