1 /* 2 * Copyright 2021, Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 #include <sys/bus.h> 8 9 10 HAIKU_FBSD_DRIVER_GLUE(intel22x, igc, pci); 11 HAIKU_DRIVER_REQUIREMENTS(0); 12 NO_HAIKU_FBSD_MII_DRIVER(); 13 NO_HAIKU_CHECK_DISABLE_INTERRUPTS(); 14 NO_HAIKU_REENABLE_INTERRUPTS(); 15