From 52cf277d2379b027b204f8c7d7b18f72c74326ac Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 6 Sep 1996 04:57:53 +0000 Subject: Implement bios_ident() which will identify each type of CPU that we support. First cut at more complete ARC BIOS support. bios_ident() will eventually be table driven as soon as I generate the tables. Much information on the BIOS calls has come from the Linux/MIPS MILO boot loader. --- sys/arch/arc/conf/files.arc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/arc/conf/files.arc') diff --git a/sys/arch/arc/conf/files.arc b/sys/arch/arc/conf/files.arc index 24bc6c15356..d7b2d12754b 100644 --- a/sys/arch/arc/conf/files.arc +++ b/sys/arch/arc/conf/files.arc @@ -1,4 +1,4 @@ -# $OpenBSD: files.arc,v 1.2 1996/06/24 20:05:35 pefo Exp $ +# $OpenBSD: files.arc,v 1.3 1996/09/06 04:57:50 imp Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -23,6 +23,8 @@ file arch/arc/arc/sys_machdep.c file arch/arc/arc/trap.c file arch/arc/arc/vm_machdep.c +file arch/arc/arc/arcbios.c + # # Machine-independent ATAPI drivers # -- cgit v1.2.3