From owner-cvs-all@FreeBSD.ORG Thu Oct 23 10:48:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD28816A4E7; Thu, 23 Oct 2003 10:48:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CECB43FCB; Thu, 23 Oct 2003 10:48:31 -0700 (PDT) (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 h9NHmVXJ069183; Thu, 23 Oct 2003 10:48:31 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9NHmVe9069182; Thu, 23 Oct 2003 10:48:31 -0700 (PDT) (envelope-from jhb) Message-Id: <200310231748.h9NHmVe9069182@repoman.freebsd.org> From: John Baldwin Date: Thu, 23 Oct 2003 10:48:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci agp_i810.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 17:48:32 -0000 jhb 2003/10/23 10:48:31 PDT FreeBSD src repository Modified files: sys/pci agp_i810.c Log: Use a switch statement on the devid instead of if-else for determing which code to use to see if the onboard video has been disabled or not. Submitted by: Keith Whitwell Revision Changes Path 1.25 +18 -6 src/sys/pci/agp_i810.c