Changes between Initial Version and Version 1 of Ticket #18333, comment 12


Ignore:
Timestamp:
Apr 10, 2023, 9:34:10 PM (13 months ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18333, comment 12

    initial v1  
    66Foreign ported drivers such as FreeBSD should not take any effect on Haiku decision making. Haiku is not FreeBSD, please do not make FreeBSD from Haiku. It should be possible to automatically generate resource definitions from ported FreeBSD drivers.
    77
    8 >  Most drivers likely will want to re-probe the device anyway as it may be somehow categorized into a "family" within driver structures, they may not be able to just take the device manager's probe result directly and start attaching.
     8> Most drivers likely will want to re-probe the device anyway as it may be somehow categorized into a "family" within driver structures, they may not be able to just take the device manager's probe result directly and start attaching.
    99
    1010Why? Probe code can be fully removed if resource matching is enough. Only code that can't be represented with resource attribute matching should be kept, for example probing that need to actually access hardware.