History log of /src/distrib/sets/lists/modules/mi
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.164 11-Mar-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.


# 1.163 23-Jan-2025 brad

A driver for the DS28E17 1-Wire to I2C bridge chip.

This chip acts like a 1-Wire slave device and provides a iic(4) master
at the end of the 1-Wire bus. More or less it is the polar opposite
of the DS2482 [ds2482ow(4)] chip.

This device couples well with ds2482ow(4) and can be used to provide a
I2C bus at very great lengths from the controlling computer.

All features of the chip are supported, except for 1-Wire overdrive
support, which requires more work from the onewire(4) infrastructure.

The chip does not support Read without Stop. Attempts to do this will
get turned into a Read with Stop and one will have to hope for the
best. The chip also does not support zero length I2C reads or zero
length I2C writes. This has the side effect of making the default
mode, a zero length I2C write, for i2scan(8) return false positives.
The alternative mode that i2cscan(8) can use, the single byte read,
should work as expected.

The chip has automatic support for end devices that do I2C clock
stretching.

It was noticed that this chip does not work with the gpioow(4) driver.
That might be an interesting thing to debug if one has a good logic
analyzer on hand. While the presence pulse is detected, the gpioow(4)
driver is not able to complete the initial ROM enumeration. The
DS28E17 works flawlessly when driven by a DS2482 [ds2482ow(4)] driver
chip. Poke me if you want any more details.

The chip is pretty inexpensive and only requires a single cap to get
it hooked up. However, the package it comes in is only a 16-QFN
package, so it could provide to be hard to solider onto a board for
some. There are side tabs, so it was possible with a very small iron
and lots of flux. There is a slightly expensive breakout board sold
by Mikroe that probably works well -> https://www.mikroe.com/1-wire-i2c-click


# 1.162 20-Jan-2025 maya

Add ncm(4) a driver for USB Network Control Model

Seen on my Google Pixel 8, which implements ncm instead of urndis.


# 1.161 04-Nov-2024 brad

Add a driver for the Maxim DS2482-100 and DS2482-800 I2C to 1-Wire
bridge.

This chip provides a I2C device that then has 1 or 8 1-Wire busses on
the other side. The 1-Wire buses show up as onewire(4) buses in the
NetBSD.

The chip can be used in situations where:

* You have a I2C bus extended a long distance, say with a LTC4311
active terminator / extender or one of the differential I2C
extenders and you would like to have a 1-Wire device on the far end
and it isn't possible to add wiring to get to the far end.

* You are either out of GPIO pins or the GPIO pins are not reliable
enough to use gpioow(4), but you do have working I2C.

The DS2482 does all of the 1-Wire signals in hardware and provides for
a couple of pullup options for the 1-Wire devices.

All of the functions of the DS2482-100 and -800 are supported except
for overdrive speed support. To do this will likely require some API
changes to onewire(4).

Breakout boards exist for the DS2482 for both variants, but they
appear to be more expensive than expected. The chip itself is quiet
cheap and wasn't all that hard to SMD solder to a board. No other
components are really needed.

There are other members in the same family, the DS2482-101, DS2484 and
DS2485. The DS2482-101 has a sleep pin, but from the datasheet
appears to program the same as the -100 variant. The DS2484 has a
slightly different way to set configuration information and probably
won't quite work with the driver, but isn't far off. The DS2485 is
very different and would require a new driver to function.


# 1.160 18-Jul-2024 rin

modules: Build `ipl` module only if MKIPFILTER is enabled


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.159 27-Aug-2023 kardel

branches: 1.159.2;
make owtemp a module


# 1.158 20-Dec-2022 jakllsch

add compat_100 module setlist entries


Revision tags: netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.157 03-Dec-2022 brad

branches: 1.157.2;


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


# 1.156 21-Nov-2022 brad

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.


# 1.155 17-Nov-2022 brad

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.


# 1.154 04-Jun-2022 pgoyette

Add sets-lists entries for the new combined midi_seq module


# 1.153 14-Apr-2022 pgoyette

