From 47dac815c207d39253e331fe7e3a174113897439 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 14 Jul 1998 17:20:31 +0000 Subject: add som support --- sys/arch/hppa/stand/boot/conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/stand/boot') diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index ea61acb9418..a4d25853217 100644 --- a/sys/arch/hppa/stand/boot/conf.c +++ b/sys/arch/hppa/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.3 1998/07/13 03:52:06 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.4 1998/07/14 17:20:29 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -44,8 +44,9 @@ const char version[] = "0.02"; int debug; -struct x_sw execsw[] = { +const struct x_sw execsw[] = { { "elf", elf_probe, elf_load }, + { "som", som_probe, som_load }, { "" , NULL, NULL }, }; -- cgit v1.2.3