Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/hp300/dev Pull up revision 1.9 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/fda8f84a6f2b
branches: netbsd-1-4
changeset: 471030:fda8f84a6f2b
user: he <he%NetBSD.org@localhost>
date: Thu Oct 12 21:32:15 2000 +0000
description:
Pull up revision 1.9 (requested by he):
Add randomness sampling for hil, sd and rd on the hp300 port.
diffstat:
sys/arch/hp300/dev/sdvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ef02dcf4df02 -r fda8f84a6f2b sys/arch/hp300/dev/sdvar.h
--- a/sys/arch/hp300/dev/sdvar.h Thu Oct 12 21:32:12 2000 +0000
+++ b/sys/arch/hp300/dev/sdvar.h Thu Oct 12 21:32:15 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sdvar.h,v 1.7 1997/03/31 07:40:07 scottr Exp $ */
+/* $NetBSD: sdvar.h,v 1.7.16.1 2000/10/12 21:32:15 he Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -62,6 +62,9 @@
struct sdstats sc_stats; /* debugging stats */
struct scsi_fmt_cdb sc_cmdstore;
struct scsi_fmt_sense sc_sensestore;
+#if NRND > 0
+ rndsource_element_t rnd_source;
+#endif
};
/* sc_flags values */
Home |
Main Index |
Thread Index |
Old Index