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 Leffler 2007-11-03 19:10:14 +00:00
parent 587b8242e3
commit 88bba87429
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173307

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 */