diff --git a/src/sys/device/devices.h b/src/sys/device/devices.h index e6430aa..3b4e4fd 100644 --- a/src/sys/device/devices.h +++ b/src/sys/device/devices.h @@ -24,6 +24,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $Log$ + Revision 1.1 2004/05/21 00:10:00 ionix + + : + Revision 1.2 2004/04/27 20:49:22 reddawg Update Sample Driver @@ -40,6 +44,10 @@ struct devInfo { int irq; int ioAddr; + int dma; + int udma; + bool locked; + int lockedpid; }; void devRegister;