diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2009-07-13 18:01:49 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2009-07-13 18:01:49 +0000 |
| commit | 45a30a41d231162459cd57cb792613a9bf4632e7 (patch) | |
| tree | 54a70f8e035c4dfbead6cf25b1e85b7656a2b290 /sys/dev | |
| parent | e64e7115aa89862350c09a54f8abe3b29fa9286f (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/chipsets/ata-marvell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index a1dff9bd97aa..0544e199ed0f 100644 --- a/sys/dev/ata/chipsets/ata-marvell.c +++ b/sys/dev/ata/chipsets/ata-marvell.c @@ -220,11 +220,11 @@ ata_marvell_edma_ch_attach(device_t dev) { struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); struct ata_channel *ch = device_get_softc(dev); - u_int64_t work = ch->dma.work_bus; + u_int64_t work; int i; ata_marvell_edma_dmainit(dev); - + work = ch->dma.work_bus; /* clear work area */ bzero(ch->dma.work, 1024+256); |
