diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-27 20:13:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-27 20:13:45 +0000 |
commit | e60b80b1208551fe0bd1f42c8eb3a7ad1a3c681a (patch) | |
tree | a1d9974afb206fe89c6e9ac7d2047e56fb5b36ef /sys/arch/mvme88k/include | |
parent | ed27cd970afc6b5a1f13bcbcfa6e6f2c17383ea3 (diff) |
Manage a local copy of the MVME188 nvram and update the real data when
necessary; allow opening /dev/nvram0 on MVME188 again (but no mmap).
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/conf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/conf.h b/sys/arch/mvme88k/include/conf.h index 559b0eedd81..10862f35f9d 100644 --- a/sys/arch/mvme88k/include/conf.h +++ b/sys/arch/mvme88k/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.3 2004/04/15 21:36:00 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.4 2006/04/27 20:13:44 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. * All rights reserved. @@ -36,8 +36,6 @@ cdev_decl(mm); cdev_decl(vmel); cdev_decl(vmes); -#define nvramread nvramrw -#define nvramwrite nvramrw cdev_decl(nvram); #define sramread sramrw |