Files
src/stand
John Baldwin ee15875c01 stand/kshim: Update for devclass being removed from DRIVER_MODULE
The kshim code abused the devclass argument to DRIVER_MODULE in some
odd ways.  Instead, refactor the devclass handling to more closely
mirror what new-bus does in the kernel by having a linked list of
devclasses looked up by name and associate devices with a devclass.

Devices are now only associated with a module while probing and
attaching.

Reviewed by:	imp, markj
Differential Revision:	https://reviews.freebsd.org/D48409
2025-01-10 23:03:32 -05:00
..
2024-12-04 17:19:18 -07:00
2025-01-09 08:13:43 +01:00
2024-11-12 12:11:51 -05:00
2023-11-07 09:57:32 -05:00
2023-08-16 11:55:03 -06:00
2023-08-16 11:55:03 -06:00
2024-11-12 22:01:24 -07:00