| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
| |
This is required for it to work correctly in the GENERIC kernel.
Notes:
svn path=/head/; revision=368029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=336096
|
| |
|
|
| |
Notes:
svn path=/head/; revision=336079
|
| |
|
|
| |
Notes:
svn path=/head/; revision=336070
|
| |
|
|
|
|
|
| |
Reported by: andreast@
Notes:
svn path=/head/; revision=331045
|
| |
|
|
|
|
|
|
| |
It can be compiled into the kernel with "device imx_spi" or loaded as a
module, which is also named "imx_spi".
Notes:
svn path=/head/; revision=329999
|
| |
|
|
|
|
|
|
|
|
| |
How many commits does it take to get a simple module makefile working?
Apparently at least three.
Pointy hat to: ian
Notes:
svn path=/head/; revision=329841
|
| |
|
|
|
|
|
| |
Reported by: andreast@
Notes:
svn path=/head/; revision=329730
|
|
|
This adds sys/modules/imx with a SUBDIR makefile to make the whole
collection of modules that are specific to these SoCs. Initially, that
"whole collection" consists of the if_ffec and imx_i2c drivers.
The if_ffec driver is referenced in its existing home in ../ffec rather
than moving it into the imx directory, because it's used by powerpc too,
but it is no longer built for all armv6/7 systems.
The imx_i2c driver is newly added as a module.
Notes:
svn path=/head/; revision=329507
|