On 2025-02-05, dirk coetzee <dcoetze...@yahoo.com> wrote: > Thanks Stuart, > > I have worked on and off for the past few weeks, but i have been unable to > determine which directories in which to merge FreeBSD drivers into the CVS > tree.
There is already a driver for devices similar to this, azalia(4). The diff I sent you modifies that so that it will attach to your device. It may work as-is, it may need more work, but that's the most sensible starting point. You can't just merge a FreeBSD driver into OpenBSD, they are quite different OS. And you wouldn't add a totally new driver for a device which is very very similar to an existing supported device. > I am also unfamiliar of how to check out how to git check out just the > drivers you specified... You don't, you checkout the whole tree. With cvs rather than git, you can checkout just the kernel reasonably easily, but there's not really much advantage to doing that. It's only ~2GB for all of src.