1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-09 13:42:56 +00:00
freebsd/sys/dev/acpica
Warner Losh ee9391865e ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never
return an error since it returns a count of battery devices in the system.
Set it to 0 explicitly, since it is the only switch branch that doesn't set
it.

# I guess no one uses it.
2006-12-22 00:57:26 +00:00
..
Osd Disable an overly-verbose warning message by default. 2006-09-24 09:39:17 +00:00
acpi_acad.c
acpi_battery.c ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should never 2006-12-22 00:57:26 +00:00
acpi_button.c
acpi_cmbat.c
acpi_cpu.c
acpi_dock.c Remove the global dock variable. Each dock device should be able to 2006-08-08 01:33:03 +00:00
acpi_ec.c
acpi_hpet.c Raise the quality of the HPET timer to 2000 so it will be the preferred 2006-08-11 17:12:16 +00:00
acpi_if.m
acpi_isab.c
acpi_lid.c
acpi_package.c
acpi_pci_link.c Reformat the bootverbose messages that dump out the status of pci_link 2006-11-09 18:01:20 +00:00
acpi_pci.c
acpi_pcib_acpi.c Give Host-PCI bridge drivers their own pcib_alloc_msi() and 2006-12-12 19:27:01 +00:00
acpi_pcib_pci.c First cut at MI support for PCI Message Signalled Interrupts (MSI): 2006-11-13 21:47:30 +00:00
acpi_pcib.c
acpi_pcibvar.h
acpi_perf.c Eliminate duplicate p-states entries 2006-07-15 17:34:03 +00:00
acpi_powerres.c
acpi_quirk.c
acpi_quirks
acpi_resource.c
acpi_smbat.c
acpi_smbus.h
acpi_thermal.c Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to 2006-09-03 15:10:04 +00:00
acpi_throttle.c
acpi_timer.c
acpi_video.c Improve the way we'll detect video devices as per ACPI 3.0. 2006-08-10 13:18:02 +00:00
acpi.c Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns != 2006-09-21 18:56:03 +00:00
acpiio.h
acpivar.h Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt to 2006-07-29 21:46:16 +00:00