summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atapi-all.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2000-01-07 13:15:42 +0000
committersos <sos@FreeBSD.org>2000-01-07 13:15:42 +0000
commit4f173ccba9dfc5e92e38af3c1cebb149fefd1fe6 (patch)
treed1873386ab5d3c6659ba75e7246fc48406bfbf3a /sys/dev/ata/atapi-all.c
parentdb3639c852f368f43ed7c6942ba649caaf310690 (diff)
downloadFreeBSD-src-4f173ccba9dfc5e92e38af3c1cebb149fefd1fe6.zip
FreeBSD-src-4f173ccba9dfc5e92e38af3c1cebb149fefd1fe6.tar.gz
This is not my lucky day :(
Diffstat (limited to 'sys/dev/ata/atapi-all.c')
-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 1a77754..e01d4e1 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
OpenPOWER on IntegriCloud