aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-09-12 18:48:07 +0000
committerBrian Feldman <green@FreeBSD.org>1999-09-12 18:48:07 +0000
commit49c684571aa50d2b313ae39b769f37d30dd03baa (patch)
tree2d4b1e2c9ad25662912fd1624929a2e866cda377 /sys/amd64
parent2a87314062b51cdfc2ab847f4c0af8504ad1fbfe (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c
index ec18a00b96a3..42e9b14114d7 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 */ D_DISK,
+ /* flags */ D_MEM,
/* maxio */ 0,
/* bmaj */ -1
};