Re: git: 81ad4dba9475 - main - audio/oss: Remove devclass from DRIVER_MODULE on recent main.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 29 Aug 2022 16:28:54 UTC
On 8/29/22 5:26 AM, Dima Panov wrote:
> Moin!
> 
> On 22.08.2022 21:15, John Baldwin wrote:
>> The branch main has been updated by jhb (doc, src committer):
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=81ad4dba9475afeab3f602d2e27ccdb7b215364e
>>
>> commit 81ad4dba9475afeab3f602d2e27ccdb7b215364e
>> Author:     John Baldwin <jhb@FreeBSD.org>
>> AuthorDate: 2022-08-22 18:15:07 +0000
>> Commit:     John Baldwin <jhb@FreeBSD.org>
>> CommitDate: 2022-08-22 18:15:07 +0000
>>
>>       audio/oss: Remove devclass from DRIVER_MODULE on recent main.
>>       
>>       Differential Revision:  https://reviews.freebsd.org/D35957
> 
> 
> Isn't 13.1+ is affected too?

No.  I don't plan to remove the compat shims that accept the devclass
argument from stable/13.  It will always support both the old and
new macros.  Only 14+ is going to require removing the devclass.

-- 
John Baldwin