On Thu, Jul 22, 2021 at 09:04:29PM -0400, Ashton Fagg wrote: > Jonathan Matthew <[email protected]> writes: > > > Yes, on second look that makes sense. Here's a better diff with that > > change, and that also doesn't break arches without __HAVE_PCI_MSIX. > > ok? > > Jonathan/Mark, > > Thank you for your help here. > > Just confirming that does indeed work for me. > > Any chance the other part of my diff could go in as well?
thanks, committed with the same change in RAMDISK > > Thanks, > > Ash > > Index: sys/arch/riscv64/conf/GENERIC > =================================================================== > RCS file: /cvs/src/sys/arch/riscv64/conf/GENERIC,v > retrieving revision 1.26 > diff -u -p -u -p -r1.26 GENERIC > --- sys/arch/riscv64/conf/GENERIC 12 Jul 2021 19:11:42 -0000 1.26 > +++ sys/arch/riscv64/conf/GENERIC 19 Jul 2021 22:53:38 -0000 > @@ -94,6 +94,7 @@ wsdisplay* at radeondrm? > em* at pci? # Intel Pro/1000 Ethernet > bge* at pci? # Broadcom BCM57xx (aka Tigon3) > oce* at pci? # Emulex OneConnect 10Gb ethernet > +ix* at pci? # Intel 82598EB 10Gb ethernet > > nvme* at pci? # NVMe controllers > ahci* at pci? # AHCI SATA controllers > >
