From owner-cvs-all@FreeBSD.ORG Fri Nov 12 23:21:20 2004 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 4241A16A4CE; Fri, 12 Nov 2004 23:21:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2184243D46; Fri, 12 Nov 2004 23:21:20 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iACNLKHO041492; Fri, 12 Nov 2004 23:21:20 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iACNLKmV041491; Fri, 12 Nov 2004 23:21:20 GMT (envelope-from philip) Message-Id: <200411122321.iACNLKmV041491@repoman.freebsd.org> From: Philip Paeps Date: Fri, 12 Nov 2004 23:21:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica acpi_asus.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: Fri, 12 Nov 2004 23:21:20 -0000 philip 2004-11-12 23:21:20 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_asus.c Log: o Change the strcmp() to a strncmp() to allow us to attach to 'E' models of laptops, which are essentially the same as the normal ones, as far as acpi_asus is concerned[1] o Use the above as an excuse to reshuffle the mess I made of the probe function when I originally wrote it. Reported by: Soeren Larsen Revision Changes Path 1.16 +66 -68 src/sys/i386/acpica/acpi_asus.c