From owner-cvs-all Mon Dec 4 16:19:14 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 16:19:11 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A05B37B400; Mon, 4 Dec 2000 16:19:11 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB50JBJ32025; Mon, 4 Dec 2000 16:19:11 -0800 (PST) (envelope-from msmith) Message-Id: <200012050019.eB50JBJ32025@freefall.freebsd.org> From: Mike Smith Date: Mon, 4 Dec 2000 16:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/12/04 16:19:10 PST Modified files: sys/dev/acpica acpi.c Log: ACPI HID's aren't limited to 7 characters. Don't check the length of the HID passed in as an argument at all; callers are typically going to be sending us static strings anyway. Submitted by: Munehiro Matsuda Revision Changes Path 1.5 +3 -3 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message