1 /* 2 * Copyright 2024, Jacob Secunda <secundaja@gmail.com> 3 * All rights reserved. Distributed under the terms of the MIT license. 4 */ 5 6 7 #include <sys/bus.h> 8 9 HAIKU_FBSD_DRIVER_GLUE(vmxnet, vmx, pci); 10 11 HAIKU_DRIVER_REQUIREMENTS(0); 12 NO_HAIKU_FBSD_MII_DRIVER(); 13 NO_HAIKU_CHECK_DISABLE_INTERRUPTS(); 14 NO_HAIKU_REENABLE_INTERRUPTS(); 15