Searched hist:1.740 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.740 Mon Jul 11 06:16:23 GMT 2022 msaitoh KNF. No functional change. |
| H A D | pcidevs.h | 1.740 Sun Nov 27 10:19:03 GMT 2005 jdolecek regen - 3ware ATA RAID description/ID fixes |
| H A D | pcidevs_data.h | 1.740 Sun Dec 04 17:44:25 GMT 2005 christos Regen. |
| H A D | pcidevs | 1.740 Sun Dec 04 17:44:02 GMT 2005 christos PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.740 Sat Feb 09 19:34:03 GMT 2008 jmmv branches: 1.740.2; 1.740.6; Adjust lists to work when MKMODULAR is set to yes. 1.740 Sat Feb 09 19:34:03 GMT 2008 jmmv branches: 1.740.2; 1.740.6; Adjust lists to work when MKMODULAR is set to yes. 1.740 Sat Feb 09 19:34:03 GMT 2008 jmmv branches: 1.740.2; 1.740.6; Adjust lists to work when MKMODULAR is set to yes. |
| H A D | shl.mi | 1.740 Wed Jun 24 13:58:29 GMT 2015 matt add gcc keyword to libgcc_s.so files |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.740 Fri Sep 29 22:05:54 GMT 2017 scole Add ELAN keyboard |
| H A D | usbdevs.h | 1.740 Sat Jun 02 21:17:06 GMT 2018 sevan regen |
| H A D | usbdevs_data.h | 1.740 Mon Apr 02 00:46:07 GMT 2018 jakllsch re-generate |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.740 Thu Jan 23 19:02:42 GMT 2025 brad A driver for the DS28E17 1-Wire to I2C bridge chip. This chip acts like a 1-Wire slave device and provides a iic(4) master at the end of the 1-Wire bus. More or less it is the polar opposite of the DS2482 [ds2482ow(4)] chip. This device couples well with ds2482ow(4) and can be used to provide a I2C bus at very great lengths from the controlling computer. All features of the chip are supported, except for 1-Wire overdrive support, which requires more work from the onewire(4) infrastructure. The chip does not support Read without Stop. Attempts to do this will get turned into a Read with Stop and one will have to hope for the best. The chip also does not support zero length I2C reads or zero length I2C writes. This has the side effect of making the default mode, a zero length I2C write, for i2scan(8) return false positives. The alternative mode that i2cscan(8) can use, the single byte read, should work as expected. The chip has automatic support for end devices that do I2C clock stretching. It was noticed that this chip does not work with the gpioow(4) driver. That might be an interesting thing to debug if one has a good logic analyzer on hand. While the presence pulse is detected, the gpioow(4) driver is not able to complete the initial ROM enumeration. The DS28E17 works flawlessly when driven by a DS2482 [ds2482ow(4)] driver chip. Poke me if you want any more details. The chip is pretty inexpensive and only requires a single cap to get it hooked up. However, the package it comes in is only a 16-QFN package, so it could provide to be hard to solider onto a board for some. There are side tabs, so it was possible with a very small iron and lots of flux. There is a slightly expensive breakout board sold by Mikroe that probably works well -> https://www.mikroe.com/1-wire-i2c-click |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.740 Sun Dec 08 20:45:30 GMT 2013 dsl Rename the fields of 'struct envxmm' (itself badly named) so that they are different from those used for the x87 fpu. Use a union to describe the 64bit 'address' field so that it correctly spilt for 32bit binaries. The freebsd emulation defined its own 'struct freebsd_env87' that the code just assumed matched the netbsd one. Since this is a hardware structure, just use the netbsd one. This shouldn't change the binaries except that 'en_fos' used to be incorrectly a 32bit field. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.740 Wed Dec 23 08:33:58 GMT 2009 roy Import dhcpcd-5.1.4 |
| H A D | CHANGES | 1.740 Tue Oct 31 23:35:12 GMT 2006 manu Support for Perle PCI-RAS |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.740 Sun Mar 30 09:51:49 GMT 2025 rillig make: use '"filename" line 123' for locations instead of 'filename:123' The format 'filename:123' is commonly used for identifying a location in a file. Text editors recognize it and allow quick navigation through it. The previous format was specific to make and would have required custom support in editors. The new format was already used in stack traces, except for the first line. Now all lines use the same format. |
| H A D | var.c | 1.740 Sun Dec 20 10:59:21 GMT 2020 rillig make(1): replace freeIt with FStr in EvalUndefined Previously, the parameter out_freeIt was not guaranteed to be initialized in every case, at least when looking only at EvalUndefined. This contradicted the variable name. Replace the two parameters with a single FStr to ensure that these variables are always initialized together. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.740 Sun Sep 07 21:45:16 GMT 2025 thorpej Change todr_chip_handle::cookie -> todr_chip_handle::todr_dev, and make it a device_t. Upcoming functional changes will require the device_t associated with a TODR device. Change todr_chip_handle::bus_cookie -> todr_chip_handle::todr_devaux. Nothing was using the old field, but I decided to keep it around just in cause something needs it in the future. And with these largely mechanical yet semantically meaningful changes, thus spake the Oracle: "Welcome to NetBSD 11.99.2." |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.740 Fri Apr 07 18:55:22 GMT 2006 riz Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes gpioow(4), attaching a bit-banging driver via a GPIO pin. Also, owtemp(4) which supports some of the 1-Wire temperature sensors, including the DS18b20 and DS1920 - temperatures are returned via the envsys(4) framework. Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4) support and a fix to the 1-wire search algorithm (for discovering devices on the bus) by me. As discussed on tech-kern earlier this week. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.740 Sun Dec 26 00:37:03 GMT 2004 tsutsui Add mec(4) for sgimips. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.740 Sun May 14 01:03:21 GMT 2017 kamil Add new ATF C++ tests in usr.bin/c++ These tests are cloned from t_hello and use c++ runtime basic functions. Added tests: - hello - hello_pic - hello_pie - hello32 |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.740 Sat Jul 27 11:13:57 GMT 2013 skrll Switch hppa to USE_COMPILERCRTSTUFF=no |
| /src/sys/conf/ | ||
| H A D | files | 1.740 Fri Nov 18 21:55:14 GMT 2005 martin Only call ieee80211_init() in kernels that include some wlan stuff. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.740 Sat Nov 20 03:07:50 GMT 2004 christos add manual page for sockaddr_snprintf(3) |
Completed in 1569 milliseconds