From 43724f996c0367185774fc22a026a1b9b3117a01 Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 3 Nov 2007 19:10:14 +0000 Subject: [PATCH] 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 --- sys/dev/safe/safe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index c594295fcd52..f3f124301b6d 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -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 */