From owner-p4-projects@FreeBSD.ORG Sat Sep 6 13:56:28 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7C50516A4C1; Sat, 6 Sep 2003 13:56:28 -0700 (PDT) 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 2190C16A4BF for ; Sat, 6 Sep 2003 13:56:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E8C44013 for ; Sat, 6 Sep 2003 13:56:27 -0700 (PDT) (envelope-from marcel@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 h86KuR0U073932 for ; Sat, 6 Sep 2003 13:56:27 -0700 (PDT) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h86KuRxc073929 for perforce@freebsd.org; Sat, 6 Sep 2003 13:56:27 -0700 (PDT) Date: Sat, 6 Sep 2003 13:56:27 -0700 (PDT) Message-Id: <200309062056.h86KuRxc073929@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 37683 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 20:56:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=37683 Change 37683 by marcel@marcel_nfs on 2003/09/06 13:56:01 Add the necessary bits to compile on amd64. The MD code is identical to i386 (except of course for s/I386/AMD64/g) but I expect that ACPI will have SPCR and DBGP tables. If not now, then maybe in the near future... Affected files ... .. //depot/projects/uart/conf/files.amd64#5 edit .. //depot/projects/uart/dev/uart/uart_cpu_amd64.c#1 add Differences ... ==== //depot/projects/uart/conf/files.amd64#5 (text+ko) ==== @@ -42,6 +42,7 @@ dev/syscons/scvtb.c optional sc dev/syscons/syscons.c optional sc dev/syscons/sysmouse.c optional sc +dev/uart/uart_cpu_amd64.c optional uart isa/atkbd_isa.c optional atkbd amd64/acpica/OsdEnvironment.c optional acpi