diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-10 07:48:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-10 07:48:46 +0000 |
commit | ed34835726c8a340bb361b8410525a60129a3f08 (patch) | |
tree | b2884e2862fd1323fcb51bdc908e44f1b9c58eba /sys/arch/sgi/include | |
parent | ff15eee627d66e8dbd2c70669b6afa904644af41 (diff) |
give mace some dma; pefo@ ok
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 046b369c77c..58cccfae3be 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.2 2004/08/09 14:57:26 pefo Exp $ */ +/* $OpenBSD: autoconf.h,v 1.3 2004/08/10 07:48:45 mickey Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -121,6 +121,7 @@ struct confargs { struct abus *ca_bus; /* Bus device resides on. */ bus_space_tag_t ca_iot; bus_space_tag_t ca_memt; + bus_dma_tag_t ca_dmat; u_int32_t ca_num; /* which system */ u_int32_t ca_sys; /* which system */ int ca_nreg; |