diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-06-26 05:16:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-06-26 05:16:46 +0000 |
commit | 2874ae9b91e3a28a163edf399ddcaae8d084ae78 (patch) | |
tree | 8e0ada4e4b1d36574d3e79bcf24067141b12c1b7 /sys/dev/pci/lofnreg.h | |
parent | 4f5551761ca466ce3c4d4091a19f87651112fe07 (diff) |
add support for hardware rng using default scalar (can generate up to a
3Mbit/s stream, but we're not using that... yet).
Diffstat (limited to 'sys/dev/pci/lofnreg.h')
-rw-r--r-- | sys/dev/pci/lofnreg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/lofnreg.h b/sys/dev/pci/lofnreg.h index 07d794542bc..f17d6d81b3e 100644 --- a/sys/dev/pci/lofnreg.h +++ b/sys/dev/pci/lofnreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lofnreg.h,v 1.3 2001/06/26 03:41:01 jason Exp $ */ +/* $OpenBSD: lofnreg.h,v 1.4 2001/06/26 05:16:45 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -68,4 +68,3 @@ #define LOFN_CFG2_PRCENA 0x00000002 /* Processor enable */ #define LOFN_CHIPID_MASK 0x0000ffff /* Chip ID */ - |