diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_dc_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_dc_pci.c b/sys/dev/pci/if_dc_pci.c index 1aa2a07580f..1c2737641ae 100644 --- a/sys/dev/pci/if_dc_pci.c +++ b/sys/dev/pci/if_dc_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dc_pci.c,v 1.42 2003/10/21 21:48:07 deraadt Exp $ */ +/* $OpenBSD: if_dc_pci.c,v 1.43 2004/06/28 12:34:20 mickey Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -76,7 +76,9 @@ #include <dev/ofw/openfirm.h> #endif +#ifndef __hppa__ #define DC_USEIOSPACE +#endif #include <dev/ic/dcreg.h> |