newbus: replace leftover device unit wildcardsReviewed by: imp, jhbApproved by: imp (mentor)Differential Revision: https://reviews.freebsd.org/D50913
Use bus_generic_detach instead of device_delete_children in detachWhile here, check for errors from bus_generic_detach and move it tothe start of detach if necessary.Differential Revision: https
Use bus_generic_detach instead of device_delete_children in detachWhile here, check for errors from bus_generic_detach and move it tothe start of detach if necessary.Differential Revision: https://reviews.freebsd.org/D47969
show more ...
Replace calls to bus_generic_attach with bus_attach_childrenReviewed by: impDifferential Revision: https://reviews.freebsd.org/D47675
Add atopcase, the Apple HID over SPI input driverThe driver provides support for Human Interface Devices (HID) onSerial Peripheral Interface (SPI) buses on Apple Intel Macsproduced in 2015-2018.
Add atopcase, the Apple HID over SPI input driverThe driver provides support for Human Interface Devices (HID) onSerial Peripheral Interface (SPI) buses on Apple Intel Macsproduced in 2015-2018.The driver appears to work more stable after installation of Darwin OSIin acpi(4) driver.To install Darwin OSI insert following lines into /boot/loader.conf:hw.acpi.install_interface="Darwin"hw.acpi.remove_interface="Windows 2009, Windows 2012"Reviewed by: wulfDifferential revision: https://reviews.freebsd.org/D39863