freebsd-dev/sys/dev/acpica
David Malone 041b706b2f Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
Osd Remove "acpi_bus_number: can't get _ADR" message. It usually appears as 2007-05-31 00:52:32 +00:00
acpi_acad.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_battery.c
acpi_button.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_cmbat.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_cpu.c Disable CPU idle states during suspend and reenable them during resume. 2007-06-03 00:40:56 +00:00
acpi_dock.c Use ACPICA defined value for notification rather than locally defined one. 2007-05-31 08:49:51 +00:00
acpi_ec.c AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested. 2007-06-02 19:21:40 +00:00
acpi_hpet.c Fix a logic bug added in last commit where PNP0103 devices would no longer 2007-05-16 01:15:51 +00:00
acpi_if.m
acpi_isab.c
acpi_lid.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_package.c
acpi_pci_link.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_pci.c
acpi_pcib_acpi.c Revamp the MSI/MSI-X code a bit to achieve two main goals: 2007-05-02 17:50:36 +00:00
acpi_pcib_pci.c Revamp the MSI/MSI-X code a bit to achieve two main goals: 2007-05-02 17:50:36 +00:00
acpi_pcib.c
acpi_pcibvar.h
acpi_perf.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_powerres.c
acpi_quirk.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_quirks
acpi_resource.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_smbat.c
acpi_smbus.h
acpi_thermal.c Check the _TMP value for sanity also. On some systems (HP NX laptops), the 2007-03-05 21:39:53 +00:00
acpi_throttle.c Catch up with ACPI-CA 20070320 import. 2007-03-22 18:16:43 +00:00
acpi_timer.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
acpi_video.c
acpi.c Add a sysctl, 'debug.acpi.suspend_bounce', that causes the system to bounce 2007-05-25 05:26:21 +00:00
acpiio.h
acpivar.h Add ACPI HPET table support. 2007-05-15 08:41:05 +00:00