History log of /freebsd/sys/modules/allwinner/Makefile (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

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

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


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0
# cbba9a7b 16-Apr-2020 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: aw_mmc: Make it possible to unload the module

While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automaticall

arm: allwinner: aw_mmc: Make it possible to unload the module

While here, add a makefile in sys/modules/allwinner so it is built.
Also add the PNP info so devmatch will load this module automatically.

MFC after: 1 month

show more ...


Revision tags: release/12.1.0, release/11.3.0
# 7648bc9f 13-May-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @347527

Sponsored by: The FreeBSD Foundation


# 16de4430 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: aw_pwm: compile it as module too

MFC after: 1 month


# 3de30075 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnp info to aw_rsb and compile it as module too

MFC after: 1 month


# 56c37d89 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnp info to if_awg and compile it as module too

While here make it depend on aw_sid as it's needed for mac generation.

MFC after: 1 month


# abc15d70 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnp info to aw_rtc and compile it as module too

MFC after: 1 month


# dbc8d8a2 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnp info to axp81x and compile it as module too

MFC after: 1 month


# f9b1c6a0 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnp info to aw_thermal and compile it as module too

MFC after: 1 month


# db0e5bf3 25-Apr-2019 Emmanuel Vadot <manu@FreeBSD.org>

arm: allwinner: Add pnpinfo for aw_sid and add module Makefile

MFC after: 1 month


Revision tags: release/12.0.0, release/11.2.0
# de80d00f 17-May-2018 Emmanuel Vadot <manu@FreeBSD.org>

alwinner: Add missing files in r333708