From e60b80b1208551fe0bd1f42c8eb3a7ad1a3c681a Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 27 Apr 2006 20:13:45 +0000 Subject: 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). --- sys/arch/mvme88k/include/conf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mvme88k/include') 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 -- cgit v1.2.3