xref: /haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/glue.c (revision 0fae96c5a349db3761ac2a4ab4a7fbbf23a3b76c)
1 /*
2  * Copyright 2009, Axel Dörfler. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 
6 
7 #include <sys/bus.h>
8 
9 HAIKU_FBSD_DRIVER_GLUE(jmicron2x0, jme, pci);
10 HAIKU_DRIVER_REQUIREMENTS(FBSD_SWI_TASKQUEUE);
11 
12 HAIKU_FBSD_MII_DRIVER(jmphy);
13 NO_HAIKU_CHECK_DISABLE_INTERRUPTS();
14 NO_HAIKU_REENABLE_INTERRUPTS();
15