Searched hist:1.738 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.738 Wed Jul 06 06:33:49 GMT 2022 msaitoh Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function and the workqueue function call rxeof first, then rxeof. For legacy interrupt. rxeof is called first. Modify it to match with other two. |
| H A D | pcidevs.h | 1.738 Fri Nov 18 21:58:20 GMT 2005 rpaulo regen |
| H A D | pcidevs_data.h | 1.738 Sun Nov 27 10:19:03 GMT 2005 jdolecek regen - 3ware ATA RAID description/ID fixes |
| H A D | pcidevs | 1.738 Sun Nov 27 10:17:26 GMT 2005 jdolecek change the description of the 3ware raid controllers to 'ATA RAID Controller' rather then 'IDE RAID' fix the ID of the 9xxx series controller and rename to ATARAID_9k, since 3ware doesn't refer to it using the 'Escalade' family name |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs_data.h | 1.738 Fri Dec 22 14:06:40 GMT 2017 jakllsch branches: 1.738.2; regen 1.738 Fri Dec 22 14:06:40 GMT 2017 jakllsch branches: 1.738.2; regen |
| H A D | usbdevs | 1.738 Sun Jul 09 19:37:33 GMT 2017 christos PR/52385: Shinichi Doyashiki: some classic Roland product-ids for usbdevs While here, add a Ralink that I had uncommitted and fix some caps hex to small for consistency |
| H A D | usbdevs.h | 1.738 Sat Mar 17 19:37:49 GMT 2018 jdolecek regen |
| /src/sys/sys/ | ||
| H A D | param.h | 1.738 Wed Jul 16 19:14:14 GMT 2025 kre branches: 1.738.2; Kernel part of O_CLOFORK implementation (plus kernel revbump) This is Ricardo Branco's implementation of O_CLOFORK (and associated fcntl, etc) for NetBSD (with a few minor changes by me). For now, the header file symbols that should be exposed to userland are hidden inside temporary #ifdef _KERNEL blocks, just to avoid random userland apps, or config scripts, from seeing any of this before it is better tested. Userland parts of this will follow soon. This also bumps the kernel version to 10.99.15 (changes to data structs, and the signature of fd_dup()). 1.738 Wed Jul 16 19:14:14 GMT 2025 kre branches: 1.738.2; Kernel part of O_CLOFORK implementation (plus kernel revbump) This is Ricardo Branco's implementation of O_CLOFORK (and associated fcntl, etc) for NetBSD (with a few minor changes by me). For now, the header file symbols that should be exposed to userland are hidden inside temporary #ifdef _KERNEL blocks, just to avoid random userland apps, or config scripts, from seeing any of this before it is better tested. Userland parts of this will follow soon. This also bumps the kernel version to 10.99.15 (changes to data structs, and the signature of fd_dup()). |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.738 Mon Dec 16 16:37:38 GMT 2024 brad A driver for the MCP-2221 / 2221A multi-io chip. This is a USB to UART / GPIO / I2C multi-io chip probably based upon a programmed PIC. The end result is that simple gpio and i2c can exist on any system that provides a USB port. This is everything from a RPI to a Virtualbox VM. o The UART presents itself as a umodem(4) device and pretty much works as one would expect. o There are 4 simple GPIO pins with multiple functions that attach to gpio(4). Support for basic GPIO input and output exists with gpioctl, the ADC, DAC and clock pulse functions exist as ALT functions. For the ADC and DAC /dev/ devices are provided such that simple reads and writes interact with the ADC and DAC. The IRQ function on pin GP1 and bit banging the GPIO with gpiopps(4) and gpioow(4) are not really supported. The short answer is that a spin lock is held while trying to do USB transfers and that isn't allowed. o There is a simple I2C engine that attaches to iic(4). This mostly works as expected, except that a READ without STOP is not supported by the engine which causes problems for some drivers. Most drivers do not seem to use READ without STOP and seem to work as expected. Support for changing the I2C speed is not supported, but nothing much really does that. o A userland utility called umcpmioctl(8) is provided that allows the query of the status of the chip and allows for the query of the flash memory and the setting of some of the flash memory parameters mostly related to gpio. This utility interacts with a control device in /dev/. The flash memory contents is copied to the sram on boot up of the chip and can be used to adjust how the chip sets up the gpio pins, among other things. Support for setting or entering the chip password is not provided. o A number of sysctls are provided to mess with various settings. These are detailed in the man page. While not perfect, the chip is reasonable, cheap, and has at least one vendor making a breakout board. It is also one of the only ones in this space that has enough documentation to write a driver. Support for a related chip, the MCP-2210, which provides SPI and GPIO may exist some day as the programming interface is very simular. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.738 Mon Nov 11 11:10:45 GMT 2013 joerg NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word as initial value for new processes. This means that long double computations get the expected 63bit mantissa. Binaries tagged as compiled for 6.99.25 and older get the old value. Add a simple test case to ensure that double and long double computation are working correctly. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.738 Fri May 29 00:38:18 GMT 2015 pooka game of setlists for rumpnet_tap |
| H A D | mi | 1.738 Tue Jan 15 03:37:12 GMT 2008 rmind Implementation of processor-sets, affinity and POSIX real-time extensions. Add schedctl(8) - a program to control scheduling of processes and threads. Notes: - This is supported only by SCHED_M2; - Migration of LWP mechanism will be revisited; Proposed on: <tech-kern>. Reviewed by: <ad>. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.738 Tue Dec 08 21:54:22 GMT 2009 kardel note import of ntp 4.2.4p8 |
| H A D | CHANGES | 1.738 Thu Oct 26 01:35:43 GMT 2006 mrg note less 394 update |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.738 Tue Jan 14 21:34:09 GMT 2025 rillig make: simplify code for evaluating the '!=' variable assignment An undefined variable evaluates to an empty string, without an error message. |
| H A D | var.c | 1.738 Sun Dec 20 00:47:21 GMT 2020 rillig make(1): extract string functions from ApplyModifier_To |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.738 Fri Mar 31 00:03:57 GMT 2006 rittera Updated to the latest NDIS code. I added commented out lines in the files arch/i386/conf/GENERIC, arch/i386/conf/files.i386 and dev/pci/files.pci which can simply be uncommented to compile NDIS into the kernel. I'll write some documentation on this soon. Note that NDIS is still somewhat experimental. It is currently tested and functions relatively well on on two cards: 1. Dell (Broadcom) TrueMobile 1400 Dual Band WLAN Mini-PCI 2. Intel EtherExpress Pro/100 |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.738 Thu Dec 23 23:14:05 GMT 2004 he Add entry for the newly added ahd(4) driver. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.738 Wed May 10 09:08:25 GMT 2017 ozaki-r Test tunnel mode with IPv4 over IPv6 and IPv6 over IPv4 |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.738 Thu Jul 18 22:06:09 GMT 2013 matt Test BSD makefile about coldfire. XXX still hate m68k--netbsdelf-coldfire |
| /src/sys/conf/ | ||
| H A D | files | 1.738 Fri Oct 21 04:07:48 GMT 2005 dyoung Switch to John Bicket's SampleRate algorithm for bitrate adaptation on Atheros cards. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.738 Thu Nov 11 01:53:41 GMT 2004 christos Add ptyfs installed files. |
Completed in 1615 milliseconds