Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/arch/hpcsh/conf support HITACHI PERSONA configuration.



details:   https://anonhg.NetBSD.org/src/rev/49b9c4fb77f6
branches:  nathanw_sa
changeset: 504588:49b9c4fb77f6
user:      uch <uch%NetBSD.org@localhost>
date:      Tue Mar 20 16:05:43 2001 +0000

description:
support HITACHI PERSONA configuration.

diffstat:

 sys/arch/hpcsh/conf/ioconf.incl.hpcsh |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 6059a55f45b4 -r 49b9c4fb77f6 sys/arch/hpcsh/conf/ioconf.incl.hpcsh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/conf/ioconf.incl.hpcsh     Tue Mar 20 16:05:43 2001 +0000
@@ -0,0 +1,11 @@
+#include <sys/param.h>
+#include <sys/conf.h>
+#include <sys/device.h>
+#include <sys/mount.h>
+#include <machine/platid.h>
+#define PLATID_DEFINE_MASK_NICKNAME
+#include <machine/platid_mask.h>
+#undef PLATID_DEFINE_MASK_NICKNAME
+#define CONFIG_HOOK_DEFINE_NICKNAME
+#include <machine/config_hook.h>
+#undef CONFIG_HOOK_DEFINE_NICKNAME



Home | Main Index | Thread Index | Old Index