148d27198SCodeforEvolution /* 248d27198SCodeforEvolution * Copyright 2024, Jacob Secunda <secundaja@gmail.com> 348d27198SCodeforEvolution * All rights reserved. Distributed under the terms of the MIT license. 448d27198SCodeforEvolution */ 548d27198SCodeforEvolution 648d27198SCodeforEvolution 748d27198SCodeforEvolution #include <sys/bus.h> 848d27198SCodeforEvolution 9*6e690f7dSAugustin Cavalier HAIKU_FBSD_DRIVER_GLUE(vmxnet, vmx, pci); 1048d27198SCodeforEvolution 1148d27198SCodeforEvolution HAIKU_DRIVER_REQUIREMENTS(0); 1248d27198SCodeforEvolution NO_HAIKU_FBSD_MII_DRIVER(); 1348d27198SCodeforEvolution NO_HAIKU_CHECK_DISABLE_INTERRUPTS(); 1448d27198SCodeforEvolution NO_HAIKU_REENABLE_INTERRUPTS(); 15