diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index e5c733c89014..fdb9e663fe14 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -114,9 +114,8 @@ /* * Intel CPUs should use I/O mapped access. - * (NetBSD doesn't support it yet) */ -#if defined(__i386__) && !defined(__NetBSD__) +#if defined(__i386__) #define TULIP_IOMAPPED #endif