From owner-freebsd-amd64@FreeBSD.ORG Tue Oct 18 16:04:48 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB7616A41F for ; Tue, 18 Oct 2005 16:04:48 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A7F43D45 for ; Tue, 18 Oct 2005 16:04:48 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j9IG4lvL092616 for ; Tue, 18 Oct 2005 09:04:47 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9IG4lsi092615 for freebsd-amd64@freebsd.org; Tue, 18 Oct 2005 09:04:47 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Oct 2005 09:04:47 -0700 From: "David O'Brien" To: freebsd-amd64@freebsd.org Message-ID: <20051018160447.GA92576@dragon.NUXI.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Subject: [PATCH] remove 'device atpic' X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-amd64@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 16:04:49 -0000 I think we can remove this from GENERIC in HEAD (and RELENG_6) since we've changed to using the lapic timer vs. using irq0. Can people please test this patch on there systems and report back to the _list_ the results? Index: sys/amd64/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/amd64/conf/GENERIC,v retrieving revision 1.442 diff -u -r1.442 GENERIC --- sys/amd64/conf/GENERIC 8 Sep 2005 03:29:18 -0000 1.442 +++ sys/amd64/conf/GENERIC 18 Oct 2005 16:02:35 -0000 @@ -76,9 +76,6 @@ # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel -# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150) -device atpic # 8259A compatability - # Linux 32-bit ABI support options LINPROCFS # Cannot be a module yet. -- -- David (obrien@FreeBSD.org)