From 161cb1011a036d91166a95f875ccf08cc7a65597 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 4 Oct 1995 22:14:12 +0000 Subject: (struct dev): Add the NAME field. --- devio/dev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devio/dev.h b/devio/dev.h index 14ffc473..de51d788 100644 --- a/devio/dev.h +++ b/devio/dev.h @@ -44,6 +44,8 @@ struct dev { /* The device port for the kernel device we're doing paging on. */ device_t port; + /* The mach device name which we opened. */ + char *name; /* The total size of DEV. */ vm_size_t size; -- cgit v1.2.3