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
9HAIKU_FBSD_DRIVER_GLUE(jmicron2x0, jme, pci);
10HAIKU_DRIVER_REQUIREMENTS(FBSD_SWI_TASKQUEUE);
11
12HAIKU_FBSD_MII_DRIVER(jmphy);
13NO_HAIKU_CHECK_DISABLE_INTERRUPTS();
14NO_HAIKU_REENABLE_INTERRUPTS();
15