bandaid crash as I have no time to research the issue and the driver

is unusable in its present state; refer to the PR for details

PR:		kern/110662
MFC after:	3 days
This commit is contained in:
sam 2007-11-03 19:10:14 +00:00
parent b5470381e4
commit 43724f996c

View File

@ -307,7 +307,7 @@ safe_attach(device_t dev)
goto bad4;
}
if (bus_dma_tag_create(NULL, /* parent */
sizeof(u_int32_t), /* alignment */
1, /* alignment */
SAFE_MAX_DSIZE, /* boundary */
BUS_SPACE_MAXADDR_32BIT, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */