diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-07 13:19:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-07 13:19:36 +0000 |
commit | 1d8b4eab300af38356404b265e7613bb8042a255 (patch) | |
tree | 7038095fc16808e8239ac0551052952fec50bdb4 /sys/arch/atari/conf/FALCON | |
parent | fa74a8eb679569bcb30aff39747d402a3f9a5571 (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 'sys/arch/atari/conf/FALCON')
-rw-r--r-- | sys/arch/atari/conf/FALCON | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/conf/FALCON b/sys/arch/atari/conf/FALCON index b7946954a6e..118767a2cec 100644 --- a/sys/arch/atari/conf/FALCON +++ b/sys/arch/atari/conf/FALCON @@ -1,5 +1,5 @@ # -# $NetBSD: FALCON,v 1.4 1995/11/30 00:57:48 jtc Exp $ +# $NetBSD: FALCON,v 1.5 1996/01/06 20:11:00 leo Exp $ # # ATARI-FALCON # @@ -87,3 +87,4 @@ pseudo-device vnd 3 # 3 pseudo disks (see vnconfig) zs0 at mainbus0 # Serial support through 8530 grf1 at grfbus0 # second graphics driver ite1 at grf1 # second tty +nvr0 at mainbus0 # nvram driver |