NetBSD/sys/modules/iic
pgoyette 7694d68911 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.
2022-04-01 15:49:11 +00:00
..
Makefile Split i2c_subr.c into a separate module rather than including it in 2022-04-01 15:49:11 +00:00
iic.ioconf