Add initial support for Atlantic 2 hardware. Atlantic 2 has
authorjmatthew <jmatthew@openbsd.org>
Mon, 24 Apr 2023 09:18:55 +0000 (09:18 +0000)
committerjmatthew <jmatthew@openbsd.org>
Mon, 24 Apr 2023 09:18:55 +0000 (09:18 +0000)
commitb760e38cba0077df50da6ef9800468f32ec6f3ec
treed4f3fec713116ebfa633cec3256beb89777498bd
parentd7fb83ec8e606829eabfddeca63857805f59d4fc
Add initial support for Atlantic 2 hardware.  Atlantic 2 has
much more complicated rx processing, and here we're doing the
bare minimum to get packets moving.  RSS is not implemented yet,
vlans and multicast (among others) probably don't work yet either.

tested by kettenis@ on an M2 Mac Mini, and by me on an AQC113
card provided by Brad
ok dlg@
sys/dev/pci/if_aq_pci.c