Searched hist:1.1294 (Results 1 - 11 of 11) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1294 Thu Nov 09 03:08:12 GMT 2017 msaitoh Regen.
H A Dpcidevs_data.h1.1294 Mon Dec 18 07:57:54 GMT 2017 msaitoh Regen.
H A Dpcidevs1.1294 Sat Jul 22 08:58:24 GMT 2017 msaitoh - Add some AMD devices.
- Add Broadcom BCM5762.
/src/doc/
H A D3RDPARTY1.1294 Wed Jan 13 04:41:01 GMT 2016 taca ISC DHCP 4.3.3-P1 is released.
H A DCHANGES1.1294 Sun Sep 27 18:00:58 GMT 2009 jakllsch Note new gpio at ichlpcib support.
/src/distrib/sets/lists/base/
H A Dmi1.1294 Mon Apr 25 02:29:13 GMT 2022 gutteridge Update firmware for Intel Centrino Advanced-N 6205 WiFi cards

Use the final version of firmware provided for these cards. This has
been tested with both variants of impacted iwn(4) cards (6005_2X2_1 and
6005_2X2_2, as found in a Dell E6230 and a Lenovo T420), improvements
noted.
/src/distrib/sets/lists/man/
H A Dmi1.1294 Thu Feb 24 11:29:45 GMT 2011 jruoho Add powernow(4).
/src/distrib/sets/lists/tests/
H A Dmi1.1294 Sun Oct 15 13:22:52 GMT 2023 riastradh t_fdrestart: New test of closing fd with another thread in I/O on it.

Adapted from regress/sys/kern/dislodgefd.

PR kern/57659
/src/share/mk/
H A Dbsd.own.mk1.1294 Sun Jan 15 10:51:04 GMT 2023 skrll Really switch aarch64 and sparc binutils to 2.39
/src/sys/conf/
H A Dfiles1.1294 Mon Jan 17 16:33:00 GMT 2022 thorpej Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and
add support for 8-bit and I2C variants of the chip:
- MCP23008 / MCP23S08: 8-bit (I2C / SPI)
- MCP23017 / MCP23S17: 16-bit (I2C / SPI)
- MCP23018 / MCP23S18: 16-bit (I2C / SPI), open-drain outputs

The MCP23x17 and MCP23x18 are essentially identical, software-wise; we
merely report different GPIO pin capabilities (no push-pull output for
MCP23x18). Also, remove the tri-state capability that was previously
advertised by the old version of this driver; these chips have no way
to put the pin into a HI-Z mode.

All 3 I2C versions are supported, but the SPI front-end still only
supports the MCP23S17 for now (SPI autoconfiguration needs an overhaul).

mcp23s17gpio(4) remains present as a link to the new mcpgpio(4) man page.

XXX Still to-do: FDT integration, interrupt suppoort.

(File missed in prior commit.)
/src/distrib/sets/lists/comp/
H A Dmi1.1294 Thu Aug 20 22:07:49 GMT 2009 he Introduce <sys/aout_mids.h>, and include it from <sys/core.h> and
<sys/exec_aout.h>. This contains the various a.out machine IDs
moved out from exec_aout.h. The a.out machine IDs are not only
used to identify a.out executable files, but also used to identify
NetBSD core dumps, so should be accessible outside of exec_aout.h.

OK'ed by matt@

Completed in 1097 milliseconds