summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-04-24 05:12:50 +0000
committerscottl <scottl@FreeBSD.org>2002-04-24 05:12:50 +0000
commitceaa1ecc76e7fbbdbdf7e414fbf87d8c46d0dead (patch)
treedef9cfe368f17c95e03e25881bfda308b7a3a6bc /sys/dev/aac/aac_pci.c
parent257900c7418db0d80a14e29c4210dfe370cbb8e4 (diff)
downloadFreeBSD-src-ceaa1ecc76e7fbbdbdf7e414fbf87d8c46d0dead.zip
FreeBSD-src-ceaa1ecc76e7fbbdbdf7e414fbf87d8c46d0dead.tar.gz
Prepare for a major update to the aac driver:
Update the aac driver with the new crashdump api. Protect sync fibs with a mutex. Align all DMA buffers on a PAGE_SIZE boundary. MFC after: 3 days
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 3bcc1e2..f19bf3d 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -224,7 +224,7 @@ aac_pci_attach(device_t dev)
* Note that some of these controllers are 64-bit capable.
*/
if (bus_dma_tag_create(NULL, /* parent */
- 1, 0, /* algnmnt, boundary */
+ PAGE_SIZE, 0, /* algnmnt, boundary */
BUS_SPACE_MAXADDR_32BIT, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
NULL, NULL, /* filter, filterarg */
OpenPOWER on IntegriCloud