svn commit: r197440 - in stable/8/sys: . amd64/include/xen
cddl/contrib/opensolaris contrib/dev/acpica contrib/pf
dev/acpi_support dev/xen/xenpci
John Baldwin
jhb at FreeBSD.org
Wed Sep 23 15:56:10 UTC 2009
Author: jhb
Date: Wed Sep 23 15:56:09 2009
New Revision: 197440
URL: http://svn.freebsd.org/changeset/base/197440
Log:
MFC 197350:
Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for the
61p includes the hotkey device as IBM0068 and the mouse as IBM0057 similar
to other systems.
Approved by: re (kensmith)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/acpi_support/acpi_ibm.c
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/dev/acpi_support/acpi_ibm.c
==============================================================================
--- stable/8/sys/dev/acpi_support/acpi_ibm.c Wed Sep 23 15:42:35 2009 (r197439)
+++ stable/8/sys/dev/acpi_support/acpi_ibm.c Wed Sep 23 15:56:09 2009 (r197440)
@@ -288,7 +288,7 @@ static devclass_t acpi_ibm_devclass;
DRIVER_MODULE(acpi_ibm, acpi, acpi_ibm_driver, acpi_ibm_devclass,
0, 0);
MODULE_DEPEND(acpi_ibm, acpi, 1, 1, 1);
-static char *ibm_ids[] = {"IBM0057", "IBM0068", NULL};
+static char *ibm_ids[] = {"IBM0068", NULL};
static void
ibm_led(void *softc, int onoff)
More information about the svn-src-stable-8
mailing list