From owner-cvs-all@FreeBSD.ORG Fri Jul 22 19:19:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C6C7716A41F; Fri, 22 Jul 2005 19:19:00 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FC643D45; Fri, 22 Jul 2005 19:19:00 +0000 (GMT) (envelope-from njl@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 j6MJJ0Ig030849; Fri, 22 Jul 2005 19:19:00 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6MJJ0Tw030848; Fri, 22 Jul 2005 19:19:00 GMT (envelope-from njl) Message-Id: <200507221919.j6MJJ0Tw030848@repoman.freebsd.org> From: Nate Lawson Date: Fri, 22 Jul 2005 19:19:00 +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/usr.sbin/acpi/acpiconf acpiconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 22 Jul 2005 19:19:01 -0000 njl 2005-07-22 19:19:00 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpiconf acpiconf.c Log: Use the current BST/BIF ioctls, not the deprecated ones. MFC after: 2 days Revision Changes Path 1.23 +2 -2 src/usr.sbin/acpi/acpiconf/acpiconf.c