summaryrefslogtreecommitdiff
path: root/sys/dev/bfe
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2006-04-28 05:38:12 +0000
committerMike Silbersack <silby@FreeBSD.org>2006-04-28 05:38:12 +0000
commit981b2dea6b5753dcea91268049d4367c526726c8 (patch)
treeed33f4abeaebb23ff3509abcdf4d0b176140c36c /sys/dev/bfe
parentcff136222154c240401d736847fa6699c966e399 (diff)
Notes
Diffstat (limited to 'sys/dev/bfe')
-rw-r--r--sys/dev/bfe/if_bfe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c
index 311a8199e2c2..79e539bfa188 100644
--- a/sys/dev/bfe/if_bfe.c
+++ b/sys/dev/bfe/if_bfe.c
@@ -203,7 +203,7 @@ bfe_dma_alloc(device_t dev)
*/
error = bus_dma_tag_create(NULL, /* parent */
PAGE_SIZE, 0, /* alignment, boundary */
- 0x40000000, /* lowaddr */
+ 0x3FFFFFFF, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
NULL, NULL, /* filter, filterarg */
MAXBSIZE, /* maxsize */