From owner-cvs-src@FreeBSD.ORG Tue Apr 13 17:23:59 2004 Return-Path: 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 8DA3A16A4CE; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1EA43D49; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3E0NxGe058745; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3E0NxVJ058744; Tue, 13 Apr 2004 17:23:59 -0700 (PDT) (envelope-from njl) Message-Id: <200404140023.i3E0NxVJ058744@repoman.freebsd.org> From: Nate Lawson Date: Tue, 13 Apr 2004 17:23:59 -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/i386/acpica acpi_toshiba.csrc/share/man/man4/man4.i386 acpi_toshiba.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 14 Apr 2004 00:23:59 -0000 njl 2004/04/13 17:23:59 PDT FreeBSD src repository Modified files: sys/i386/acpica acpi_toshiba.c share/man/man4/man4.i386 acpi_toshiba.4 Log: Add support for video output switching. It appears no systems use HCI to change the video output but use a separate device with a DSSX method and a HID of "TOS6201" instead. We use a pseudo-driver to get the handle for this object and pass it to the acpi_toshiba driver. This is untested but seems to match the Linux Toshiba driver. Revision Changes Path 1.5 +7 -0 src/share/man/man4/man4.i386/acpi_toshiba.4 1.6 +78 -10 src/sys/i386/acpica/acpi_toshiba.c