diff options
Diffstat (limited to 'sys/dev/pci/ahci.c')
-rw-r--r-- | sys/dev/pci/ahci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index 8e04bdf9c85..c6b165838a6 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.115 2007/04/22 05:03:04 dlg Exp $ */ +/* $OpenBSD: ahci.c,v 1.116 2007/04/22 05:08:34 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -2419,5 +2419,5 @@ ret: void ahci_empty_done(struct ahci_ccb *ccb) { - /* do nothing */ + ccb->ccb_xa.state = ATA_S_COMPLETE; } |