CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 4 09:34:47 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h Log Message: Cleanup: - Provide the module declaration and use ACPI_FREE as well as ACPI_ALLOCATE_LOCAL_BUFFER for

CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 4 09:43:30 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h Log Message: Two bug fixes: - Use ACPI_ALL_NOTIFY instead of ACPI_DEVICE_NOTIFY. - Fix the data query method: this fails

CVS commit: src/sys/dev/acpi

2010-01-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 4 10:06:53 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c wmi_acpivar.h Log Message: Update the copyright. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/wmi_acpi.c cvs rdiff -u

CVS commit: src/sys/arch/x86/x86

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:32:49 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c Log Message: Fix several possible memory leaks in mpacpi_derive_bus(). ok pgoyette@, jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.80

CVS commit: src/sys/dev/acpi

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:47:52 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Fix a memory leak/corruption by commenting out the evaluation of the _PSL control method. If it is needed in the future, the output buffer must

CVS commit: src/sys/arch

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 13:57:18 UTC 2010 Modified Files: src/sys/arch/i386/acpi: vald_acpi.c src/sys/arch/x86/x86: mpacpi.c Log Message: Use acpi_eval_set_integer() to simplify code. No functional change intended. ok pgoyette@,

CVS commit: src/sys/arch/x86/x86

2010-01-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 5 17:23:18 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c Log Message: Put back the evaluation of the return value from mpacpi_get_bbn(). Break reported by nj...@. Thanks! To generate a diff of this commit:

CVS commit: src/sys/dev/acpi

2010-01-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 9 15:34:59 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c Log Message: Fix the casts in the event handler. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/wmi_acpi.c Please note

CVS commit: src/sys/dev/acpi

2010-01-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 9 15:43:12 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Add ACPI fans to the list of ignored HIDs, as discussed on port-i...@. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/dev/acpi

2010-01-12 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 12 12:21:04 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Properly evaluate the _PRW object in case we have a package inside a package. ok jmcneill@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 16:50:08 UTC 2010 Modified Files: src/sys/dev/acpi: acpidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpidevs_data.h Please note that diffs are not

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 17:09:17 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Fix a minor bug where a reference handle is used for error reporting even though it may not be present. While here, convert few lines to

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 17:34:37 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Ensure that the return string is NUL-terminated in acpi_eval_string(). ok jmcneill@, pgoyette@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 18:06:31 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpivar.h Log Message: Introduce acpi_eval_reference_handle() -- an utility function to evaluate reference handles from package elements. ok jmcneill@,

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 18:36:50 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_ec.c acpi_powerres.c acpi_tz.c Log Message: Use acpi_eval_reference_handle() to simplify code. No functional change. ok jmcneill@, pgoyette@ To generate a

CVS commit: src/sys/dev/acpi

2010-01-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 18 18:49:28 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix and improve several comments. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/dev/acpi/acpi.c Please note that

CVS commit: src/sys/dev/acpi

2010-01-21 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jan 21 08:57:17 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: In preparation for upcoming changes: * Provide proper definitions and use these. * Clarify the evaluation of _STA. * Mark the state of

CVS commit: src/sys/dev/acpi

2010-01-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 23 13:32:45 UTC 2010 Modified Files: src/sys/dev/acpi: wmi_acpi.c Log Message: Correct the type also in the WMI write method. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/wmi_acpi.c

CVS commit: src/sys/dev/acpi

2010-01-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 23 15:06:47 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: Cleanup: * Remove ACPI_BAT_DEBUG. * Reduce the amount of error reporting. * Remove the internal bookkeeping flags. * Remove the

CVS commit: src/sys/dev/acpi

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 24 11:32:13 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: * Reintroduce a state variable. From nj...@. * Always mark the charge state sensor as valid. To generate a diff of this commit: cvs

