summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-09-12 16:38:43 +0000
committerBrian Feldman <green@FreeBSD.org>1999-09-12 16:38:43 +0000
commit1a351c9ee4ef68992058f3e41afd7ccb91cfc032 (patch)
tree130eb740476ade5de439cc5f579687ac1d80ac7b
parent57129f42d5be6b6ecc10a253582e5baebab6933f (diff)
Notes
-rw-r--r--sys/alpha/alpha/mem.c2
-rw-r--r--sys/amd64/amd64/mem.c2
-rw-r--r--sys/i386/i386/mem.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/alpha/mem.c b/sys/alpha/alpha/mem.c
index 9a23ce4542b4..fff71fb2b7a7 100644
--- a/sys/alpha/alpha/mem.c
+++ b/sys/alpha/alpha/mem.c
@@ -95,7 +95,7 @@ static struct cdevsw mem_cdevsw = {
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
- /* flags */ 0,
+ /* flags */ D_DISK,
/* maxio */ 0,
/* bmaj */ -1
};
diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c
index 74775671f840..7fcf4cbf5ca3 100644
--- a/sys/amd64/amd64/mem.c
+++ b/sys/amd64/amd64/mem.c
@@ -95,7 +95,7 @@ static struct cdevsw mem_cdevsw = {
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
- /* flags */ 0,
+ /* flags */ D_DISK,
/* maxio */ 0,
/* bmaj */ -1
};
diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c
index 74775671f840..7fcf4cbf5ca3 100644
--- a/sys/i386/i386/mem.c
+++ b/sys/i386/i386/mem.c
@@ -95,7 +95,7 @@ static struct cdevsw mem_cdevsw = {
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
- /* flags */ 0,
+ /* flags */ D_DISK,
/* maxio */ 0,
/* bmaj */ -1
};