Implement bios_ident() which will identify each type of CPU that we
authorimp <imp@openbsd.org>
Fri, 6 Sep 1996 04:57:50 +0000 (04:57 +0000)
committerimp <imp@openbsd.org>
Fri, 6 Sep 1996 04:57:50 +0000 (04:57 +0000)
commit6be57eca37a97ce6c72d270bec8857c471205f60
treeedfb4aeafa18bca4cda9f9769c5d4f1f64e78265
parentdde5a60363e2170422f1619395f01b9586e8a8f1
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/arc/arcbios.c [new file with mode: 0644]
sys/arch/arc/arc/arcbios.h [new file with mode: 0644]
sys/arch/arc/arc/machdep.c
sys/arch/arc/conf/files.arc