Searched hist:1.742 (Results 1 - 21 of 21) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.742 Tue Jul 19 06:47:34 GMT 2022 skrll Don't need sys/malloc.h so remove the #include |
| H A D | pcidevs.h | 1.744 Wed Dec 07 04:44:47 GMT 2005 jonathan regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.). 1.742 Sun Dec 04 17:44:25 GMT 2005 christos Regen. |
| H A D | pcidevs_data.h | 1.742 Wed Dec 07 04:44:47 GMT 2005 jonathan regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.). 1.742 Wed Dec 07 04:44:47 GMT 2005 jonathan regen from sys/dev/pci/pcidevs rev 1.742 (add bcm5714 et al.). |
| H A D | pcidevs | 1.742 Wed Dec 07 04:43:05 GMT 2005 jonathan Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl committed that whilst I was musing). Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family ASIC revisions on these newer chips. Add entries to the PCI-device-version and bge-internal-asic-revision tables in sys/dev/pci/if_bge.c to use these new devices. Pending further information, follow the lead of FreeBSD's if_bge.c driver and, pending further info, treat these new chips as we do the 5750. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.742 Tue Jun 05 13:21:37 GMT 2018 martin branches: 1.742.2; regen 1.742 Tue Jun 05 13:21:37 GMT 2018 martin branches: 1.742.2; regen |
| H A D | usbdevs | 1.742 Thu Oct 19 23:54:42 GMT 2017 jmcneill Add USB IDs for Broadcom BCM43236, BCM43143, BCM43242, and BCM43569 USB wireless devices. |
| H A D | usbdevs_data.h | 1.742 Tue Jun 05 09:28:56 GMT 2018 eadler usbdevs: regen generated files |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.742 Tue Mar 11 13:56:46 GMT 2025 brad A driver and userland utility for a couple of families of the Microchip Technology / SMSC fan controller chips. The driver and utility supports the: o EMC2101 and EMC2101-R o EMC2103-1, EMC2102-2 and EMC2103-4 o EMC2104 o EMC2106 o EMC2301 o EMC2302 o EMC2303 o EMC2305 The EMC210X family supports 1 or 2 fans with tachometer. Depending on the chip, it may support 2 additional fans without tach and might support a high side attachment (i.e. a fan, usually 5v, driven directly from the chip and not PWM or DAC). All versions of EMC210X support internal temperature measurements, and depending on the chip, may support up to 5 additional temperature zones. The tachometers and temperature measurements are provided to the system via the envsys(4) framework. Some chip types support GPIO pins and support is provided via the gpio(4) framework. The EMC230X family supports 1, 2, 3 or 5 fans with the same number of tachometers. No temperature zone or GPIO support. The tachometers are provided to the system via the envsys(4) framework. The fan support can be provided by PWM signaling or DAC. The two chip families mostly do PWM signaling for the fan speed, but a number of them support DAC output, a 0 to 3v or so voltage. When the chip supports external temperature zones, this is done usually by a bipolar NPN or PNP transister configured as a diode, but some of the chip varients support thermistors. The emcfan(4) kernel driver provides a simple read / write / seek device in /dev/ to the register set in the chip. The heavy lifting is done in the userland utility emcfanctl(8) which provides the ability to read and write to any valid register and provides some basic higher level commands to control fan behavior. The output is simple text lines, or JSON. The kernel driver does not reset or other mess with the chip, aside from reading registers. It is entirely possible that something else in any particular system is the major manager of the fan controller and it would not do for the kernel driver to mess too much with the attached device. All interactions are intentional via the userland utility. It is known that a EMC2301 is present on the Raspberry PI 4 Compute IO module (not to be confused with the Raspberry PI 4 Compute module itself) and there is a breakout board from Adafruit with a EMC2101 on it. The chips themselves are pretty inexpensive from Mouser or Digi-key and can be soldered using the simpler SMD soldering techniques. A number of the variants are QFN packages, but the pads are exposed to the side of the chip. No other external components are required to use these fan controllers. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.742 Sun Jan 19 14:30:37 GMT 2014 dsl Flatten the floating point register structures bu moving the 'environment' registers into the main strcuture. There are x87 instructions that only affect the environment, but that is no real excuse for all the sub-structures. Rename fields so that there are far fewer collisions between the two sets of field names. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.742 Fri Jul 03 01:01:00 GMT 2015 christos new libssh |
| H A D | mi | 1.742 Fri Mar 28 01:22:44 GMT 2008 lukem Do not mark "old" major and major.minor shared libraries as "obsolete"; just remove the entry, as third-party applications may be linked against the old major shared library, and that is a symlink to the old major.minor shared library. E.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>" Exceptions to this rule may include shared libraries that are dlopen()ed at run-time, such as extra locales, etc. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.742 Sun Dec 27 00:54:15 GMT 2009 christos new openssl. |
| H A D | CHANGES | 1.742 Wed Nov 01 10:32:35 GMT 2006 xtraeme Fix rum(4) entry. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.742 Fri Apr 11 17:21:31 GMT 2025 rillig make: convert more messages to the "file:123" format |
| H A D | var.c | 1.742 Sun Dec 20 00:53:34 GMT 2020 rillig make(1): export FStr and MFStr These types are a replacement for the pattern "var + var_freeIt" that enforces these two variables to be updated together. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.742 Mon Dec 06 17:35:53 GMT 2004 yamt branches: 1.742.2; add links for uvm_unmap(9) 1.742 Mon Dec 06 17:35:53 GMT 2004 yamt branches: 1.742.2; add links for uvm_unmap(9) |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.742 Thu Apr 13 00:30:19 GMT 2006 christos Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp device instead of having the mpu in io[1]. From doomwarriorx at gmail dot com. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.742 Sun Jan 02 17:55:48 GMT 2005 thorpej Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility that gets, sets, removes, and lists file system extended attributes. From FreeBSD. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.742 Mon May 15 09:56:12 GMT 2017 ozaki-r Sort |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.742 Tue Aug 06 05:46:26 GMT 2013 matt Add GNU_ARCH for earmv4eb, earmv5, earmv5eb, earmv6, earmv6hf, earmv6eb, earmv6hfeb, earmv7, earmv7hf |
| /src/sys/conf/ | ||
| H A D | files | 1.742 Sat Nov 26 00:16:44 GMT 2005 yamt add a new option DDB_COMMANDONENTER. which can be useful for eg. broken console input. |
Completed in 1564 milliseconds