Searched hist:1.749 (Results 1 - 23 of 23) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.749 Fri Jul 29 15:30:42 GMT 2022 skrll Improve a couple of comments |
| H A D | pcidevs.h | 1.750 Mon Dec 19 01:08:25 GMT 2005 jonathan regen after sys/dev/pci/pcidevs 1.749 (addition of SiI 3124) 1.749 Sun Dec 18 11:05:25 GMT 2005 sekiya Regen. |
| H A D | pcidevs_data.h | 1.749 Mon Dec 19 02:08:20 GMT 2005 jonathan Regem from src/sys/dev/pci/pcidevs rev 1.750, adding an entry for SK PCi-Express gigabit ethernet boards based on Marvell's Yukon-2 chipset. 1.748 Mon Dec 19 01:08:25 GMT 2005 jonathan regen after sys/dev/pci/pcidevs 1.749 (addition of SiI 3124) |
| H A D | pcidevs | 1.749 Mon Dec 19 01:07:12 GMT 2005 jonathan Add ID 0x3132 for Silicon Image, PCI-Express dual-port SATA-II version of SiI 3124 (PCI-X quad SATA). |
| /src/ | ||
| H A D | BUILDING | 1.146 Sat Oct 01 08:55:45 GMT 2022 rillig fix documentation for MKLINT Since share/mk/bsd.own.mk 1.749 from 2013-08-26, MKLINT defaults to no. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.442 Sat Oct 01 08:55:45 GMT 2022 rillig fix documentation for MKLINT Since share/mk/bsd.own.mk 1.749 from 2013-08-26, MKLINT defaults to no. |
| H A D | bsd.own.mk | 1.749 Mon Aug 26 22:15:51 GMT 2013 matt Change the default for MKLINT to no |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.749 Tue Jun 05 09:28:26 GMT 2018 eadler usbdevs: misc updates from FreeBSD This syncs some vendor changes from FreeBSD (r334649). Prefer longer "canonical" names where the names differed. ok leot@ |
| H A D | usbdevs.h | 1.749 Wed Jul 25 05:29:58 GMT 2018 msaitoh Regen. |
| H A D | usbdevs_data.h | 1.749 Wed Jul 25 05:29:58 GMT 2018 msaitoh Regen. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.749 Fri Oct 24 23:16:10 GMT 2025 brad A driver for the NXP SC16IS7xx family of UART chips. This family is mostly a 16C450 with features from the 16C550, 16C650 and 16C750 and makes use of src/sys/dev/ic/com.c for much of the heavy lifting. A BIG difference is that the chip family is attached via a I2C or SPI bus and is in no way, shape or form, attached to the computer via a computer bus. Since spin locks are not allowed to be held while calling to the I2C or SPI framework com.c grew a new hw feature flag where it could be run at something other than a hard IP level and doesn't hold spin lock (for very long). In particular, IPL_SOFTSERIAL. This method is enabled via a hw feature flag and should not effect any other use of com.c. Other changes with this new method of use include the use of workqueues and such. A further feature added to com.c was the abilty to take advantage of the MCR prescaler that is present in the SC16IS7xx family and likely present in the 16C650. This prescaler is tried if the baud rate requested can not be met with the frequency oscillator that the chip is built with. The chip family does not use any particular frequency oscillator for the baud rate generator. In order to deal with this the frequency can be set via sysctl, a kernel option or with a FDT overlay if that is supported. Most of the features of the chip family are supported including the gpio pins via gpiobus(4) that are present with some of the family members. The chip can attach via I2C or SPI and can make sure of FDT if that is present in the system. This chip family has been around for quite some time and there are a number of breakout boards on Amazon. It is also reasonably priced and you can roll your own board if you can perform simple SMD soldering as very few additional components are required. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.749 Tue Feb 18 01:00:57 GMT 2014 christos CID 1175795: Unused pointer value |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.749 Thu Sep 24 20:04:57 GMT 2015 christos bump libdtrace/libctf. |
| H A D | mi | 1.749 Thu May 22 14:24:42 GMT 2008 lukem OpenLDAP client libraries, utilities, and relevant manual pages. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.749 Sat Feb 27 16:04:33 GMT 2010 roy Import dhcpcd-5.2.1 |
| H A D | CHANGES | 1.749 Sun Nov 05 22:46:20 GMT 2006 jmmv Note a couple of tmpfs related changes. 1.749 Sun Nov 05 22:46:20 GMT 2006 jmmv Note a couple of tmpfs related changes. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.749 Thu Jun 12 20:07:59 GMT 2025 rillig make: add program name to stack traces from sub-makes |
| H A D | var.c | 1.749 Sun Dec 20 17:22:10 GMT 2020 rillig make(1): turn ApplyModifiersState.val into a local variable This reduces the scope and makes it more obvious at which places this variable can be changed and how the memory management is done. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.749 Sat May 06 15:49:38 GMT 2006 jmcneill Add piixpcib(4), commented out. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.749 Sun Jan 09 22:51:32 GMT 2005 smb Add a software watchdog timer facility. Because this slightly changes the "tickle" model of wdogctl(8), it was modified as well; while I was in there, I cleaned up the argument parsing. The code was reviewed by simonb@. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.749 Sat May 27 21:02:55 GMT 2017 bouyer merge the bouyer-socketcan branch to HEAD. CAN stands for Controller Area Network, a broadcast network used in automation and automotive fields. For example, the NMEA2000 standard developped for marine devices uses a CAN network as the link layer. This is an implementation of the linux socketcan API: https://www.kernel.org/doc/Documentation/networking/can.txt you can also see can(4). This adds a new socket family (AF_CAN) and protocol (PF_CAN), as well as the canconfig(8) utility, used to set timing parameter of CAN hardware. Also inclued is a driver for the CAN controller found in the allwinner A20 SoC (I tested it with an Olimex lime2 board, connected with PIC18-based CAN devices). There is also the canloop(4) pseudo-device, which allows to use the socketcan API without CAN hardware. At this time the CANFD part of the linux socketcan API is not implemented. Error frames are not implemented either. But I could get the cansend and canreceive utilities from the canutils package to build and run with minimal changes. tcpudmp(8) can also be used to record frames, which can be decoded with etherreal. |
| /src/sys/conf/ | ||
| H A D | files | 1.749 Tue Dec 27 00:46:38 GMT 2005 chs remove the COM_MPLOCK option. always include the spinlock in the softc and always call the simple_* locking functions. the locking functions are compiled out if they are not needed anyway, so a separate option for this doesn't gain anything. this also fixes the serial console on my alpha ES40 (which doesn't make much sense since the com driver should still be under the big lock on alpha, but whatever). |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.749 Sun Jan 02 16:09:56 GMT 2005 thorpej Add <sys/extattr.h> |
Completed in 1486 milliseconds