diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2004-10-03 21:28:35 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2004-10-03 21:28:35 +0000 |
commit | 07213120b6c32c6aa12e0a83ac2101eca62e7a47 (patch) | |
tree | f7a3ddd795023aebd94d90e3622ab554e5b8b18b /sys/arch/i386/conf/GENERIC | |
parent | c9bf6a6b57e48177a91b3e065f6745a671922e83 (diff) |
nvram driver for i386 through /dev/nvram
currently read-only
ok grange@, marius@
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a71ca96fd60..592a73fb8d5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.378 2004/09/16 10:37:21 grange Exp $ +# $OpenBSD: GENERIC,v 1.379 2004/10/03 21:28:34 jcs Exp $ # # GENERIC -- everything that's currently supported # @@ -569,6 +569,7 @@ scsibus* at ioprbs? pseudo-device pctr 1 pseudo-device mtrr 1 # Memory range attributes control +pseudo-device nvram 1 pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver pseudo-device bio 1 # ioctl multiplexing device |