Add the new scsi_subr module to sets lists.


# 1.152 01-Apr-2022 pgoyette

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


# 1.151 01-Apr-2022 pgoyette

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.


# 1.150 07-Dec-2021 brad

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.


# 1.149 06-Nov-2021 brad

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.


# 1.148 14-Oct-2021 brad

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.


# 1.147 03-Oct-2021 brad

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.


# 1.146 11-Sep-2021 pgoyette

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


# 1.145 17-Aug-2021 christos

modules for if_wg, blake2s, libsodium


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1
# 1.144 17-May-2021 yamaguchi

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

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


Revision tags: cjep_staticlib_x-base thorpej-futex-base
# 1.143 25-Mar-2021 nia

branches: 1.143.2;
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.


# 1.142 26-Sep-2020 jmcneill

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


# 1.141 08-Sep-2020 martin

Remove if_iavf


# 1.140 08-Sep-2020 martin

Add if_iavf


# 1.139 27-Aug-2020 riastradh

Sort and deduplicate set lists.


# 1.138 27-Jun-2020 rin

Remove stale comments.


# 1.137 23-Apr-2020 uki

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


Revision tags: phil-wifi-20200421 phil-wifi-20200411 phil-wifi-20200406
# 1.136 04-Apr-2020 christos

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.


# 1.135 04-Apr-2020 jdolecek

remove SMBFS and nsmb/netsmb - userland part


Revision tags: is-mlppp-base
# 1.134 29-Feb-2020 skrll

if_ixl is MD


# 1.133 27-Feb-2020 yamaguchi

Make ixl(4) be able to build as a module


# 1.132 11-Feb-2020 uki

PR misc/46937: add modules package, from Lloyd Parkes.


# 1.131 21-Jan-2020 pgoyette

Split the compat_50 module into two, separating the QUOTA-related
stuff from the rest of the module. This allows loading of the
(main) compat_50 module on kernels that don't include ``options
QUOTA''.

Welcome to 9.99.40 !

Addresses PR kern/54875


# 1.130 19-Jan-2020 thorpej

Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.


# 1.129 10-Dec-2019 yamaguchi

Ported driver for Intel Ethernet 700 series

reviewed by msaitoh and knakahara


# 1.128 04-Dec-2019 jmcneill

Move dtrace_syscall_linux out of mi set list


Revision tags: phil-wifi-20191119
# 1.127 28-Oct-2019 maya

Disable filemon.

It isn't suited for general use (that is, it poses security risks),
but the existence of the module means it is auto-loaded when /dev/filemon
is opened, which can be done by any user.

Thanks Ilja van Sprundel for the heads up.


# 1.126 22-Sep-2019 christos

Add a new member to struct vfsstat and grow the unused members
The new member is caled f_mntfromlabel and it is the dkw_wname
of the corresponding wedge. This is now used by df -W to display
the mountpoint name as NAME=


# 1.125 17-Sep-2019 mrg

enable building modules for if_aue(4), if_cdce(4), if_cue(4),
if_kue(4), if_upl(4), if_url(4), and if_urndis(4)


# 1.124 08-Aug-2019 skrll

Build an if_udav module (untested)


# 1.123 31-Jul-2019 mrg

introduce a library of common code / backends to share code between
USB ethernet drivers.

usbnet.h introduces a new set of APIs to provide common solutions
for these driver features:
- USB endpoint pipe handling
- rx and tx chain handling
- generic handlers or support for several struct ifnet callbacks
- MII bus locking
- interrupt handling
- partial autoconf handling: much of attach, and detach/activate
can use common versions directly.

currently, only axen(4) and cdce(4) are converted. the reductions
in these drivers are quite significant: if_cdce.c is reduced from
1000 lines to 320 lines, and if_axen is reduced from 1902 lines
to 1021 lines.

add a "usbnet" module and make the if_axen module depend upon it.


Revision tags: netbsd-9-base
# 1.122 20-Jun-2019 pgoyette

branches: 1.122.2;
Update sets lists for new ufs module


