History log of /freebsd-current/sys/modules/i2c/iicbb/Makefile
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 4cc76d90 02-Jan-2022 Warner Losh <imp@FreeBSD.org>

iicbb: Always build ofw_bus_if.h

Always make ofw_bus_if.h. While it's only used when option FDT is in the
kernel, it can always be generated. In theory we could omit it if option
FDT isn't present, but none of the rest of sys/modules does that. That
fine-grained control likely won't be reliable w/o a redesign of the
kernel/module config system.

Sponsored by: Netflix


# 5bb3134a 07-Nov-2021 Konstantin Belousov <kib@FreeBSD.org>

Fix some modules to export more used symbols

and remove non-present symbols that are now reported by kmod_syms.awk.

Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32878


# 193d9e76 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 8da89403 28-Jul-2016 Ruslan Bukin <br@FreeBSD.org>

Build ofw_bus_if.h for modules for RISC-V.


# 3380918a 20-Jan-2016 Brooks Davis <brooks@FreeBSD.org>

MIPS also needs ofw_bus_if.h in some cases.


# 41a95585 21-Oct-2015 Ed Maste <emaste@FreeBSD.org>

Build ofw_bus_if.h for modules that need it on arm64


# b9c2f094 04-Apr-2015 Andreas Tobler <andreast@FreeBSD.org>

Fix build race on armv6* and powerpc*.
Tested with cross builds amd64 -> armv6(hf) and powerpc(64).

Suggested by: andrew@


# 650afa9b 25-Feb-2014 Li-Wen Hsu <lwhsu@FreeBSD.org>

Fix make depend.

Approved by: uqs


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# c17d4340 23-Mar-2002 Nicolas Souchu <nsouch@FreeBSD.org>

Major rework of the iicbus/smbus framework:

- VIA chipset SMBus controllers added
- alpm driver updated
- Support for dynamic modules added
- bktr FreeBSD smbus updated but not tested
- cleanup