diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-05-25 16:05:22 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-05-25 16:05:22 +0000 |
| commit | 7edce08ac4f77962b15b2fca8a8e15ac67357f91 (patch) | |
| tree | 2bbcc5ef2fad77a0bb9d6f7b437d0181c0bee624 /sys | |
| parent | d951f85b289ffe2de64102bd69f070901d25cc5d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/sound/pci/maestro3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c index 5598144cc62e..7f109a21228a 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, |
