CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2023/04/24 03:18:55
Modified files: sys/dev/pci : if_aq_pci.c Log message: 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@