summaryrefslogtreecommitdiff
path: root/etc/etc.atari
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-07 13:19:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-07 13:19:36 +0000
commit1d8b4eab300af38356404b265e7613bb8042a255 (patch)
tree7038095fc16808e8239ac0551052952fec50bdb4 /etc/etc.atari
parentfa74a8eb679569bcb30aff39747d402a3f9a5571 (diff)
from leo:
Add an nvram-driver. This driver makes it possible to read/write the configuration info stored in the nvram on the mc146818
Diffstat (limited to 'etc/etc.atari')
-rw-r--r--etc/etc.atari/MAKEDEV5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.atari/MAKEDEV b/etc/etc.atari/MAKEDEV
index ed5c05988d1..9ee88039c22 100644
--- a/etc/etc.atari/MAKEDEV
+++ b/etc/etc.atari/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.4 1995/08/17 18:02:31 thorpej Exp $
+# $NetBSD: MAKEDEV,v 1.5 1996/01/06 20:19:59 leo Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -96,13 +96,14 @@ floppy)
;;
std)
- rm -f console drum kmem mem reload null zero tty
+ rm -f console drum kmem mem nvram reload null zero tty
rm -f klog stdin stdout stderr
mknod console c 0 0
mknod drum c 3 0 ; chmod 640 drum ; chgrp kmem drum
mknod kmem c 2 1 ; chmod 640 kmem ; chgrp kmem kmem
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod reload c 2 20 ; chmod 640 mem ; chgrp kmem mem
+ mknod nvram c 2 11 ; chmod 640 mem ; chgrp kmem mem
mknod zero c 2 12 ; chmod 666 zero
mknod null c 2 2 ; chmod 666 null
mknod tty c 1 0 ; chmod 666 tty