diff options
Diffstat (limited to 'sys/dev/pci/siop_pci_common.c')
-rw-r--r-- | sys/dev/pci/siop_pci_common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/siop_pci_common.c b/sys/dev/pci/siop_pci_common.c index d487ade4254..815008d0a8d 100644 --- a/sys/dev/pci/siop_pci_common.c +++ b/sys/dev/pci/siop_pci_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_pci_common.c,v 1.11 2003/09/29 18:53:58 mickey Exp $ */ +/* $OpenBSD: siop_pci_common.c,v 1.12 2003/10/09 17:41:00 mickey Exp $ */ /* $NetBSD: siop_pci_common.c,v 1.17 2002/05/04 18:11:06 bouyer Exp $ */ /* @@ -299,9 +299,6 @@ siop_pci_attach_common(pci_sc, siop_sc, pa, intr) return 0; } -#ifdef __hppa__ - siop_sc->features &= ~SF_CHIP_RAM; -#endif if (siop_sc->features & SF_CHIP_RAM) { int bar; switch (memtype) { |