History log of /netbsd/distrib/sets/lists/modules/mi (Results 1 – 25 of 158)
Revision Date Author Comments
# 6ed5845f 20-Dec-2022 jakllsch <jakllsch@NetBSD.org>

add compat_100 module setlist entries


# 02b8954f 03-Dec-2022 brad <brad@NetBSD.org>

Split the BMP280 / BME280 driver into common code and create I2C and
SPI attachments.


# b73c2b02 21-Nov-2022 brad <brad@NetBSD.org>

A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver

A driver for the Bosch BMP280 / BME280 temperature, humidity and
atmospheric pressure sensor. This is an inexpensive to moderately
expensive chip available from a large number of places. The driver
supports all aspects of the two chips, except for the repeating read
mode which would allow for sub-second queries, such as fall detection
or perhaps even as an altimeter. This driver also only supports the
I2C interface and not the SPI interface.

The BME280, the one with humidity, is not fully tested at this point,
awaiting upon a breakout board and may not show proper humidity.

show more ...


# b7c902e3 17-Nov-2022 brad <brad@NetBSD.org>

A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions. All features of the chip are sup

A driver for the Aosong AHT20 temperature and humidity sensor. While
slow for an I2C sensor it is inexpensive and should work well enough
in most indoor conditions. All features of the chip are supported.

show more ...


# 02620b24 04-Jun-2022 pgoyette <pgoyette@NetBSD.org>

Add sets-lists entries for the new combined midi_seq module


# caac84a3 14-Apr-2022 pgoyette <pgoyette@NetBSD.org>

Add the new scsi_subr module to sets lists.


# 5fc14253 01-Apr-2022 pgoyette <pgoyette@NetBSD.org>

Create a loaable adiantum module, and make cgd require it.

This enablees use of a loadable cgd module, rather thtan requiring
it to be built-in.

Partially resolves kern/56772


# a7f08516 01-Apr-2022 pgoyette <pgoyette@NetBSD.org>

Split i2c_subr.c into a separate module rather than including it in
the iic module. There are valid configurations where i2c_subr code
can be both built-in and part of a loaded module (eg, piixpm is

Split i2c_subr.c into a separate module rather than including it in
the iic module. There are valid configurations where i2c_subr code
can be both built-in and part of a loaded module (eg, piixpm is in
the kernel, but the iic module is loaded later). This causes the
in-kernel linker to detect a duplicate symbol.

show more ...


# 32757b83 07-Dec-2021 brad <brad@NetBSD.org>

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in

A driver and user land utility for the Sparkfun Serial Controlled Motor
Driver module as illustrated here:

https://www.sparkfun.com/products/13911

A SCMD module is a ARM SOC simular to a Arduino in front of a motor
driver chip. The single SCMD module can control two motors and up to
16 additional modules can be chained together using an internal I2C
bus. One can interface with the SCMD using tty uart commands, SPI or
I2C. The driver in this commit adds a kernel driver for the I2C and
SPI interfaces. The command line utility provides a set of
convenience commands that support most of the functions of the SCMD
and is able to use the tty uart mode, SPI user land or the included
kernel driver in a uniform manor.

The use of the SCMD module is mostly for small robots and the like,
but it can control anything that is controllable by voltage.

show more ...


# 1eab033c 06-Nov-2021 brad <brad@NetBSD.org>

Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:

https://www.adafruit.com/product/2857

This is a higher priced sensor with a lot of features, including the
abilit

Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
sensor such as:

https://www.adafruit.com/product/2857

This is a higher priced sensor with a lot of features, including the
ability to do sub-second periodic updates. The driver supports
everything about the sensor except for the alert pin.

show more ...


# 14fbe9c5 14-Oct-2021 brad <brad@NetBSD.org>

A driver for the Sensirion SGP40 MOx gas sensor. An example of this
chip from Adafruit is:

https://www.adafruit.com/product/4829

This is a moderately priced gas sensor that can detect volatile
org

A driver for the Sensirion SGP40 MOx gas sensor. An example of this
chip from Adafruit is:

https://www.adafruit.com/product/4829

This is a moderately priced gas sensor that can detect volatile
organic compounds in the air. The driver uses the 3-clause BSD
licensed VOC algorithm provided by Sensirion to turn the raw sensor
metric into a VOC index which can indicate the quality of the air in a
particular indoor environment. All published functions of the chip
are supported and one unpublished feature.

show more ...


# df58d621 03-Oct-2021 brad <brad@NetBSD.org>

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
sensor. An example of this chip is:

https://www.adafruit.com/product/4885

This is a lower cost chip that provides higher then

A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
sensor. An example of this chip is:

https://www.adafruit.com/product/4885

This is a lower cost chip that provides higher then usual precision
according to the data sheet. This driver supports all of the published
functions that the chip has.

show more ...


# 72dd758d 11-Sep-2021 pgoyette <pgoyette@NetBSD.org>

Build and install the if_run module. run(4) is not necessarily included
in all GENERIC kernels (as reported on libera IRC).


# 2ba161b4 17-Aug-2021 christos <christos@NetBSD.org>

modules for if_wg, blake2s, libsodium


# 20274667 17-May-2021 yamaguchi <yamaguchi@NetBSD.org>

Add a new link-aggregation pseudo interface named lagg(4)

- FreeBSD's lagg(4) based implementation
- MP-safe and MP-scalable


# 3124fd83 25-Mar-2021 nia <nia@NetBSD.org>

don't restrict pad module to i386 and amd64.

- module build tested on amiga, vax, i386, amd64, evbarm.
- build.sh release tested on i386.
- pad module functionality tested on aarch64.


# d4bcf663 26-Sep-2020 jmcneill <jmcneill@NetBSD.org>

Add HAVE_NVMM and use it to control the build of NVMM related components.
Defined to "yes" on amd64, "no" everywhere else.


# 6b31bc47 08-Sep-2020 martin <martin@NetBSD.org>

Remove if_iavf


# 42fd2f13 08-Sep-2020 martin <martin@NetBSD.org>

Add if_iavf


# fc912292 27-Aug-2020 riastradh <riastradh@NetBSD.org>

Sort and deduplicate set lists.


# c7c05bd3 27-Jun-2020 rin <rin@NetBSD.org>

Remove stale comments.


# ea768931 23-Apr-2020 uki <uki@NetBSD.org>

Add -unknown- to "./netbsd" in modules/mi to fix "build.sh syspkgs" failure


# b46933ca 04-Apr-2020 christos <christos@NetBSD.org>

Infrastructure for putting kernel+modules in /netbsd/kernel and
/netbsd/modules respectively instead of /netbsd and
/stand/<arch>/<version>/modules. This is only supported for x86,
and is turned off

Infrastructure for putting kernel+modules in /netbsd/kernel and
/netbsd/modules respectively instead of /netbsd and
/stand/<arch>/<version>/modules. This is only supported for x86,
and is turned off by default. To try it, add KERNEL_DIR=yes in your
/mk.conf and install a system from that build.

show more ...


# 30115a99 04-Apr-2020 jdolecek <jdolecek@NetBSD.org>

remove SMBFS and nsmb/netsmb - userland part


# 56200cf6 29-Feb-2020 skrll <skrll@NetBSD.org>

if_ixl is MD


1234567