igc(4): Use same size for DMA mapping and allocation for rx bufs
authorjan <jan@openbsd.org>
Thu, 8 Aug 2024 14:58:49 +0000 (14:58 +0000)
committerjan <jan@openbsd.org>
Thu, 8 Aug 2024 14:58:49 +0000 (14:58 +0000)
commitb07d32b002419610734d6537a06bf8f3e8550208
tree31ca214fbc4cee1b0274a67154271938c156c292
parent57e232a594c92a7ed0574dab339eb829b8cb57fc
igc(4): Use same size for DMA mapping and allocation for rx bufs

Also remove the ETHER_ALIGN which leads to corruped mbufs.

ok bluhm@
sys/dev/pci/if_igc.c