Revision tags: phil-wifi-20190609
# 1.121 26-Mar-2019 pgoyette

Now that the if_srt module has a chance of working (ie, it now
actually attaches/detaches the cdevsw!), add the required srt
module to allow module autoload triggered by opening /dev/srtN

XXX As noted in the recent commit to if_srt.c, someone(tm) needs
XXX to create the /dev/srt* device nodes with major 179. :)


# 1.120 24-Mar-2019 pgoyette

Add a loadable module for tap(4).

The code was already modularized, we simply didn't build the loadable
module.

Note also that since the tap(4) device can be reasonably accessed by
either creating a device instance (using ifconfig(8)) or by opening
/dev/tap, we need to create both if_tap.kmod and tap.kmod (similar to
what is done with tun(4)).


# 1.119 06-Feb-2019 rin

Add ure(4): RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device.
Ported from OpenBSD. Support for RX/TX checksum offload added by myself.


# 1.118 27-Jan-2019 pgoyette

Merge the [pgoyette-compat] branch


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.117 25-Aug-2018 rin

Add mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of
Raspberry Pi 3 B+, from OpenBSD.

Tested on Raspberry Pi 3 B+ (LAN7800) and Z-TEK ZE582 (LAN7500).

* BUGS/TODO

- If the media type is set to something other than 1000baseT-FDX, data
transmission becomes quite unstable. Also, ukphy(4) recognize 1000baseT as
a supported media type, but it is not in fact.

- Catch up with changes made to usmsc(4) in nick-nhusb branch, i.e.,
make the driver MP-safe.

- Support RX/VLAN/TX chekcsum offloading.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521
# 1.116 20-May-2018 thorpej

branches: 1.116.2;
Add a 1PPS-over-GPIO driver, originally by Brad Spencer, with changes by
me to adapt to the new GPIO interrupt interface and support a wider variety
of GPIO pin configuations.

PR kern/51676


# 1.115 19-May-2018 thorpej

Add an example "gpioirq" driver that demonstrates interrupts on GPIO
pins. Will be enhanced in the future to support sending events to
user space on edge-triggered interrupt events.

Based on initial work by Brad Spencer.
PR kern/51676


Revision tags: pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.114 09-Jan-2018 christos

branches: 1.114.2;
Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet


# 1.113 29-Dec-2017 christos

add new drivers, sort.


# 1.112 09-Dec-2017 pgoyette

Split ip_ecn code into its own module, so it can be shared between
gif(4), stf(4), and ipsec(4). Without this, loading the if_gif
module can result in redefined global symbols if either ipsec(4) or
stf(4) but not gif(4) is built into the kernel.

Fixes PR kern/52795 (as reported by martin@ via irc).

XXX pullup to netbsd-8


Revision tags: perseant-stdc-iso10646-base
# 1.111 11-Jun-2017 pgoyette

Add new wsbell(4) module to the sets list.


Revision tags: matt-nb8-mediatek-base netbsd-8-base
# 1.110 01-Jun-2017 pgoyette

branches: 1.110.2;
Update sets lists for new modules


Revision tags: prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.109 19-Apr-2017 riastradh

Modularize ualea(4).

Unclear why we have a separate xyz.ioconf for module and XYZ.ioconf
for rump component, but at least xyz_modcmd obviates the need for
xyz_component.c (though evidently the latter could have been replaced
anyway by RUMP_COMPONENT=ioconf in the rump component Makefile).


Revision tags: pgoyette-localcount-20170320
# 1.108 16-Feb-2017 knakahara

add l2tp(4) L2TPv3 interface.

originally implemented by IIJ SEIL team.


Revision tags: bouyer-socketcan-base pgoyette-localcount-20170107
# 1.107 04-Jan-2017 christos

branches: 1.107.2;
PR/51773: Yorick Hardy: drvctl module is not part of lvm


# 1.106 15-Dec-2016 kre

