Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/dev/raidframe Finish clean-up of raidframe com...
details: https://anonhg.NetBSD.org/src/rev/cc01f8c17ca5
branches: pgoyette-compat
changeset: 321089:cc01f8c17ca5
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Mar 24 08:23:20 2018 +0000
description:
Finish clean-up of raidframe compat_50
diffstat:
sys/dev/raidframe/rf_compat50.c | 3 +-
sys/dev/raidframe/rf_compat50.h | 5 +---
sys/dev/raidframe/rf_compat50_mod.h | 39 +++++++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 5 deletions(-)
diffs (77 lines):
diff -r c8eb24d75ed1 -r cc01f8c17ca5 sys/dev/raidframe/rf_compat50.c
--- a/sys/dev/raidframe/rf_compat50.c Sat Mar 24 08:22:44 2018 +0000
+++ b/sys/dev/raidframe/rf_compat50.c Sat Mar 24 08:23:20 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_compat50.c,v 1.3.2.1 2018/03/24 01:59:15 pgoyette Exp $ */
+/* $NetBSD: rf_compat50.c,v 1.3.2.2 2018/03/24 08:23:20 pgoyette Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -47,6 +47,7 @@
#include "rf_raid.h"
#include "rf_compat50.h"
+#include "rf_compat50_mod.h"
#include "rf_debugMem.h"
typedef struct RF_Config50_s {
diff -r c8eb24d75ed1 -r cc01f8c17ca5 sys/dev/raidframe/rf_compat50.h
--- a/sys/dev/raidframe/rf_compat50.h Sat Mar 24 08:22:44 2018 +0000
+++ b/sys/dev/raidframe/rf_compat50.h Sat Mar 24 08:23:20 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_compat50.h,v 1.2.16.1 2018/03/24 01:59:15 pgoyette Exp $ */
+/* $NetBSD: rf_compat50.h,v 1.2.16.2 2018/03/24 08:23:20 pgoyette Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -49,7 +49,4 @@
int raidframe_ioctl_50(int, int, RF_Raid_t *, int, void *, RF_Config_t **);
-void raidframe_50_fini(void);
-void raidframe_50_init(void);
-
#endif /* _RF_COMPAT50_H_ */
diff -r c8eb24d75ed1 -r cc01f8c17ca5 sys/dev/raidframe/rf_compat50_mod.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/raidframe/rf_compat50_mod.h Sat Mar 24 08:23:20 2018 +0000
@@ -0,0 +1,39 @@
+/* $NetBSD: rf_compat50_mod.h,v 1.1.2.1 2018/03/24 08:23:20 pgoyette Exp $ */
+
+
+/*-
+ * Copyright (c) 2018 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Paul Goyette
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef _RF_COMPAT50_MOD_H_
+#define _RF_COMPAT50_MOD_H_
+
+void raidframe_50_fini(void);
+void raidframe_50_init(void);
+
+#endif /* _RF_COMPAT50_MOD_H_ */
Home |
Main Index |
Thread Index |
Old Index