diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-11 18:15:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-01-11 18:15:27 +0000 |
commit | 43b7ecc0b41cb3ec75f8a5a2f029aeb244e3d2f5 (patch) | |
tree | 47a52b195307c078d289090b2fb67870656de0a1 /sys/arch | |
parent | 4caf3cc8e71ac759d3d67db872f5e4fd7edbd24d (diff) |
pass dmatag in confargs
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h index 3bc3ec27560..352aa3a3772 100644 --- a/sys/arch/hppa/include/autoconf.h +++ b/sys/arch/hppa/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.4 1998/12/29 21:54:12 mickey Exp $ */ +/* $OpenBSD: autoconf.h,v 1.5 1999/01/11 18:15:26 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -39,6 +39,7 @@ struct confargs { int ca_mod; /* module number on the bus */ struct iodc_data ca_type; /* iodc-specific type descrition */ hppa_hpa_t ca_hpa; /* module HPA */ + bus_dma_tag_t ca_dmatag; /* DMA tag */ struct pdc_iodc_read *ca_pdc_iodc_read; }; |