summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/autoconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/autoconf.h')
-rw-r--r--sys/arch/hppa/include/autoconf.h3
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;
};