More sets list sorting (maybe this time they're really all done)


# 1.105 15-Dec-2016 pgoyette

Restore the obsolete entries for spkr_synth, and mark the new spkr
module as not-obsolete.


# 1.104 15-Dec-2016 pgoyette

Update for the new "universal" spkr module.

Note that entries in the md.i386 and md.amd64 lists are actually deleted
(rather than being marked "obsolete" as directed in the comments). This
is OK, since there is now a new module in the mi list to replace them.


# 1.103 15-Dec-2016 christos

delete spkr_synth


# 1.102 10-Dec-2016 pgoyette

Create a new module for the synthesized speaker(4).

XXX Device module autoload (invoked when the /dev/speaker is opened, and
XXX no driver exists) will not find this module. On i386 and amd64, the
XXX autoload will find the spkr module (spkr0 at pcppi0) and that module
XXX will be autoloaded. For other architectures, either include the
XXX "spkr0 at audio0" in your config file, or manually load this new
XXX spkr_synth module using modload(8).


# 1.101 16-Nov-2016 pgoyette

Update sets lists for new bufq_* modules


Revision tags: pgoyette-localcount-20161104
# 1.100 02-Nov-2016 pgoyette

Update sets lists for new ptrace{,_common} modules


# 1.99 27-Sep-2016 pgoyette

Missed the mlx_pci module in previous commit (to disable)


# 1.98 27-Sep-2016 pgoyette

For now, disable all the newly-created ld(4) related modules. We need
to come up with a better way to handle attachment-specific modules, and
possibly a better directory structure for modules in general, as the
current mechanism doesn't scale.


# 1.97 27-Sep-2016 pgoyette

Update sets lists for all the new modules (for l4(4) and its attachments)


# 1.96 17-Sep-2016 pgoyette

Fix sets lists for nvme module. Since it is being built only for the
i386 and amd64 platforms, the entries belong in the md.xxx lists, not
in the mi list.


# 1.95 16-Sep-2016 pgoyette

Add the new nvme module to the sets lists.


Revision tags: localcount-20160914
# 1.94 10-Sep-2016 pgoyette

Update sets for new dummy "tun" module.


# 1.93 07-Aug-2016 christos

Sets for new modules


# 1.92 06-Aug-2016 pgoyette

Modularize the pppoe driver


# 1.91 06-Aug-2016 pgoyette

Modularize the sppp_subr stuff so it can be shared by pppoe and lmc
drivers as they get modularized.


# 1.90 06-Aug-2016 christos

sets for slip and strip


# 1.89 06-Aug-2016 christos

rename the ppp module so that it autoloads.


# 1.88 06-Aug-2016 pgoyette

Modularize the ppp driver, and adjust dependencies of the compressor
modules.

For now, this is still included as a built-in module in GENERIC kernels.


Revision tags: pgoyette-localcount-20160806
# 1.87 04-Aug-2016 pgoyette

Update sets lists for new slcompress module


Revision tags: pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.86 09-Jun-2016 pgoyette

branches: 1.86.2;
Update sets lists for new ipl (aka ipfilter) module.


# 1.85 08-Jun-2016 pgoyette

Re-sort


# 1.84 07-Jun-2016 pgoyette

Update sets for new i2c_bitbang and bpf_filter modules.


# 1.83 26-Dec-2015 pgoyette

Descend into new raid module, and update sets lists.


# 1.82 07-Dec-2015 pgoyette

Modularize drvctl(4)


# 1.81 07-Dec-2015 pgoyette

Modularize the clockctl pseudo-device and link to the build.


# 1.80 03-Dec-2015 pgoyette

Update sets list for merge of compat_sysv --> sysv_ipc


# 1.79 15-Nov-2015 pgoyette

Add the newly-created wapbl module to the sets list.


# 1.78 13-May-2015 pgoyette

Update sets lists for new sysv_ipc module


# 1.77 11-May-2015 pgoyette

Additional commentary for where other duplicate entries might need to
be made (amd64-xen, i386-xen, and i386-xen-pae).


# 1.76 10-May-2015 pgoyette

Update sets lists for new compat_sysv module.


# 1.75 23-Apr-2015 pgoyette

Update sets lists for new sysmon modules


# 1.74 18-Apr-2015 pgoyette

Update sets lists for new swwdog module


# 1.73 09-Mar-2015 riastradh

Add missing entries for dtrace modules to set lists.


# 1.72 08-Mar-2015 christos

add dtrace_lockstat


# 1.71 07-Mar-2015 jmcneill

i2c devices don't actually have a dependency on "iic" (the bus driver)
but on "i2cexec". Create an i2cexec module (i2c_exec.c) to mirror the
dependencies in files.i2c and switch device drivers to depend on "i2cexec"
module instead.

A kernel with a USB stack and no I2C controller / bus attachment would spit
out a bunch of "WARNING: module error: can't find builtin dependency `iic'"
messages at boot. This change solves that problem.


# 1.70 18-Sep-2014 wiz

Per the wiki roadmap, rename the three dtrace modules to have
a "dtrace_" prefix.
amd64 build tested, other set list changes done the same way.


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.69 18-May-2014 jakllsch

branches: 1.69.2;
add hythygtemp module to set lists


# 1.68 15-May-2014 apb

sort


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.67 01-Jan-2014 pgoyette

branches: 1.67.2;
Re-sort, and update md.evbppc for new crypto modules


# 1.66 01-Jan-2014 pgoyette

Add new modules for opencrypto


# 1.65 01-Jan-2014 pgoyette

Add new crypto algorithm modules to sets list


# 1.64 29-Dec-2013 pgoyette

Add new zlib module


# 1.63 28-Dec-2013 pgoyette

Add entries for new ccd module


# 1.62 28-Dec-2013 pgoyette

Update sets lists for new modules.


# 1.61 17-Dec-2013 njoly

Do not remove luacore entries, mark them as obsolete instead.


# 1.60 16-Dec-2013 lneto

renamed luacore to luasystm


# 1.59 18-Nov-2013 bad

ubsec is not a MI buildable module. disable it for now.


# 1.58 17-Nov-2013 bad

Make ubsec(4) loadable as kmod.


# 1.57 16-Nov-2013 skrll

Build a module for usmsc(4).


# 1.56 28-Oct-2013 mbalmer

linke pmf(9l) to the build


# 1.55 28-Oct-2013 mbalmer

link core(9l) (docs pending) to the build


# 1.54 28-Oct-2013 mbalmer

link the lua(4) module to the build


# 1.53 26-Oct-2013 nonaka

Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.


# 1.52 11-Aug-2013 joerg

Sort entries in strcmp order.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 1.51 11-Mar-2013 christos

more npf sets lossage.


Revision tags: yamt-pagecache-base8
# 1.50 18-Dec-2012 tron

Add entries for "cylic" and "profile" modules which are part of DTrace.


Revision tags: yamt-pagecache-base7
# 1.49 10-Dec-2012 rmind

Add NPF "rndblock" extension to randomly drop packets (using a random function
with a percentage or modulo operation). This is a demo module, although it can
be used for packet loss simulation. Example of a procedure in npf.conf:

procedure "somedrop" {
# Drop 1.9% of the traffic
rndblock: percentage 1.9
}


Revision tags: yamt-pagecache-base6
# 1.48 16-Sep-2012 rmind

Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into their own
extensions. More improvements to come.


# 1.47 06-Aug-2012 martin

branches: 1.47.2;
The hdaudio and hdafg modules are not MI (they at least require PCI)


# 1.46 05-Aug-2012 riastradh

Build hdaudio and hdafg modules.


# 1.45 04-Aug-2012 pgoyette

Add distrib entries for new uatp module.

Hello, riastradh!


Revision tags: yamt-pagecache-base5
# 1.44 26-Apr-2012 christos

add vcoda module


# 1.43 25-Apr-2012 pgoyette

Actually create the if_axe module - driver was modularized a while ago.


# 1.42 25-Apr-2012 pgoyette

Actually create the dbcool(4) module. Driver was modularized a while ago.


# 1.41 25-Apr-2012 pgoyette

Create the module for sdtemp (driver itself was modularized some time ago)


Revision tags: yamt-pagecache-base4
# 1.40 10-Mar-2012 joerg

P1003_1B_SEMAPHORE is no longer optional.


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-0-5-RELEASE netbsd-6-0-4-RELEASE netbsd-6-0-3-RELEASE netbsd-6-0-2-RELEASE netbsd-6-0-1-RELEASE matt-nb6-plus-nbase netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 netbsd-6-base
# 1.39 05-Dec-2011 jym

branches: 1.39.2;
Set list fix...


# 1.38 24-Nov-2011 ahoka

add chfs.kmod


# 1.37 15-Nov-2011 riz

Build and install new in-kernel iscsi initiator kernel module and associated
binaries (iscsid, iscsictl) if MKISCSI != no. Initiator can also be built
into a kernel by adding 'pseudo-device iscsi' in kernel configuration.


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2
# 1.36 06-Nov-2011 tron

Add entries for "npf_alg_icmp" kernel module.


# 1.35 06-Nov-2011 tron

Add "npf" kernel module.


Revision tags: yamt-pagecache-base
# 1.34 02-Oct-2011 mbalmer

branches: 1.34.2;
Build iic(4) and gpioiic(4) as modules.


# 1.33 29-Sep-2011 sjg

Add filemon to the modules we build.


# 1.32 31-Aug-2011 mbalmer

Link the gpioow(4) and onewire(4) modules to the build and add them to the
lists.


# 1.31 12-Aug-2011 mbalmer

gpio(4) and gpiosim(4) can now be built and used as modules. While here,
make some functions static.


# 1.30 11-Aug-2011 mbalmer

pwdog is not mi, but it only in the lists we build it for.


# 1.29 11-Aug-2011 mbalmer

Fix a typo.


# 1.28 11-Aug-2011 mbalmer

Add the pwdog module to md.evbppc as well and take a note in mi that
module have to be added in md.evbppc as well (and why that is so).


# 1.27 11-Aug-2011 mbalmer

pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.


# 1.26 09-Aug-2011 jmcneill

add dtv_math module


# 1.25 01-Aug-2011 pgoyette

Ooopppsss - there were some other modules here that should not have been
committed. Remove them.


# 1.24 01-Aug-2011 pgoyette

Add new spdmem(4) module


# 1.23 19-Jul-2011 tron

Add "v7fs" kernel module.


# 1.22 09-Jul-2011 jmcneill

build dtv module


Revision tags: cherry-xenmp-base bouyer-quota2-nbase
# 1.21 26-Feb-2011 ahoka

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards


Revision tags: bouyer-quota2-base matt-mips64-premerge-20101231
# 1.20 29-Dec-2010 jmcneill

branches: 1.20.2;
some platforms don't have bus_dma, so only build these modules on x86


# 1.19 27-Dec-2010 jmcneill

hook xc5k, au8522, and auvitek into build


# 1.18 19-Oct-2010 pgoyette

Build the new swsensor(4) device and add to set lists


# 1.17 30-May-2010 pgoyette

Extract MIIVERBOSE into a kernel module. The module can be builtin
by defining 'options MIIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.


# 1.16 30-May-2010 pgoyette

Extract SCSIVERBOSE into a kernel module. The module can be builtin
by defining 'options SCSIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not SCSI or
atapi support exists.


# 1.15 29-May-2010 pgoyette

Extract USBVERBOSE into a kernel module. The module can be builtin
by defining 'options USBVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not USB support
exists.


# 1.14 24-May-2010 pgoyette

Extract the vendor/product tables and related access routines into a
separate kernel module. Update pci bus attach routine to load the
module (if available) when we're about to start scanning the bus, and
unload the module after the scan is finished.

On architectures which support loading of modules by the boot loader,
the 'pciverbose' module can be loaded and executed without needing to
rebuild the kernel. On all architectures, using 'options PCIVERBOSE'
in the kernel configuration file will create a 'builtin' module which
is functionally equivalent to previous behavior.

XXX Although not nearly as large as the vendor and product tables,
XXX the PCI class and subclass tables might also be offloaded into
XXX the module at a future time.

XXX Cardbus (and possibly other) drivers should also be modified to
XXX load the module before scanning/attaching devices.


# 1.13 12-Apr-2010 ahoka

Add pf to the module set list.


# 1.12 12-Mar-2010 darran

DTrace: Add the Function Boundary Trace (FBT) provider moduile. This
module instruments every function in the kernel with entry and exit
probes. These probes are true zero-effect probes in that they don't
exist in the code until they are enabled. The probes are enabled by
directly patching the function entry and exit points to make jumps into
the dtrace framework.
This gives us over 29,000 trace points in the kernel.


# 1.11 03-Mar-2010 tron

"dtrace,zfs" means "MKDTRACE=yes" *and* "MKZFS=yes" which is not what
we want. Invent a flag "solaris" which is the or of those two flags.


# 1.10 03-Mar-2010 tron

The directory "modules/solaris" depends on ZFS as well.


# 1.9 03-Mar-2010 tron

The "solaris" kernel module also gets build if ZFS is enabled.


# 1.8 01-Mar-2010 darran

DTrace: Add an SDT (Statically Defined Tracing) provider framework, and
implement most of the proc provider. Adds proc:::create, exec,
exec_success, exec_faillure, signal_send, signal_discard, signal_handle,
lwp_create, lwp_start, lwp_exit.


# 1.7 21-Feb-2010 darran

Add DTrace to sets.


# 1.6 25-Jan-2010 pooka

add bpf kmod


Revision tags: matt-premerge-20091211
# 1.5 05-Dec-2009 pooka

Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.


# 1.4 05-Oct-2009 haad

Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.


# 1.3 02-Oct-2009 elad

First part of secmodel cleanup and other misc. changes:

- Separate the suser part of the bsd44 secmodel into its own secmodel
and directory, pending even more cleanups. For revision history
purposes, the original location of the files was

src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
src/sys/secmodel/bsd44/suser.h

- Add a man-page for secmodel_suser(9) and update the one for
secmodel_bsd44(9).

- Add a "secmodel" module class and use it. Userland program and
documentation updated.

- Manage secmodel count (nsecmodels) through the module framework.
This eliminates the need for secmodel_{,de}register() calls in
secmodel code.

- Prepare for secmodel modularization by adding relevant module bits.
The secmodels don't allow auto unload. The bsd44 secmodel depends
on the suser and securelevel secmodels. The overlay secmodel depends
on the bsd44 secmodel. As the module class is only cosmetic, and to
prevent ambiguity, the bsd44 and overlay secmodels are prefixed with
"secmodel_".

- Adapt the overlay secmodel to recent changes (mainly vnode scope).

- Stop using link-sets for the sysctl node(s) creation.

- Keep sysctl variables under nodes of their relevant secmodels. In
other words, don't create duplicates for the suser/securelevel
secmodels under the bsd44 secmodel, as the latter is merely used
for "grouping".

- For the suser and securelevel secmodels, "advertise presence" in
relevant sysctl nodes (sysctl.security.models.{suser,securelevel}).

- Get rid of the LKM preprocessor stuff.

- As secmodels are now modules, there's no need for an explicit call
to secmodel_start(); it's handled by the module framework. That
said, the module framework was adjusted to properly load secmodels
early during system startup.

- Adapt rump to changes: Instead of using empty stubs for securelevel,
simply use the suser secmodel. Also replace secmodel_start() with a
call to secmodel_suser_start().

- 5.99.20.

Testing was done on i386 ("release" build). Spearated module_init()
changes were tested on sparc and sparc64 as well by martin@ (thanks!).

Mailing list reference:

http://mail-index.netbsd.org/tech-kern/2009/09/25/msg006135.html


# 1.2 11-Sep-2009 mrg

add ./etc/mtree/set.modules so that modules.tgz is created with
actual files in it, rather than a 20 byte .gz file (ie, empty file.)


HI JNEMETH!


# 1.1 07-Sep-2009 jnemeth

Create a modules.tgz set and move kernel modules into it.