From owner-cvs-src@FreeBSD.ORG Thu Sep 29 15:00:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 04DFA16A41F; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAED543D48; Thu, 29 Sep 2005 15:00:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TF09xQ028953; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TF09MF028952; Thu, 29 Sep 2005 15:00:09 GMT (envelope-from jhb) Message-Id: <200509291500.j8TF09MF028952@repoman.freebsd.org> From: John Baldwin Date: Thu, 29 Sep 2005 15:00:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci isa_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Sep 2005 15:00:10 -0000 jhb 2005-09-29 15:00:09 UTC FreeBSD src repository Modified files: sys/dev/pci isa_pci.c Log: Don't save and restore the ELCR register across suspend and resume for the Intel 82371AB PCI-ISA bridge. We now do this all the time for the !APIC case in the atpic driver. This cuts the raw line count for this driver by about 40%. MFC after: 1 week Revision Changes Path 1.13 +5 -100 src/sys/dev/pci/isa_pci.c