diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-02-05 18:11:32 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-02-19 20:39:46 +0000 |
| commit | dec2806f9681b44937c63f0d875e96d09d38fab5 (patch) | |
| tree | 3f7c5fecefa01068fa727b1c8259734dbc4af610 /sys/compat/linuxkpi/common/include/linux/pci.h | |
| parent | 585cdb74f4a6a578fc307ed5af940708c26acde4 (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/pci.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h index 64f44812ee3e..b3f89760dac9 100644 --- a/sys/compat/linuxkpi/common/include/linux/pci.h +++ b/sys/compat/linuxkpi/common/include/linux/pci.h @@ -238,7 +238,7 @@ extern const char *pci_power_names[6]; #define PCI_IRQ_MSIX 0x04 #define PCI_IRQ_ALL_TYPES (PCI_IRQ_MSIX|PCI_IRQ_MSI|PCI_IRQ_INTX) -#if defined(LINUXKPI_VERSION) && (LINUXKPI_VERSION >= 60700) +#if defined(LINUXKPI_VERSION) && (LINUXKPI_VERSION <= 61000) #define PCI_IRQ_LEGACY PCI_IRQ_INTX #endif |
