svn commit: r232268 - head/sys/dev/aac

Ed Maste emaste at FreeBSD.org
Tue Feb 28 19:50:15 UTC 2012


Author: emaste
Date: Tue Feb 28 19:50:14 2012
New Revision: 232268
URL: http://svn.freebsd.org/changeset/base/232268

Log:
  Revert r232260.
  
  The problem is now fixed by a general workaround in r232267.

Modified:
  head/sys/dev/aac/aac_pci.c

Modified: head/sys/dev/aac/aac_pci.c
==============================================================================
--- head/sys/dev/aac/aac_pci.c	Tue Feb 28 19:42:40 2012	(r232267)
+++ head/sys/dev/aac/aac_pci.c	Tue Feb 28 19:50:14 2012	(r232268)
@@ -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 */


More information about the svn-src-all mailing list