diff options
author | imp <imp@cvs.openbsd.org> | 1996-09-06 04:57:53 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1996-09-06 04:57:53 +0000 |
commit | 52cf277d2379b027b204f8c7d7b18f72c74326ac (patch) | |
tree | c77c2b2997ab4d71bd37a2af3c0cf19a237716f8 /sys/arch/arc/conf | |
parent | 700e161ba362e86b77c24b80e9a47a8def3347b8 (diff) |
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.
Diffstat (limited to 'sys/arch/arc/conf')
-rw-r--r-- | sys/arch/arc/conf/files.arc | 4 |
1 files changed, 3 insertions, 1 deletions
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 # |