Searched hist:1.1256 (Results 1 - 12 of 12) sorted by relevance
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1256 Tue Apr 30 19:35:28 GMT 2024 andvar branches: 1.1256.2; viac7temp(4): rewrite temperature sensor to read value from MSR instead of using documented cpuid instruction and eax register. This approach is adapted from linux via-cputemp.c, no official documentation is currently available. However, msr value seems to work on all tested CPUs while documented cpuid instruction typically reports 0, even for my C7-D CPU. msr value seems to have temperature in Celsius in lower 24-bits without fraction (thus "msr & 0xffffff;" is used). Tested on my personal systems based on CPUs below (i386 and amd64): C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580. Also got one response via email which was based on Nano X2 L4050 (VE-900). Nano reports independent values for each core. KX-U6580 seems to show the same value for all cores but more testing is needed. Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config. Also moving viac7temp man page to x86 instead of i386 (with updates). In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs at least up to KX-6000(G) series. In the future I may need to introduce amd64 kernel module as well. Plan to pullup to at least netbsd-10. Patch mainly reviewed by riastradh. 1.1256 Tue Apr 30 19:35:28 GMT 2024 andvar branches: 1.1256.2; viac7temp(4): rewrite temperature sensor to read value from MSR instead of using documented cpuid instruction and eax register. This approach is adapted from linux via-cputemp.c, no official documentation is currently available. However, msr value seems to work on all tested CPUs while documented cpuid instruction typically reports 0, even for my C7-D CPU. msr value seems to have temperature in Celsius in lower 24-bits without fraction (thus "msr & 0xffffff;" is used). Tested on my personal systems based on CPUs below (i386 and amd64): C7-D 1.6GHz (i386 only), Nano X2 L4350E, Nano X2 U4300, U2300 Nano, KX-U6580. Also got one response via email which was based on Nano X2 L4050 (VE-900). Nano reports independent values for each core. KX-U6580 seems to show the same value for all cores but more testing is needed. Since it works on amd64 capable CPUs, adding driver to GENERIC kernel config. Also moving viac7temp man page to x86 instead of i386 (with updates). In theory the change should add support for all VIA Nano CPUs and Zhaoxin CPUs at least up to KX-6000(G) series. In the future I may need to introduce amd64 kernel module as well. Plan to pullup to at least netbsd-10. Patch mainly reviewed by riastradh. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1256 Thu Sep 01 10:21:49 GMT 2016 msaitoh regen. |
| H A D | pcidevs_data.h | 1.1256 Fri Sep 16 05:42:58 GMT 2016 msaitoh regen. |
| H A D | pcidevs | 1.1256 Fri Jul 29 07:28:19 GMT 2016 nonaka Add MegaRAID SAS3008 |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1256 Sun Sep 27 07:04:05 GMT 2015 taca Latest versino of ISC DHCP is 4.3.3. |
| H A D | CHANGES | 1.1256 Fri Jul 17 22:05:38 GMT 2009 minskim Note ip(4) change: IP_MINTTL. |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1256 Wed Jul 22 19:02:01 GMT 2020 roy Note the new resolvconf files |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1256 Tue Nov 30 20:19:30 GMT 2010 jruoho Add orders(7) as a miscellaneous manual page. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1256 Tue Mar 28 20:04:51 GMT 2023 rillig lint: warn about 'extern' declarations inside function bodies https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html The previous attempt (message 351 about 'extern' declarations outside headers) did not cover the proposal from the tech-userlevel mailing list but instead warns about a different usage pattern of the 'extern' keyword. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1256 Thu Jun 03 07:40:48 GMT 2021 rin Switch amiga to Xorg server 1.20; wsfb(4) is only graphic driver both for 1.10 and 1.20 (Xamiga was gone a long ago...), and there is no reason to stay with 1.10. At least, 1.20 works fine on wsdisplay(4) at amidisplaycc(4). |
| /src/sys/conf/ | ||
| H A D | files | 1.1256 Sat Feb 22 00:28:35 GMT 2020 jmcneill Add support for Broadcom GENET v5 ethernet controller as found on the Raspberry Pi 4 (BCM2711). |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1256 Mon May 11 15:47:36 GMT 2009 tsutsui Fix more pasto botches in pmf(9) entries. |
Completed in 1150 milliseconds