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


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Jan 23 19:02:43 2025 UTC (2 days, 13 hours ago) by brad
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -1 lines


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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jan 20 13:54:54 2025 UTC (5 days, 18 hours ago) by maya
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
Add ncm(4) a driver for USB Network Control Model

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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Nov 5 07:58:44 2024 UTC (2 months, 3 weeks ago) by martin
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
typo

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 5 06:42:00 2024 UTC (2 months, 3 weeks ago) by martin
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1 lines
Add new ds2482ow module debug info

Revision 1.23.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 20 16:03:23 2024 UTC (6 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +3 -3 lines
Pull up following revision(s) (requested by rin in ticket #765):

	sys/modules/Makefile: revision 1.291
	distrib/sets/lists/modules/mi: revision 1.160
	distrib/sets/lists/debug/module.mi: revision 1.27

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jul 18 04:28:54 2024 UTC (6 months, 1 week ago) by rin
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
modules: Build `ipl` module only if MKIPFILTER is enabled

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jul 11 20:41:08 2024 UTC (6 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
distrib/sets/lists: Add a blank comment line between RCS id and body.

This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.

No functional change intended.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Aug 27 13:20:09 2023 UTC (17 months ago) by kardel
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
make owtemp a module

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Dec 20 00:31:55 2022 UTC (2 years, 1 month ago) by jakllsch
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
add compat_100 module setlist entries

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Dec 3 01:04:43 2022 UTC (2 years, 1 month ago) by brad
Branches: 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
Branch point for: netbsd-10
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1 lines


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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 21 21:24:01 2022 UTC (2 years, 2 months ago) by brad
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines


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 - view: text, markup, annotated - select for diffs
Thu Nov 17 19:20:06 2022 UTC (2 years, 2 months ago) by brad
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -1 lines


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 - view: text, markup, annotated - select for diffs
Sat Jun 4 03:32:04 2022 UTC (2 years, 7 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
Add sets-lists entries for the new combined midi_seq module

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Apr 14 16:51:57 2022 UTC (2 years, 9 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Add the new scsi_subr module to sets lists.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 1 21:09:24 2022 UTC (2 years, 9 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Apr 1 15:49:11 2022 UTC (2 years, 9 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue Dec 7 17:39:53 2021 UTC (3 years, 1 month ago) by brad
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1 lines


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 - view: text, markup, annotated - select for diffs
Sat Nov 6 13:34:40 2021 UTC (3 years, 2 months ago) by brad
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines


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 - view: text, markup, annotated - select for diffs
Thu Oct 14 13:54:46 2021 UTC (3 years, 3 months ago) by brad
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines


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 - view: text, markup, annotated - select for diffs
Mon Oct 4 07:04:39 2021 UTC (3 years, 3 months ago) by brad
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines


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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 11 16:10:37 2021 UTC (3 years, 4 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Aug 19 05:09:24 2021 UTC (3 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
don't mark sodium as solaris

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 17 17:31:58 2021 UTC (3 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1 lines
modules for if_wg, blake2s, libsodium

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Mon May 31 22:06:54 2021 UTC (3 years, 7 months ago) by cjep
Branches: cjep_staticlib_x
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +3 -1 lines
sync with head

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 17 04:07:42 2021 UTC (3 years, 8 months ago) by yamaguchi
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Apr 3 22:43:40 2021 UTC (3 years, 9 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +3 -1 lines
Sync with HEAD.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 25 21:37:10 2021 UTC (3 years, 10 months ago) by nia
Branches: MAIN
CVS tags: thorpej-futex-base, cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Move pad module to MI debug set lists

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Oct 18 10:10:18 2020 UTC (4 years, 3 months ago) by rin
Branches: MAIN
Branch point for: thorpej-futex
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
Fix build for mips; move from mi to module.mi debug symbols for
test cases only available when MKKMOD=yes.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Sep 26 17:49:50 2020 UTC (4 years, 4 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri May 1 22:21:11 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +411 -1 lines
Add module debug sets

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 1 17:14:28 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -6 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 10 21:42:30 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +3 -1 lines
Sync with HEAD

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 6 12:34:30 2019 UTC (5 years, 9 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-4-RELEASE, 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Register t_ufetchstore.debug in distrib files

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 23 11:23:07 2019 UTC (5 years, 11 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
add missing debug file for kcov.

Revision 1.1.6.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:24:39 2013 UTC (11 years, 11 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.1.6.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.6.1: +4 -0 lines
resync with head

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:04:21 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +4 -0 lines
sync with head

Revision 1.1.6.1
Wed Jan 16 16:01:08 2013 UTC (12 years ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.1: +0 -4 lines
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 (12 years ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.1: +0 -4 lines
file module.mi was added on branch yamt-pagecache on 2013-01-23 00:04:21 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 16 16:01:08 2013 UTC (12 years ago) by christos
Branches: 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-3-RELEASE, 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
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

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>