History log of /freebsd-14.2/sys/dev/asmc/asmc.c (Results 1 – 25 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0
# 9512710d 11-Jun-2024 Joshua Rogers <[email protected]>

asmc: Add support for MacbookPro11,4

Signed-off-by: Joshua Rogers <[email protected]>

MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1366

(cherry picked from commit 49

asmc: Add support for MacbookPro11,4

Signed-off-by: Joshua Rogers <[email protected]>

MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1366

(cherry picked from commit 49a5fe1a017fc179c79b74f409440e070511a0ab)

show more ...


Revision tags: release/14.1.0, release/13.3.0, release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <[email protected]>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <[email protected]>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0
# 2e9d05fd 08-Feb-2023 Adrian Chadd <[email protected]>

asmc: Add support for 10 byte light sensor payloads; MacBookAir6,1

The later macbook models use a different packet payload for the light
sensors:

* There's only one, done in the camera
* It's a 4 b

asmc: Add support for 10 byte light sensor payloads; MacBookAir6,1

The later macbook models use a different packet payload for the light
sensors:

* There's only one, done in the camera
* It's a 4 byte sensor value, not a 2 byte value
* It's in a 10 byte payload.

So, this adds support for that and flips it on for the MacbookAir6,2.

It also adds support for MacBookAir6,1 as that now works fine here.

Tested - MacBookAir6,1 and 6,2

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D38365

show more ...


# ffc58e2c 21-Jan-2023 Adrian Chadd <[email protected]>

asmc: Add MacbookAir6,2

Add in the zones for my MacbookAir6,2, a 2013 Macbook Air.

Tested - said Macbook Air 2013. Thermal Zones and keyboard backlight
control works fine.

Differential Revision:

asmc: Add MacbookAir6,2

Add in the zones for my MacbookAir6,2, a 2013 Macbook Air.

Tested - said Macbook Air 2013. Thermal Zones and keyboard backlight
control works fine.

Differential Revision: https://reviews.freebsd.org/D38073
Approved by: jrtc27

show more ...


# 638937d4 29-Dec-2022 Michael Gmelin <[email protected]>

asmc: Add support for MacBook5,5

This is a slightly refined version of a patch[0] by FreeBSD Forums
user "tmcclean".

[0]https://forums.freebsd.org/threads/success-installing-freebsd-13-0-on-macbook

asmc: Add support for MacBook5,5

This is a slightly refined version of a patch[0] by FreeBSD Forums
user "tmcclean".

[0]https://forums.freebsd.org/threads/success-installing-freebsd-13-0-on-macbook-pro-5-5.80458/

Reviewed by: adrian, emaste, imp
Differential Revision: https://reviews.freebsd.org/D37900
MFC after: 1 month

show more ...


Revision tags: release/12.4.0
# 3416f5cd 25-Jul-2022 ed crowe <[email protected]>

asmc: Add support for MacBookPro6,2

Modify asmc_sms_printintr() to be silent when the ambient light sensor
interrupt fires on this model, since the messages can otherwise fill up
the dmesg.

PR: 26

asmc: Add support for MacBookPro6,2

Modify asmc_sms_printintr() to be silent when the ambient light sensor
interrupt fires on this model, since the messages can otherwise fill up
the dmesg.

PR: 265005
Reviewed by: markj
MFC after: 2 weeks

show more ...


Revision tags: release/13.1.0
# 867864a2 09-May-2022 John Baldwin <[email protected]>

asmc: Remove unused devclass argument to DRIVER_MODULE.


# dc484aed 09-May-2022 Adam S <[email protected]>

asmc: Update Mac Pro 6 sensor definitions

- Make descriptions a bit more human-friendly.
- Don't attempt to probe fan safe speeds, this model does not provide
one.

PR: 260781
MFC after: 2 weeks


# 601abb30 04-May-2022 Trev <[email protected]>

asmc: Add support for Macmini 5,1 (2011) and 5,3 and 7,1 (2014) models

PR: 262456
MFC after: 2 weeks


# a31b0c0c 04-May-2022 Mark Johnston <[email protected]>

asmc: Style

MFC after: 2 weeks


# 79291c9b 04-May-2022 Daniel W. Delâtre <[email protected]>

asmc: Add support for MacBook Pro 9,1 (mid 2012)

PR: 261981
MFC after: 2 weeks


# 27d4c6f8 04-May-2022 Mark Johnston <[email protected]>

asmc: Make the model table const and local to asmc.c

No functional change intended.

MFC after: 2 weeks


# 7d5fef18 04-May-2022 Adam S <[email protected]>

asmc: Add support for MacPro 6,1 (2013)

PR: 260781
MFC after: 2 weeks


# 308340cc 04-May-2022 Mark Johnston <[email protected]>

asmc: Add support for MacBook Air 4,1 and 4,2 (2011)

PR: 218574
Submitted by: NapoleonWils0n <[email protected]>
Submitted by: John Hay <[email protected]>
MFC after: 2 weeks


# e02d0cab 10-Dec-2021 Mateusz Guzik <[email protected]>

asmc: plug set-but-not-unused vars

Sponsored by: Rubicon Communications, LLC ("Netgate")


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0
# 721b3402 01-Sep-2020 Mateusz Guzik <[email protected]>

asmc: clean up empty lines in .c and .h files


# 9c325393 27-Aug-2020 Mark Johnston <[email protected]>

asmc(4): Handle errors from asmc_key_read() properly.

asmc_key_read() returns only 0 and 1, some callers were checking
incorrectly for failure.

PR: 248939
Submitted by: Tong Zhang <ztong0001@gmail

asmc(4): Handle errors from asmc_key_read() properly.

asmc_key_read() returns only 0 and 1, some callers were checking
incorrectly for failure.

PR: 248939
Submitted by: Tong Zhang <[email protected]>
MFC after: 1 week

show more ...


# e4a14ce7 17-Aug-2020 Mark Johnston <[email protected]>

asmc(4): Add support for MacBook7,1.

PR: 248693
Submitted by: [email protected]
MFC after: 1 week


Revision tags: release/11.4.0
# 7029da5c 26-Feb-2020 Pawel Biernacki <[email protected]>

Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly mark

Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE. All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Approved by: kib (mentor, blanket)
Commented by: kib, gallatin, melifaro
Differential Revision: https://reviews.freebsd.org/D23718

show more ...


Revision tags: release/12.1.0, release/11.3.0
# 9e33968b 25-Feb-2019 David Bright <[email protected]>

asmc: Add support for Mac mini 2,1

PR: 235798
Submitted by: Trev <[email protected]>
Reported by: Trev <[email protected]>
MFC after: 1 week


# 9f0bfc51 06-Jan-2019 David Bright <[email protected]>

asmc: Add support for Mac mini 4,1 (Mid-2010)

MFC after: 1 week


# 98ae4866 04-Jan-2019 David Bright <[email protected]>

asmc: Patch to add MacBook Pro 9,2 support

PR: 211513
Submitted by: William Theesfeld Jr <[email protected]>
Reported by: William Theesfeld Jr <[email protected]>
MFC after: 1 week


# 39a8ee13 19-Dec-2018 David Bright <[email protected]>

asmc: Add support for MacPro1,1

PR: 203431
Submitted by: [email protected] & [email protected]
Reported by: [email protected]
MFC after: 1 week


# 71b475e7 17-Dec-2018 David Bright <[email protected]>

asmc: Add support for mid-2011 Macmini 5,2

PR: 225911
Submitted by: trev <[email protected]>
Reported by: trev <[email protected]>
MFC after: 1 week


123