diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-06 09:01:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-06 09:01:29 +0000 |
commit | cfa6eba6bff4fd2d3bae5ca5f31f0990fe8b42e3 (patch) | |
tree | 9cb204c99f8f3374b64132b466091420df74b879 | |
parent | a777b215cbee8defd5caa5a8bfead6264209aeb5 (diff) |
since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we
dont have to carry the cmd_tables dva around in the ccb anymore.
-rw-r--r-- | sys/dev/pci/ahci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index 55ff97bc9f7..e46f2a87ff1 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.72 2007/03/06 09:00:03 dlg Exp $ */ +/* $OpenBSD: ahci.c,v 1.73 2007/03/06 09:01:28 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -314,7 +314,6 @@ struct ahci_ccb { struct ahci_cmd_hdr *ccb_cmd_hdr; struct ahci_cmd_table *ccb_cmd_table; - u_int64_t ccb_cmd_table_dva; bus_dmamap_t ccb_dmamap; |