diff options
Diffstat (limited to 'usr/src/uts/common/io/pci-ide/pci-ide.c')
| -rw-r--r-- | usr/src/uts/common/io/pci-ide/pci-ide.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/common/io/pci-ide/pci-ide.c b/usr/src/uts/common/io/pci-ide/pci-ide.c index 7afa702ca4..c885fed6a0 100644 --- a/usr/src/uts/common/io/pci-ide/pci-ide.c +++ b/usr/src/uts/common/io/pci-ide/pci-ide.c @@ -21,9 +21,7 @@ /* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. */ -/* - * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved. - */ + /* * PCI-IDE bus nexus driver @@ -131,7 +129,7 @@ struct bus_ops pciide_bus_ops = { 0, 0, i_ddi_map_fault, - 0, + ddi_dma_map, ddi_dma_allochdl, ddi_dma_freehdl, ddi_dma_bindhdl, |
