search for: _enable

Displaying 9 results from an estimated 9 matches for "_enable".

Did you mean: enable
2013 Jun 21
6
[Bug 66022] New: pwm1[_enable] faults after hibernate/restore related to automatic (or otherwise) fan management
https://bugs.freedesktop.org/show_bug.cgi?id=66022 Priority: medium Bug ID: 66022 Assignee: nouveau at lists.freedesktop.org Summary: pwm1[_enable] faults after hibernate/restore related to automatic (or otherwise) fan management QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: mr.dash.four at googlemail.com Hardwa...
2007 Sep 02
0
handling rc.conf / freebsd init scripts
...or put them all in one file) node "host.domain.com" inherits basenode { $hostname = "host.domain.com" $iface = "fxp0" $ifconfig = "inet 1.2.3.4 netmask 255.255.255.0" $defaultrouter = "1.2.3.1" . $rcvars_enabled = [sshd, ntpd, puppetd] $rcvars_disabled = [sendmail, sendmail_submit, sendmail_outbound, sendmail_msp_queue] include bsdrcconf include ntpclient } this should be pretty straightforward. the variables set at the top are used in the template as you''ll see in...
2017 May 16
0
[PATCH v7 0/5] replace hwmon_device_register for hwmon_device_register_with_info
..._is_visible". > v5 -> v6: > * Change to nouveau/hwmon all commit titles > * Drop author change > * Coding-Style > * Move the check before the switch in nouveau_power_is_visible function > * Expose temperature attrs as RW again > * Get rid of nouveau_hwmon_set_pwm1/_enable and implement the code inside > nouveau_pwm_write > * Get rid of nouveau_hwmon_set_temp_* and implement the code inside > nouveau_temp_write > v6 -> v7: > * Got rid of all dummy functions that only had a return, and moved > code into the switch statements. > > &gt...
2007 Nov 29
10
Provider error with FreeBSD 7 beta 3
Hi all, I’m exploring puppet for first time, trying to see if I can simplify my sysadmin tasks. So I decided to install it on FreeBSD 7 beta 3 and play with it, using another host as a server (Debian 4). As you can imagine I’m stuck. Here’s an excerpt of my super trivial manifest file: > node ''puppetclient.refactor.it'' { > package { > apache20: > ensure
2013 Nov 05
1
FreeBSD 10.0-BETA3 now available
...hout forwarding any command to it after installation. o Fix make(1) warning output with 'make delete-old' and 'make delete-old-libs' o Add kernel side support for large TLB on BERI/CHERI. o Fix compatibility function for old daily_status_security_${name}_enable variables. o Add loader.conf(5) entries to import bootpool after boot when using full-disk encryption and ZFS. o Switch the default mtree to nmtree our new NetBSD derived mtree. o Remove the (unused) isf(4) driver. o Separate WITHOUT_CLANG and WITHOUT_CLANG_IS_CC. o Add at...
2017 May 16
7
[PATCH v7 0/5] replace hwmon_device_register for hwmon_device_register_with_info
...for attr_set in "nouveau_temp_is_visible". v5 -> v6: * Change to nouveau/hwmon all commit titles * Drop author change * Coding-Style * Move the check before the switch in nouveau_power_is_visible function * Expose temperature attrs as RW again * Get rid of nouveau_hwmon_set_pwm1/_enable and implement the code inside nouveau_pwm_write * Get rid of nouveau_hwmon_set_temp_* and implement the code inside nouveau_temp_write v6 -> v7: * Got rid of all dummy functions that only had a return, and moved code into the switch statements. This patchseries replaces the deprecated hw...
2014 Dec 30
23
[Bug 87885] New: Fan speed of Nvidia GeForce 9600GT (G94) constantly too high
https://bugs.freedesktop.org/show_bug.cgi?id=87885 Bug ID: 87885 Summary: Fan speed of Nvidia GeForce 9600GT (G94) constantly too high Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2017 May 18
7
[PATCH v8 0/5] replace hwmon_device_register for hwmon_device_register_with_info
...ible". v5 -> v6: * Change to nouveau/hwmon all commit titles * Drop author change * Coding-Style * Move the check before the switch in nouveau_power_is_visible function * Expose temperature attrs as RW again * Get rid of nouveau_hwmon_set_pwm1/_enable and implement the code inside nouveau_pwm_write * Get rid of nouveau_hwmon_set_temp_* and implement the code inside nouveau_temp_write v6 -> v7: * Got rid of all dummy functions that only had a return, and moved code into the switch statements. v7 -> v8...
2017 May 08
5
[PATCH v6 0/5] replace hwmon_device_register for hwmon_device_register_with_info
...for attr_set in "nouveau_temp_is_visible". v5 -> v6: * Change to nouveau/hwmon all commit titles * Drop author change * Coding-Style * Move the check before the switch in nouveau_power_is_visible function * Expose temperature attrs as RW again * Get rid of nouveau_hwmon_set_pwm1/_enable and implement the code inside nouveau_pwm_write * Get rid of nouveau_hwmon_set_temp_* and implement the code inside nouveau_temp_write This patchseries replaces the deprecated hwmon_device_register function with the new one hwmon_device_register_with_info. It also does some cleanup. Oscar Sa...