CVS commit: src/share/man/man9

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 24 14:14:55 UTC 2010 Modified Files: src/share/man/man9: firmload.9 Log Message: Provide a FUNCTIONS section and remove the types from the functions therein. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man3

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 24 21:05:45 UTC 2010 Modified Files: src/share/man/man3: Makefile Log Message: Add timeradd(3). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man3/Makefile Please note that diffs are not

CVS commit: src/distrib/sets/lists/comp

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 24 21:06:55 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add timeradd(3). To generate a diff of this commit: cvs rdiff -u -r1.1372 -r1.1373 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/share/man/man9

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 07:51:17 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: CTASSERT.9 Log Message: Add CTASSERT(9). From FreeBSD. ok @wiz To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists/comp

2010-01-24 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 07:57:05 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add CTASSERT(9). To generate a diff of this commit: cvs rdiff -u -r1.1374 -r1.1375 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/share/man/man4

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 09:33:29 UTC 2010 Modified Files: src/share/man/man4: acpidalb.4 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/acpidalb.4 Please note that diffs are not public domain; they are

CVS commit: src/share/man/man4

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 10:05:15 UTC 2010 Modified Files: src/share/man/man4: acpidalb.4 Log Message: Revert an accidental commit. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/acpidalb.4 Please note that

CVS commit: src/share/man/man4

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 10:12:41 UTC 2010 Modified Files: src/share/man/man4: acpidalb.4 Log Message: Recommit: * add verbosity to the PNP0C32 reference * use more markup * improve wording To generate a diff of this

CVS commit: src/share/man/man4

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 11:02:56 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Be more pedantic with the references; list also authors, dates, revisions, and titles. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 16:16:34 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: sysmon_taskq.9 Log Message: Add a simple manual page for the simple sysmon task queue. ok wiz@ To generate a

