xref: /haiku/src/add-ons/kernel/drivers/network/ether/vmx/glue.c (revision fc7456e9b1ec38c941134ed6d01c438cf289381e)
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