From owner-p4-projects Sun Nov 17 16:57:53 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6FA2137B404; Sun, 17 Nov 2002 16:57:51 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0080837B401 for ; Sun, 17 Nov 2002 16:57:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B243F43EB1 for ; Sun, 17 Nov 2002 16:57:50 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAI0t0mV037248 for ; Sun, 17 Nov 2002 16:55:00 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAI0t0eP037241 for perforce@freebsd.org; Sun, 17 Nov 2002 16:55:00 -0800 (PST) Date: Sun, 17 Nov 2002 16:55:00 -0800 (PST) Message-Id: <200211180055.gAI0t0eP037241@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 21193 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21193 Change 21193 by jmallett@jmallett_dalek on 2002/11/17 16:54:04 Add a machdep.c to the MIPS MD code, for cpu_prid and fpu_id storage, and add a paltform_start which (right now) just calls arcbios_init, for SGIMIPS. Affected files ... .. //depot/projects/mips/sys/conf/files.mips#2 edit .. //depot/projects/mips/sys/mips/mips/machdep.c#1 add .. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#1 add Differences ... ==== //depot/projects/mips/sys/conf/files.mips#2 (text+ko) ==== @@ -10,6 +10,13 @@ # kern/subr_diskmbr.c standard +# This stanza is MIPS MD files. +mips/mips/machdep.c standard + +# This stanza is platform files, per platform. +mips/sgimips/machdep_sgimips.c standard + +# This stanza is device files. dev/arcbios/arcbios.c optional arcbios dev/arcbios/arcbios_tty.c optional arcbios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message