Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Disable MRL, MRM, and MWI for now.
details: https://anonhg.NetBSD.org/src/rev/3353ad19ae53
branches: trunk
changeset: 518356:3353ad19ae53
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Nov 28 22:39:09 2001 +0000
description:
Disable MRL, MRM, and MWI for now.
diffstat:
sys/arch/arm/xscale/i80312.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r e2cee498bd52 -r 3353ad19ae53 sys/arch/arm/xscale/i80312.c
--- a/sys/arch/arm/xscale/i80312.c Wed Nov 28 22:31:39 2001 +0000
+++ b/sys/arch/arm/xscale/i80312.c Wed Nov 28 22:39:09 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i80312.c,v 1.3 2001/11/10 23:14:51 thorpej Exp $ */
+/* $NetBSD: i80312.c,v 1.4 2001/11/28 22:39:09 thorpej Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -257,8 +257,9 @@
pba.pba_dmat = &sc->sc_pci_dmat;
pba.pba_pc = &sc->sc_pci_chipset;
pba.pba_bus = 1; /* XXX for now */
- pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED |
- PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY;
+ /* XXX MRL/MRM/MWI seem to have problems, at the moment. */
+ pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED /* |
+ PCI_FLAGS_MRL_OKAY | PCI_FLAGS_MRM_OKAY | PCI_FLAGS_MWI_OKAY */;
(void) config_found(&sc->sc_dev, &pba, i80312_pcibus_print);
}
Home |
Main Index |
Thread Index |
Old Index