From aebb64ba1c2fe06884b03584ef0a4c6c3c77c1a4 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 27 Nov 1996 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1996-11-27 --- carrera/dat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/carrera/dat.h b/carrera/dat.h index e4dffff10d14c50ece09aaf70e20da9462bb8885..706c4b3d6582ab2262261f1a6a8dc1688800922d 100644 --- a/carrera/dat.h +++ b/carrera/dat.h @@ -157,6 +157,7 @@ struct ISAConf { char type[NAMELEN]; ulong port; ulong irq; + int dma; }; extern KMap kpte[];