CVS commit: src/distrib/sets/lists/comp

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 16:17:10 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add sysmon_taskq(9). To generate a diff of this commit: cvs rdiff -u -r1.1375 -r1.1376 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/share/man/man4

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 17:21:33 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Add the paper/presentation of Joerg and Jared to the list of references. (Probably better reading than any of the specifications, with also

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 17:27:41 UTC 2010 Modified Files: src/share/man/man9: mutex.9 Log Message: Remove two consecutive commas in the SEE ALSO section. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 18:25:08 UTC 2010 Modified Files: src/share/man/man9: sysmon_taskq.9 Log Message: Add a RETURN VALUES section. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/sysmon_taskq.9 Please

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 25 20:09:15 UTC 2010 Modified Files: src/share/man/man9: ethersubr.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/ethersubr.9 Please note that diffs are

Re: CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
On Mon, Jan 25, 2010 at 12:54:45PM -0800, Paul Goyette wrote: This routine is really targetted specifically for use by the sysmon_envsys(8) facility. This man page seems to imply that it's available for general-purpose use. Well, the sysmon-part is in the name so... :) While it is targeted

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 07:53:25 UTC 2010 Modified Files: src/share/man/man9: sysmon_taskq.9 Log Message: Document also rest of the functions. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/sysmon_taskq.9

CVS commit: src/share/man/man9

2010-01-25 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 07:58:16 UTC 2010 Modified Files: src/share/man/man9: sysmon_taskq.9 Log Message: Clarify that sysmon_task_queue_init() should be called from arch-specific routine. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 08:14:09 UTC 2010 Modified Files: src/share/man/man9: Makefile Log Message: Build links for rest of the sysmon_taskq(9) functions. To generate a diff of this commit: cvs rdiff -u -r1.311 -r1.312

CVS commit: src/distrib/sets/lists/comp

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 08:30:21 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Include all references from sysmon_taskq(9). To generate a diff of this commit: cvs rdiff -u -r1.1376 -r1.1377

CVS commit: src/share/man/man9

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 08:48:39 UTC 2010 Modified Files: src/share/man/man9: sysmon_taskq.9 Log Message: Mention that all tasks are executed before the halt. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/distrib/sets/lists/comp

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 14:06:36 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add sysmon_pswitch(9). To generate a diff of this commit: cvs rdiff -u -r1.1377 -r1.1378 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 14:28:23 UTC 2010 Modified Files: src/usr.sbin/powerd: powerd.8 Log Message: Emphasize the script names and events. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/powerd/powerd.8 Please

CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 20:37:13 UTC 2010 Modified Files: src/usr.sbin/powerd: powerd.8 Log Message: Some miscellaneous fixes: * Apparently there is only a single location for the scripts. Thus, remove the references to

CVS commit: src/share/man/man9

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 21:50:57 UTC 2010 Modified Files: src/share/man/man9: pmf.9 Log Message: Give it a single name; it is sufficient to list the functions in the SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/share/man/man9

2010-01-26 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jan 26 22:35:11 UTC 2010 Modified Files: src/share/man/man9: pmf.9 Log Message: Revert previous. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pmf.9 Please note that diffs are not public

Re: CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Jukka Ruohonen
On Tue, Jan 26, 2010 at 02:38:45PM -0800, Jason Thorpe wrote: On Jan 26, 2010, at 12:37 PM, Jukka Ruohonen wrote: * Apparently there is only a single location for the scripts. Thus, remove the references to /etc/powerd/scripts/apm and /etc/powerd/scripts/acpi. This is incorrect

Re: CVS commit: src/usr.sbin/powerd

2010-01-26 Thread Jukka Ruohonen
On Tue, Jan 26, 2010 at 02:41:52PM -0800, Jason Thorpe wrote: if (ioctl(fd, POWER_IOC_GET_TYPE, power_type) == -1) { syslog(LOG_ERR, POWER_IOC_GET_TYPE: %m); exit(EX_OSERR); } (void)asprintf(cp, %s/%s, _PATH_POWERD_SCRIPTS,

CVS commit: src/sys/dev/acpi

2010-01-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jan 29 11:23:25 UTC 2010 Modified Files: src/sys/dev/acpi: asus_acpi.c Log Message: Fix a memory leak in the resume handler. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/asus_acpi.c Please

CVS commit: src/share/man/man9

2010-01-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jan 29 11:24:31 UTC 2010 Modified Files: src/share/man/man9: sysmon_pswitch.9 Log Message: Add couple instances of .Pp. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/sysmon_pswitch.9 Please

CVS commit: src/sys/dev/acpi

2010-01-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jan 29 12:22:00 UTC 2010 Modified Files: src/sys/dev/acpi: asus_acpi.c Log Message: If we failed to obtain the brightness level during suspend, do not try to restore it with a possible garbage value during resume. To

CVS commit: src/sys/dev/acpi

2010-01-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 30 18:07:06 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_acad.c Log Message: Add the _COMPONENT definition for ACPI_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/acpi/acpi_acad.c

CVS commit: src/sys/dev/acpi

2010-01-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 06:10:53 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c acpi_button.c Log Message: Add detachment routines. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/acpi/acpi_bat.c cvs rdiff

CVS commit: src/sys/dev/acpi

2010-01-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 06:45:10 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: Allocate the sensor structures dynamically. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/acpi/acpi_bat.c

CVS commit: src/sys/dev/acpi

2010-01-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 07:34:10 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_acad.c Log Message: Add detachment routine. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/acpi/acpi_acad.c Please note that diffs

CVS commit: src/sys/arch/i386/conf

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 11:19:40 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: No more ACPI_ACAD_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/arch/i386/conf/ALL Please note that diffs

CVS commit: src/sys/dev/acpi

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 11:26:20 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpivar.h files.acpi Added Files: src/sys/dev/acpi: acpi_debug.c Log Message: Add dynamic debug options for ACPI_DEBUG kernels. ok jmcneill@, pooka@,

CVS commit: src/share/man/man4

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 11:29:32 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Add a short introduction to ACPI debugging. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/acpi.4 Please

CVS commit: src/share/man/man4

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 12:07:38 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Miscellaneous small changes: * Use -compact to make the page a little shorter. * Capitalize the title in the sysctl-section.

CVS commit: src/sys/arch/amd64/conf

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 12:20:23 UTC 2010 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Remove ACPICA_PEDANTIC. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/arch/amd64/conf/GENERIC Please note

CVS commit: src/sys/dev/acpi

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 17:53:31 UTC 2010 Modified Files: src/sys/dev/acpi: thinkpad_acpi.c Log Message: Add a detachment routine. While here, clarify the initialization of sensors. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/sys/dev/acpi

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 18:51:33 UTC 2010 Modified Files: src/sys/dev/acpi: asus_acpi.c Log Message: Also remove the ACPI notify handler upon detach. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/asus_acpi.c

CVS commit: src/sys/dev/acpi

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 19:49:29 UTC 2010 Modified Files: src/sys/dev/acpi: dalb_acpi.c Log Message: Add a detachment routine. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/dalb_acpi.c Please note that diffs

CVS commit: src/share/man/man9

2010-01-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 31 21:21:13 UTC 2010 Modified Files: src/share/man/man9: driver.9 Log Message: Do not advertise deprecated APIs in an important introductory manual page. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/dev/acpi

2010-02-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Feb 1 09:45:05 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Fix incorrect notify handler type (ACPI_SYSTEM_NOTIFY - ACPI_DEVICE_NOTIFY). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/sysmon

2010-02-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Feb 5 19:22:25 UTC 2010 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: Fix a typo in one DPRINTF (s/edata-des/edata-desc/). To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/share/man/man4

2010-02-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Feb 27 16:12:49 UTC 2010 Modified Files: src/share/man/man4: Makefile Log Message: Link acpiecdt to acpiec(4). To generate a diff of this commit: cvs rdiff -u -r1.508 -r1.509 src/share/man/man4/Makefile Please note that

CVS commit: src/share/man/man4

2010-02-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Feb 27 16:12:49 UTC 2010 Modified Files: src/share/man/man4: Makefile Log Message: Link acpiecdt to acpiec(4). To generate a diff of this commit: cvs rdiff -u -r1.508 -r1.509 src/share/man/man4/Makefile Please note that

CVS commit: src/distrib/sets/lists/man

2010-02-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Feb 27 16:13:28 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add acpiecdt(4). To generate a diff of this commit: cvs rdiff -u -r1.1194 -r1.1195 src/distrib/sets/lists/man/mi Please note that diffs

CVS commit: src/distrib/sets/lists/man

2010-02-27 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Feb 27 16:13:28 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add acpiecdt(4). To generate a diff of this commit: cvs rdiff -u -r1.1194 -r1.1195 src/distrib/sets/lists/man/mi Please note that diffs

CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 09:23:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_lid.c Log Message: Cleanup: * Semantics. * Remove ACPI_LID_DEBUG. * Reduce the amount of error reporting. * As the status of the lid (open/closed) is

Re: CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
On Sun, Feb 28, 2010 at 09:16:38PM +1100, matthew green wrote: i'm curious why ignoring the various errors is a good thing. in particular, sysmon_pswitch_register() and pmf_device_register() failure mean the device won't work properly, yet there is nothing to indicate such... Well, generally

CVS commit: src/sys/arch/i386/conf

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 13:10:43 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add ACPI_DEBUG_ALLOC. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/arch/i386/conf/ALL Please note that diffs are

CVS commit: src/sys/arch/i386/conf

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 13:10:43 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Add ACPI_DEBUG_ALLOC. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/arch/i386/conf/ALL Please note that diffs are

CVS commit: src/sys

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 13:56:50 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c src/sys/dev/acpi: wmi_acpi.c Log Message: Use native functions instead of polluting the namespace with ACPICA-macros. To generate a diff

CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 17:22:41 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_lid.c thinkpad_acpi.c Log Message: Introduce support for ACPI kernel modules. Tested on couple of laptops. To

CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Feb 28 17:22:41 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_lid.c thinkpad_acpi.c Log Message: Introduce support for ACPI kernel modules. Tested on couple of laptops. To

CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 05:37:37 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Semantics: * Use ACPI_ADR_PCI_DEV(x) and ACPI_ADR_PCI_FUNC(x). * !ACPI_FAILURE - ACPI_SUCCESS, UINT32 - uint32_t * Remove whitespace.

CVS commit: src/sys/dev/acpi

2010-02-28 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 05:37:37 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Semantics: * Use ACPI_ADR_PCI_DEV(x) and ACPI_ADR_PCI_FUNC(x). * !ACPI_FAILURE - ACPI_SUCCESS, UINT32 - uint32_t * Remove whitespace.

CVS commit: src/sys/dev/acpi

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 13:16:22 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Destroy the callout(9) when detaching. Also evaluate the removal of the notify handler before going to demolishing business. To generate a

CVS commit: src/sys/dev/acpi

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 13:16:22 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Destroy the callout(9) when detaching. Also evaluate the removal of the notify handler before going to demolishing business. To generate a

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 13:44:10 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: __UNCONST.3 Log Message: Document __UNCONST and __UNVOLATILE. XXX: If there is anything to add or correct, please

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Foundation +.\ by Jukka Ruohonen. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions +.\ are met: +.\ 1. Redistributions of source code must retain the above copyright +.\notice, this list of conditions

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 13:45:54 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add __UNCONST(3). To generate a diff of this commit: cvs rdiff -u -r1.1395 -r1.1396 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 13:45:54 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add __UNCONST(3). To generate a diff of this commit: cvs rdiff -u -r1.1395 -r1.1396 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
The NetBSD Foundation, Inc. +.\ All rights reserved. +.\ +.\ This code is derived from software contributed to The NetBSD Foundation +.\ by Jukka Ruohonen. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification, are permitted provided that the following conditions

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:02:34 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: __arraycount.3 Log Message: Document __arraycount. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:03:34 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add __arraycount(3). To generate a diff of this commit: cvs rdiff -u -r1.1396 -r1.1397 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:03:34 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add __arraycount(3). To generate a diff of this commit: cvs rdiff -u -r1.1396 -r1.1397 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:36:15 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: tgmath.3 Log Message: Add tgmath(3). From FreeBSD. XXX: Needs proofreading, Matt? To generate a diff of this

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:36:15 UTC 2010 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: tgmath.3 Log Message: Add tgmath(3). From FreeBSD. XXX: Needs proofreading, Matt? To generate a diff of this

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:37:46 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add tgmath(3). To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:37:46 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add tgmath(3). To generate a diff of this commit: cvs rdiff -u -r1.1397 -r1.1398 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/share/man/man7

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:52:41 UTC 2010 Modified Files: src/share/man/man7: mailaddr.7 Log Message: Remove dead references to sendmail(8). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man7/mailaddr.7 Please

CVS commit: src/share/man/man7

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 16:52:41 UTC 2010 Modified Files: src/share/man/man7: mailaddr.7 Log Message: Remove dead references to sendmail(8). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man7/mailaddr.7 Please

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 17:06:18 UTC 2010 Modified Files: src/share/man/man3: __arraycount.3 Log Message: Use buf[BUFSIZE] instead of *buf[BUFSIZE] in the example. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man3

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 17:06:18 UTC 2010 Modified Files: src/share/man/man3: __arraycount.3 Log Message: Use buf[BUFSIZE] instead of *buf[BUFSIZE] in the example. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 17:22:20 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add hztoms(9). To generate a diff of this commit: cvs rdiff -u -r1.1398 -r1.1399 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/distrib/sets/lists/comp

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 17:22:20 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add hztoms(9). To generate a diff of this commit: cvs rdiff -u -r1.1398 -r1.1399 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/share/man/man9

2010-03-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Mar 1 19:09:42 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: setbit.9 Log Message: Document the bitmap related macros in sys/param.h. To generate a diff of this commit: cvs

  1   2   3   4   >