[Midnightbsd-cvs] [MidnightBSD/src] aeab5d: pchtherm/intelspi: Remove unused devclass argument...

Val Packett noreply at github.com
Sun Jan 18 15:03:05 EST 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: aeab5d247c06a89b645c74a9f0d5308f2967ac36
      https://github.com/MidnightBSD/src/commit/aeab5d247c06a89b645c74a9f0d5308f2967ac36
  Author: John Baldwin <jhb at FreeBSD.org>
  Date:   2026-01-18 (Sun, 18 Jan 2026)

  Changed paths:
    M sys/dev/intel/pchtherm.c
    M sys/dev/intel/spi.c

  Log Message:
  -----------
  pchtherm/intelspi: Remove unused devclass arguments to DRIVER_MODULE.


  Commit: 93d0b56ba145b8a805ba636fcd2f89efd96eec89
      https://github.com/MidnightBSD/src/commit/93d0b56ba145b8a805ba636fcd2f89efd96eec89
  Author: Val Packett <val at packett.cool>
  Date:   2026-01-18 (Sun, 18 Jan 2026)

  Changed paths:
    M sys/conf/files.x86
    M sys/dev/intel/spi.c
    A sys/dev/intel/spi.h
    A sys/dev/intel/spi_acpi.c
    A sys/dev/intel/spi_pci.c
    M sys/modules/intelspi/Makefile

  Log Message:
  -----------
  intelspi: add PCI attachment (Lynx/Wildcat/Sunrise Point)

Also adds fixups and cleanups:

- apply the child's mode/speed
- implement suspend/resume support
- use RF_SHAREABLE interrupts
- use bus_delayed_attach_children since the transfer can use interrupts
- add support for newly added spibus features (cs_delay and flags)

Operation tested on Broadwell (Wildcat Point) MacBookPro12,1.
Attachment also tested on Kaby Lake (Sunrise Point) Pixelbook.


Compare: https://github.com/MidnightBSD/src/compare/96b5165bf068...93d0b56ba145

To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list