summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-05-25 16:05:22 +0000
committerscottl <scottl@FreeBSD.org>2001-05-25 16:05:22 +0000
commite91d658fc3f803cc618145c31822572adb9cf3b5 (patch)
treee1e96d54c5439fdf903157c7ef3d195eaff27dd1 /sys
parent0250c04bc434c3bfc6638207ae82fe5069e9ed29 (diff)
downloadFreeBSD-src-e91d658fc3f803cc618145c31822572adb9cf3b5.zip
FreeBSD-src-e91d658fc3f803cc618145c31822572adb9cf3b5.tar.gz
Fix DMA on machines with more than 128MB.
Obtained from: cg MFC after: 5 days
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pci/maestro3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c
index 5598144..7f109a2 100644
--- a/sys/dev/sound/pci/maestro3.c
+++ b/sys/dev/sound/pci/maestro3.c
@@ -1140,7 +1140,7 @@ m3_pci_attach(device_t dev)
}
if (bus_dma_tag_create(/*parent*/NULL, /*alignment*/2, /*boundary*/0,
- /*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
+ /*lowaddr*/0x08000000,
/*highaddr*/BUS_SPACE_MAXADDR,
/*filter*/NULL, /*filterarg*/NULL,
/*maxsize*/M3_BUFSIZE, /*nsegments*/1,
OpenPOWER on IntegriCloud