diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2012-02-28 19:50:14 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2012-02-28 19:50:14 +0000 |
| commit | 55b44675aeffebc55d8b5fb7574154e7df846a53 (patch) | |
| tree | 23bd501f5a8ba9ae426a8c70eba9304a4588bba9 /sys/dev/aac | |
| parent | 3f8e262e8c35398c70037738423e03902cc7448c (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 1427f005378f..485d5ffabcdd 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -403,8 +403,7 @@ 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, /* alignment */ - ((bus_size_t)((uint64_t)1 << 32)), /* boundary*/ + PAGE_SIZE, 0, /* algnmnt, boundary */ BUS_SPACE_MAXADDR, /* lowaddr */ BUS_SPACE_MAXADDR, /* highaddr */ NULL, NULL, /* filter, filterarg */ |
