From 43b7ecc0b41cb3ec75f8a5a2f029aeb244e3d2f5 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 11 Jan 1999 18:15:27 +0000 Subject: pass dmatag in confargs --- sys/arch/hppa/include/autoconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch') 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; }; -- cgit v1.2.3