diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-21 19:55:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-07-21 19:55:31 +0000 |
commit | ba247415879d546ce8325bf256936a2c562e53b6 (patch) | |
tree | 090d982650a9a21c7a5f7a5c3722282aa5de5059 /sys/dev/pci/siop_pci_common.c | |
parent | f00925d0479f2871523e25475380cf06ab54222b (diff) |
remove hppa workarounds; from jkunz@ pr3861
Diffstat (limited to 'sys/dev/pci/siop_pci_common.c')
-rw-r--r-- | sys/dev/pci/siop_pci_common.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/siop_pci_common.c b/sys/dev/pci/siop_pci_common.c index 815008d0a8d..cabdc5a5f6b 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.12 2003/10/09 17:41:00 mickey Exp $ */ +/* $OpenBSD: siop_pci_common.c,v 1.13 2004/07/21 19:55:30 mickey Exp $ */ /* $NetBSD: siop_pci_common.c,v 1.17 2002/05/04 18:11:06 bouyer Exp $ */ /* @@ -234,10 +234,6 @@ siop_pci_attach_common(pci_sc, siop_sc, pa, intr) } /* copy interesting infos about the chip */ siop_sc->features = pci_sc->sc_pp->features; -#ifdef __hppa__ - /* XXX On board ram doesn't work (yet?) on hppa. */ - siop_sc->features &= ~SF_CHIP_RAM; -#endif #ifdef SIOP_SYMLED /* XXX Should be a devprop! */ siop_sc->features |= SF_CHIP_LED0; #endif |