diff options
Diffstat (limited to 'sys/dev/advansys/adv_isa.c')
| -rw-r--r-- | sys/dev/advansys/adv_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index 58eebf0289ca..5cc06c5801b2 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -44,7 +44,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adv_isa.c,v 1.10 1999/04/23 23:29:23 gibbs Exp $ + * $Id: adv_isa.c,v 1.11 1999/05/08 18:20:57 peter Exp $ */ #include <sys/param.h> @@ -212,7 +212,7 @@ advisaprobe(struct isa_device *id) /* XXX Should be a child of the ISA bus dma tag */ error = bus_dma_tag_create(/*parent*/NULL, - /*alignemnt*/0, + /*alignemnt*/1, /*boundary*/0, lowaddr, /*highaddr*/BUS_SPACE_MAXADDR, |
