aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/i2c/iicbb
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* iicbb: Always build ofw_bus_if.hWarner Losh2022-01-021-6/+1
| | | | | | | | | | 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
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
| | | | | | | | | 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
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Build ofw_bus_if.h for modules for RISC-V.Ruslan Bukin2016-07-281-1/+2
| | | | Notes: svn path=/head/; revision=303440
* MIPS also needs ofw_bus_if.h in some cases.Brooks Davis2016-01-201-1/+1
| | | | Notes: svn path=/head/; revision=294461
* Build ofw_bus_if.h for modules that need it on arm64Ed Maste2015-10-211-1/+2
| | | | Notes: svn path=/head/; revision=289710
* Fix build race on armv6* and powerpc*.Andreas Tobler2015-04-041-1/+4
| | | | | | | | | Tested with cross builds amd64 -> armv6(hf) and powerpc(64). Suggested by: andrew@ Notes: svn path=/head/; revision=281083
* Fix make depend.Li-Wen Hsu2014-02-261-1/+1
| | | | | | | Approved by: uqs Notes: svn path=/head/; revision=262522
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-0/+8
- VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup Notes: svn path=/head/; revision=93023