diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2012-02-28 17:29:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2012-02-28 17:29:31 +0000 |
| commit | d80ce62eb54cc6c80a8e92bfcfac7ae6a483eac5 (patch) | |
| tree | 3ddf325f06ed279573bdb7e78a74ad3e366ec3b6 /sys/dev/aac | |
| parent | aa58a5719bcc4cbeeeef237122551a030b3c7678 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 485d5ffabcdd..1427f005378f 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -403,7 +403,8 @@ aac_pci_attach(device_t dev) * Note that some of these controllers are 64-bit capable. */ if (bus_dma_tag_create(NULL, /* parent */ - PAGE_SIZE, 0, /* algnmnt, boundary */ + PAGE_SIZE, /* alignment */ + ((bus_size_t)((uint64_t)1 << 32)), /* boundary*/ BUS_SPACE_MAXADDR, /* lowaddr */ BUS_SPACE_MAXADDR, /* highaddr */ NULL, NULL, /* filter, filterarg */ |
