The NetBSD Project

CVS log for src/distrib/sets/lists/debug/module.mi

[BACK] Up to [cvs.NetBSD.org] / src / distrib / sets / lists / debug

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Sun Aug 27 13:20:09 2023 UTC (7 months ago) by kardel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored) to selected 1.23 (colored)

make owtemp a module

Revision 1.24 / (download) - annotate - [select for diffs], Tue Dec 20 00:31:55 2022 UTC (15 months, 1 week ago) by jakllsch
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

add compat_100 module setlist entries

Revision 1.23 / (download) - annotate - [selected], Sat Dec 3 01:04:43 2022 UTC (15 months, 3 weeks ago) by brad
Branch: MAIN
CVS Tags: netbsd-10-base, 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
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored)



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

Revision 1.22 / (download) - annotate - [select for diffs], Mon Nov 21 21:24:01 2022 UTC (16 months, 1 week ago) by brad
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored) to selected 1.23 (colored)



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.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Nov 17 19:20:06 2022 UTC (16 months, 1 week ago) by brad
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored) to selected 1.23 (colored)



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.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 4 03:32:04 2022 UTC (21 months, 3 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored) to selected 1.23 (colored)

Add sets-lists entries for the new combined midi_seq module

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 14 16:51:57 2022 UTC (23 months, 2 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored) to selected 1.23 (colored)

Add the new scsi_subr module to sets lists.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Apr 1 21:09:24 2022 UTC (23 months, 4 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) to selected 1.23 (colored)

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

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 1 15:49:11 2022 UTC (23 months, 4 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored) to selected 1.23 (colored)

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.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Dec 7 17:39:53 2021 UTC (2 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored) to selected 1.23 (colored)



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.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 6 13:34:40 2021 UTC (2 years, 4 months ago) by brad
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.23 (colored)



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.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 14 13:54:46 2021 UTC (2 years, 5 months ago) by brad
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored) to selected 1.23 (colored)



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.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Oct 4 07:04:39 2021 UTC (2 years, 5 months ago) by brad
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored) to selected 1.23 (colored)



Sorry.. missed the debug module build in the previous commit.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Sep 11 16:10:37 2021 UTC (2 years, 6 months ago) by pgoyette
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.23 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 19 05:09:24 2021 UTC (2 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.23 (colored)

don't mark sodium as solaris

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 17 17:31:58 2021 UTC (2 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored) to selected 1.23 (colored)

modules for if_wg, blake2s, libsodium

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Mon May 31 22:06:54 2021 UTC (2 years, 9 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.23 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 17 04:07:42 2021 UTC (2 years, 10 months ago) by yamaguchi
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored) to selected 1.23 (colored)

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

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

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:43:40 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.23 (colored)

Sync with HEAD.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 25 21:37:10 2021 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: thorpej-futex-base, cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored) to selected 1.23 (colored)

Move pad module to MI debug set lists

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 18 10:10:18 2020 UTC (3 years, 5 months ago) by rin
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored) to selected 1.23 (colored)

Fix build for mips; move from mi to module.mi debug symbols for
test cases only available when MKKMOD=yes.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 26 17:49:50 2020 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.23 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 1 22:21:11 2020 UTC (3 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.4: +411 -1 lines
Diff to previous 1.4 (colored) to selected 1.23 (colored)

Add module debug sets

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 1 17:14:28 2020 UTC (3 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.3: +1 -6 lines
Diff to previous 1.3 (colored) to selected 1.23 (colored)

Move the rump module test programs in the regular mi file. These are not
really kernel modules and the other md module test is in the md.amd64 file
already.

Revision 1.1.36.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:42:30 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored) next main 1.2 (colored) to selected 1.23 (colored)

Sync with HEAD

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 6 12:34:30 2019 UTC (4 years, 11 months ago) by kamil
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.23 (colored)

Register t_ufetchstore.debug in distrib files

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 23 11:23:07 2019 UTC (5 years, 1 month ago) by mlelstv
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.23 (colored)

add missing debug file for kcov.

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:24:39 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.1.6.1: +4 -0 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.23 (colored)

resync with head

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Wed Jan 23 00:04:21 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.1.2.1: +4 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.23 (colored)

sync with head

Revision 1.1.6.1, Wed Jan 16 16:01:08 2013 UTC (11 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.1: +0 -4 lines
FILE REMOVED

file module.mi was added on branch tls-maxphys on 2013-02-25 00:24:39 +0000

Revision 1.1.2.1, Wed Jan 16 16:01:08 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +0 -4 lines
FILE REMOVED

file module.mi was added on branch yamt-pagecache on 2013-01-23 00:04:21 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 16 16:01:08 2013 UTC (11 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, khorben-n900, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys, phil-wifi
Diff to selected 1.23 (colored)

Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r--  1 root  src   35806068 Jan 16 10:47 base.tgz
-rw-r--r--  1 root  src   57374069 Jan 16 10:48 comp.tgz
-rw-r--r--  1 root  src  101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>