diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-10-25 17:30:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-10-25 17:30:18 +0000 |
| commit | cc75dfe70b6c35bd654a1078663d74b820ed354a (patch) | |
| tree | a2dade366f6f6ef849fa263a6a1a1edf7e80fd1e /sys/dev/acpi_support | |
| parent | 1de5ce99e3ab78d530032b8230a57292d169f128 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_ibm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index 6eee11f46d71..5d7036d079ff 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -285,7 +285,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) |
