diff --git a/sys/dev/pci/if_en_pci.c b/sys/dev/pci/if_en_pci.c index f2d61a16c9a6..9d958e1cdf9e 100644 --- a/sys/dev/pci/if_en_pci.c +++ b/sys/dev/pci/if_en_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_en_pci.c,v 1.23 2005/12/11 12:22:49 christos Exp $ */ +/* $NetBSD: if_en_pci.c,v 1.24 2006/05/11 01:02:59 mrg Exp $ */ /* * @@ -43,7 +43,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_en_pci.c,v 1.23 2005/12/11 12:22:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_en_pci.c,v 1.24 2006/05/11 01:02:59 mrg Exp $"); #include #include @@ -293,7 +293,7 @@ en_pci_shutdown( #if !defined(MIDWAY_ENIONLY) -#if defined(sparc) || defined(__FreeBSD__) +#if defined(__FreeBSD__) #define bus_space_read_1(t, h, o) \ ((void)t, (*(volatile u_int8_t *)((h) + (o)))) #endif