From owner-cvs-src@FreeBSD.ORG Sun May 4 22:44:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A84637B401; Sun, 4 May 2003 22:44:41 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E157743FA3; Sun, 4 May 2003 22:44:39 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.36 #1 (Debian)) id 19CYmN-0004w4-00; Mon, 05 May 2003 12:44:47 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.36 #1 (Debian)) id 19CYm2-0004qv-00; Mon, 05 May 2003 12:44:26 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.8/8.12.8) with ESMTP id h455iEZl014691; Mon, 5 May 2003 12:44:14 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.8/8.12.8/Submit) id h455iExm014690; Mon, 5 May 2003 12:44:14 +0700 (NOVST) Date: Mon, 5 May 2003 12:44:14 +0700 From: Alexey Dokuchaev To: Peter Wemm Message-ID: <20030505054414.GB13833@regency.nsu.ru> References: <200305010105.h4115Q0s052875@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305010105.h4115Q0s052875@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Envelope-To: peter@freebsd.org, src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.11.1.4 X-Spam-Status: No, hits=-134.0 required=5.0 tests=BOGOFILTER_TEST_PASS,EMAIL_ATTRIBUTION,IN_REP_TO, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT,USER_IN_WHITELIST version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/acpica OsdEnvironment.c acpi_machdep.c acpi_wakeup.c src/sys/amd64/amd64 autoconf.c critical.c dump_machdep.c elf_machdep.c exception.s genassym.c identcpu.c initcpu.c legacy.c locore.s machdep.c mem.c nexus.c pmap.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 05:44:41 -0000 On Wed, Apr 30, 2003 at 06:05:26PM -0700, Peter Wemm wrote: [ .. some stuff stripped down .. ] > - I have tried to minimize looking at the NetBSD code, except in a couple > of places (eg: to find which register they use to replace the trashed > %rcx register in the syscall instruction). As a result, there is not a > lot of similarity. I did look at NetBSD a few times while debugging to > get some ideas about what I might have done wrong in my first attempt. May I ask what was your intention behind trying to minimize looking at the NetBSD code? By loosing a lot of similarity, won't this lead us to potential problems with incorporating fixes and improvements from NetBSD in the future? We always tried to keep the code in sync with other BSDs, didn't we? ./danfe