Sorry for the late reply (and I actually can't answer the hg question).
There is a Driver State Matrix page now, and this page gained instructions how to create evbarm kernels (from plain GENERIC or GENERIC64).
Thank you for your work on this. Is there a list or wikipage of specific hardware that is known to work? Also what hardware has been used successfully as an Access Point?
Also is there a way to browse the wifi topic code at https://anonhg.netbsd.org/ (or elsewhere)? I'd like to look at the SEVEN_WIFI file.
Are you looking for any wifi cards? I can donate money for purchases.
blktap2 is long dead (except maybe inside Citrix and maybe OpenXT), deprecated since Xen 4.10 (and not really supported since probably about Xen 4.3, up to 2015):
https://xenbits.xen.org/docs/unstable/support-matrix.html
It was finally entirely removed from the Xen repo last year:
https://xenbits.xenproject.org/gitweb/?p=xen.git;a=commit;h=5c883cf036cf5ab8b1b79390549e2475f7a568dd
If I understand correctly blktap2 died because it couldn't be upstreamed into the Linux kernel due to its licensing (i.e. it wasn't GNU-enough).
blktap3 came along and seemed better, but blktap3 is effectively dead too, and also note that blktap3 as-is effectively relies on libaio and Linux AIO system calls:
https://wiki.xenproject.org/wiki/Blktap3
(You will find almost all of the links and repos for blktap3 are dead.)
In the mean time blktap (aka blktap1) is still used (as I understand it blktap is just a Linux driver that speaks blkback, the Xen PV block protocol, from dom0 to domUs; along with a daemon and library and tools for building userland block storage providers, such as to VHD files) and so it could also be a great project for NetBSD dom0 as it would add good and easy support for VHD files:
https://wiki.xenproject.org/wiki/Blktap
BTW, the following slides give a good (but increasingly dated) analysis and overview of Xen storage access technologies and some of their issues. Herein I believe you can effectively substitute bktap1 and blktap2 as they have the same basic structure.
Finally note that 9pfs via VirtIO may be another way forward, but that's also now in the "Archived" section on the XenProject Wiki:
The day MS exerted control over Github, things went south there, and developers started to flee like hostages from the hub, and for good reason. Before long, MS had killed tons of accounts never ever stating any reasons, just as usual with M$, seemingly. Therefore, people quit github in droves even more so, and justifiedly so.
Ever since, MS has hyperagressively enforced more disruptive policy changes against the userbase of github.com.
Why NetBSD still plays the MS game, is beyond many open source enthusiasts. Do they enjoy this kind of abuse by the side of MS ?
print "openiddirectory.com is a bit of a joke."
As mentionned in this post https://mail-index.netbsd.org/netbsd-users/2017/06/29/msg019761.html,
distcc
does not seem work with cwrappers, if the build work is not showing in other machine thanlocalhost
, try addingto
/etc/mk.conf