From owner-cvs-src@FreeBSD.ORG Mon Nov 3 14:20:51 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 5E4B416A4CE; Mon, 3 Nov 2003 14:20:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D356643FDF; Mon, 3 Nov 2003 14:20:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3MKoXJ097025; Mon, 3 Nov 2003 14:20:50 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA3MKoYH097024; Mon, 3 Nov 2003 14:20:50 -0800 (PST) (envelope-from jhb) Message-Id: <200311032220.hA3MKoYH097024@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 Nov 2003 14:20:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 autoconf.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, 03 Nov 2003 22:20:51 -0000 jhb 2003/11/03 14:20:50 PST FreeBSD src repository Modified files: sys/i386/i386 autoconf.c Log: - Remove explicit enabling of the BSP's APIC in the APIC_IO case and the slave pin on the master PIC in the !APIC_IO case. The PIC drivers now manage these details internally. - Remove an spl0() that hasn't done anything since SMPng was first committed. - Update some comments that have rotted since SMPng. Revision Changes Path 1.174 +3 -36 src/sys/i386/i386/autoconf.c